Current Path : /home/church/ |
Current File : /home/church/church_IgotdaJuice501.1618617602.sql |
-- MySQL dump 10.13 Distrib 5.6.41-84.1, for Linux (x86_64) -- -- Host: localhost Database: church_IgotdaJuice501 -- ------------------------------------------------------ -- Server version 5.6.41-84.1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_actionscheduler_actions` -- DROP TABLE IF EXISTS `wp_actionscheduler_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `scheduled_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `scheduled_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `schedule` longtext COLLATE utf8mb4_unicode_520_ci, `group_id` bigint(20) unsigned NOT NULL DEFAULT '0', `attempts` int(11) NOT NULL DEFAULT '0', `last_attempt_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_attempt_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0', `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`action_id`), KEY `hook` (`hook`), KEY `status` (`status`), KEY `scheduled_date_gmt` (`scheduled_date_gmt`), KEY `args` (`args`), KEY `group_id` (`group_id`), KEY `last_attempt_gmt` (`last_attempt_gmt`), KEY `claim_id` (`claim_id`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_actions` -- LOCK TABLES `wp_actionscheduler_actions` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_actions` VALUES (13,'action_scheduler/migration_hook','complete','2021-04-04 22:53:25','2021-04-04 22:53:25','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1617576805;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1617576805;}',1,1,'2021-04-04 22:54:15','2021-04-04 22:54:15',0,NULL),(14,'wc_square_refresh_connection','pending','2021-04-23 18:23:07','2021-04-23 18:23:07','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1619202187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1619202187;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(15,'wc_square_index_customers','complete','2021-04-16 18:23:07','2021-04-16 18:23:07','[\"\"]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1618597387;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1618597387;}',2,1,'2021-04-16 18:24:16','2021-04-16 18:24:16',0,NULL),(16,'woocommerce_update_marketplace_suggestions','complete','2021-04-16 18:26:52','2021-04-16 18:26:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1618597612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1618597612;}',0,1,'2021-04-16 18:27:25','2021-04-16 18:27:25',0,NULL); /*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_claims` -- DROP TABLE IF EXISTS `wp_actionscheduler_claims`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_claims` ( `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`claim_id`), KEY `date_created_gmt` (`date_created_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=158 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_claims` -- LOCK TABLES `wp_actionscheduler_claims` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_groups` -- DROP TABLE IF EXISTS `wp_actionscheduler_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_groups` ( `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`group_id`), KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_groups` -- LOCK TABLES `wp_actionscheduler_groups` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'square'); /*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_actionscheduler_logs` -- DROP TABLE IF EXISTS `wp_actionscheduler_logs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_actionscheduler_logs` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `action_id` bigint(20) unsigned NOT NULL, `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `log_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `log_date_local` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`log_id`), KEY `action_id` (`action_id`), KEY `log_date_gmt` (`log_date_gmt`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_actionscheduler_logs` -- LOCK TABLES `wp_actionscheduler_logs` WRITE; /*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */; INSERT INTO `wp_actionscheduler_logs` VALUES (1,13,'action created','2021-04-04 22:52:25','2021-04-04 22:52:25'),(2,13,'action started via WP Cron','2021-04-04 22:54:14','2021-04-04 22:54:14'),(3,13,'action complete via WP Cron','2021-04-04 22:54:14','2021-04-04 22:54:14'),(4,14,'action created','2021-04-16 18:23:07','2021-04-16 18:23:07'),(5,15,'action created','2021-04-16 18:23:07','2021-04-16 18:23:07'),(6,15,'action started via WP Cron','2021-04-16 18:24:15','2021-04-16 18:24:15'),(7,15,'action complete via WP Cron','2021-04-16 18:24:16','2021-04-16 18:24:16'),(8,16,'action created','2021-04-16 18:26:52','2021-04-16 18:26:52'),(9,16,'action started via WP Cron','2021-04-16 18:27:24','2021-04-16 18:27:24'),(10,16,'action complete via WP Cron','2021-04-16 18:27:25','2021-04-16 18:27:25'); /*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)), KEY `woo_idx_comment_type` (`comment_type`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2021-04-04 22:25:05','2021-04-04 22:25:05','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=986 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://igotdajuice501.calvarycrossag.com','yes'),(2,'home','http://igotdajuice501.calvarycrossag.com','yes'),(3,'blogname','I Got Da Juice','yes'),(4,'blogdescription','Just another WordPress site','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','ekow@esselwebdesign.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:243:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"wp_testimonial/?$\";s:31:\"index.php?post_type=testimonial\";s:47:\"wp_testimonial/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:42:\"wp_testimonial/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=testimonial&feed=$matches[1]\";s:34:\"wp_testimonial/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=testimonial&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:40:\"e-landing-page/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?e-landing-page=$matches[1]&wc-api=$matches[3]\";s:46:\"e-landing-page/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"e-landing-page/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:43:\"elementskit-content/(.+?)/wc-api(/(.*))?/?$\";s:60:\"index.php?elementskit_content=$matches[1]&wc-api=$matches[3]\";s:49:\"elementskit-content/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"elementskit-content/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:38:\"elementor-hf/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?elementor-hf=$matches[1]&wc-api=$matches[3]\";s:44:\"elementor-hf/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"elementor-hf/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"testimonial/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"testimonial/([^/]+)/embed/?$\";s:44:\"index.php?testimonial=$matches[1]&embed=true\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:52:\"testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:47:\"testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?testimonial=$matches[1]&feed=$matches[2]\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:37:\"testimonial/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?testimonial=$matches[1]&wc-api=$matches[3]\";s:43:\"testimonial/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"testimonial/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"testimonial/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"testimonial/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:23:\"elementor/elementor.php\";i:1;s:37:\"elementskit-lite/elementskit-lite.php\";i:2;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:3;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:4;s:33:\"instagram-feed/instagram-feed.php\";i:5;s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";i:6;s:41:\"woocommerce-square/woocommerce-square.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','neve','yes'),(41,'stylesheet','neve','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','49752','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1633127104','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'initial_db_version','49752','yes'),(99,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{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:29:\"manage_instagram_feed_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(100,'fresh_site','0','yes'),(101,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(103,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(106,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:12:\"shop-sidebar\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:18:\"footer-one-widgets\";a:0:{}s:18:\"footer-two-widgets\";a:0:{}s:20:\"footer-three-widgets\";a:0:{}s:19:\"footer-four-widgets\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(107,'cron','a:20:{i:1618603999;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1618604401;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"5bf59cf32cb0da883a8449b5b1a4d30a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:46;}}}}i:1618604706;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1618606345;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1618606351;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:1618607537;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:1618611906;a:5:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1618611916;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618612994;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618613545;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1618613552;a:2:{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;}}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;}}}i:1618617600;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:1618624342;a:1:{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;}}}i:1618625667;a:2:{s:21:\"sb_instagram_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:23:\"sb_instagram_twicedaily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1618635142;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:1618871106;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:1618872802;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:1618996241;a:1:{s:23:\"sbi_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1619416800;a:2:{s:29:\"sb_instagram_feed_issue_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:23:\"sbi_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbiweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'recovery_keys','a:0:{}','yes'),(119,'theme_mods_twentytwentyone','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1617576959;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(120,'https_detection_errors','a:1:{s:23:\"ssl_verification_failed\";a:1:{i:0;s:24:\"SSL verification failed.\";}}','yes'),(140,'can_compress_scripts','0','no'),(149,'finished_updating_comment_type','1','yes'),(156,'recently_activated','a:0:{}','yes'),(159,'eael_setup_wizard','complete','yes'),(160,'eael_save_settings','a:46:{s:9:\"post-grid\";s:0:\"\";s:13:\"post-timeline\";s:0:\"\";s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";s:0:\"\";s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";s:0:\"\";s:12:\"woo-checkout\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:18:\"woocommerce-review\";s:0:\"\";s:11:\"career-page\";s:0:\"\";s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";}','yes'),(163,'elementor_version','3.1.4','yes'),(164,'elementor_install_history','a:1:{s:5:\"3.1.4\";i:1617576195;}','yes'),(165,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:1:{s:6:\"review\";i:1620188841;}s:4:\"time\";i:1617576195;s:7:\"version\";s:5:\"4.6.0\";}}','yes'),(166,'eael_version','4.6.0','yes'),(168,'_hfe_db_version','1.5.8','yes'),(169,'wpins_essential_adons_elementor_force_tracked','1','yes'),(170,'elementskit-lite__banner_last_check','1618596212','yes'),(171,'elementskit-lite__banner_data','O:8:\"stdClass\":1:{s:8:\"10000773\";O:8:\"stdClass\":7:{s:2:\"id\";i:10000773;s:5:\"title\";s:35:\"New Year Sale 2021 (dashboard only)\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1608768000;s:3:\"end\";i:1610668800;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:37:\"http://go.wpmet.com/banner-event-sale\";s:12:\"banner_image\";s:82:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/New_year_2021_compressed.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:15:\"newyearsale2021\";}}}','yes'),(172,'elementskit-lite_install_date','2021-04-04 10:43:17','yes'),(173,'bsf_analytics_installed_time','1617576197','no'),(174,'_elementor_installed_time','1617576197','yes'),(175,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:3:{s:5:\"block\";a:1:{s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:14:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:5:\"Ebook\";i:3;s:9:\"eCommerce\";i:4;s:9:\"Education\";i:5;s:6:\"Events\";i:6;s:18:\"Health and Fitness\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";}}}s:10:\"categories\";a:22:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:14:\"call to action\";i:4;s:7:\"clients\";i:5;s:7:\"contact\";i:6;s:3:\"faq\";i:7;s:8:\"features\";i:8;s:6:\"footer\";i:9;s:6:\"header\";i:10;s:4:\"hero\";i:11;s:9:\"portfolio\";i:12;s:7:\"pricing\";i:13;s:15:\"product archive\";i:14;s:8:\"services\";i:15;s:11:\"single page\";i:16;s:11:\"single post\";i:17;s:14:\"single product\";i:18;s:5:\"stats\";i:19;s:9:\"subscribe\";i:20;s:4:\"team\";i:21;s:12:\"testimonials\";}s:9:\"templates\";a:877:{i:0;a:15:{s:2:\"id\";i:10107;s:5:\"title\";s:34:\"Classic | Promotion | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/balls_small.png\";s:12:\"tmpl_created\";i:1547851373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-promotion-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:206;s:11:\"trend_index\";i:128;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:15:{s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:388;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:15:{s:2:\"id\";i:10158;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/coco_small.png\";s:12:\"tmpl_created\";i:1547852227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:255;s:11:\"trend_index\";i:180;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:15:{s:2:\"id\";i:10190;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/engage_small.png\";s:12:\"tmpl_created\";i:1547885703;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:214;s:11:\"trend_index\";i:146;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:15:{s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:384;s:11:\"trend_index\";i:118;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:15:{s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:448;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:15:{s:2:\"id\";i:10256;s:5:\"title\";s:20:\"Classic | Sale | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/fruit_small.png\";s:12:\"tmpl_created\";i:1547888909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:458;s:11:\"trend_index\";i:426;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:15:{s:2:\"id\";i:10267;s:5:\"title\";s:29:\"Classic | Contact | Christmas\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/christmas_small.png\";s:12:\"tmpl_created\";i:1547889047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-contact-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:281;s:11:\"trend_index\";i:344;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:15:{s:2:\"id\";i:10307;s:5:\"title\";s:43:\"Fly In | Promotion | Christmas | Teddy Bear\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/teddy_small.png\";s:12:\"tmpl_created\";i:1547893266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/fly-in-promotion-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:641;s:11:\"trend_index\";i:571;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:15:{s:2:\"id\";i:10318;s:5:\"title\";s:27:\"Classic | Contact | Bicycle\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/by_small.png\";s:12:\"tmpl_created\";i:1547893367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:327;s:11:\"trend_index\";i:342;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:15:{s:2:\"id\";i:10339;s:5:\"title\";s:22:\"Fly In | Contact | Spa\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small.png\";s:12:\"tmpl_created\";i:1547893603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-contact-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:390;s:11:\"trend_index\";i:346;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:15:{s:2:\"id\";i:10352;s:5:\"title\";s:23:\"Fly In | Contact | Wine\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_wine_small.png\";s:12:\"tmpl_created\";i:1547915335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/fly-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:445;s:11:\"trend_index\";i:338;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:15:{s:2:\"id\";i:10372;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/phone_small.png\";s:12:\"tmpl_created\";i:1547915554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:638;s:11:\"trend_index\";i:673;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:15:{s:2:\"id\";i:10382;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom_pink_small.png\";s:12:\"tmpl_created\";i:1547916616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/bottom-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:242;s:11:\"trend_index\";i:179;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:15:{s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:560;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:15:{s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:243;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:15:{s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:755;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:15:{s:2:\"id\";i:10434;s:5:\"title\";s:27:\"Classic | Sale | Headphones\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/head_small.png\";s:12:\"tmpl_created\";i:1547961950;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:359;s:11:\"trend_index\";i:317;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:15:{s:2:\"id\";i:10444;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/plant_small.png\";s:12:\"tmpl_created\";i:1547962029;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/classic-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:385;s:11:\"trend_index\";i:299;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:15:{s:2:\"id\";i:10467;s:5:\"title\";s:27:\"Bottom Bar | Contact | Lego\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small.png\";s:12:\"tmpl_created\";i:1547962277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/bottom-bar-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:722;s:11:\"trend_index\";i:669;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:15:{s:2:\"id\";i:10487;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/acc_small.png\";s:12:\"tmpl_created\";i:1547964527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:554;s:11:\"trend_index\";i:464;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:15:{s:2:\"id\";i:10498;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small-1.png\";s:12:\"tmpl_created\";i:1547964616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:421;s:11:\"trend_index\";i:330;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:15:{s:2:\"id\";i:10519;s:5:\"title\";s:27:\"Hello Bar | Promotion | App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small-1.png\";s:12:\"tmpl_created\";i:1547964801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-promotion-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:579;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:15:{s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:675;s:11:\"trend_index\";i:284;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:15:{s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:304;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:15:{s:2:\"id\";i:10569;s:5:\"title\";s:15:\"Slide In | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/off_small.png\";s:12:\"tmpl_created\";i:1547967812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/slide-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:529;s:11:\"trend_index\";i:508;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:15:{s:2:\"id\";i:10590;s:5:\"title\";s:19:\"Full Screen | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pass1_small.png\";s:12:\"tmpl_created\";i:1547967978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:466;s:11:\"trend_index\";i:361;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:15:{s:2:\"id\";i:10600;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/orange_small.png\";s:12:\"tmpl_created\";i:1547968080;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:483;s:11:\"trend_index\";i:583;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:15:{s:2:\"id\";i:10622;s:5:\"title\";s:34:\"Full Screen | Contact | Headphones\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/full_hear_small.png\";s:12:\"tmpl_created\";i:1547969678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:543;s:11:\"trend_index\";i:573;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:15:{s:2:\"id\";i:10633;s:5:\"title\";s:23:\"Slide In | Login | Lego\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/tro_small-1.png\";s:12:\"tmpl_created\";i:1547969858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/slide-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:674;s:11:\"trend_index\";i:626;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:15:{s:2:\"id\";i:10644;s:5:\"title\";s:26:\"Fly In | Contact | Webinar\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small-1.png\";s:12:\"tmpl_created\";i:1547970814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:484;s:11:\"trend_index\";i:512;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:15:{s:2:\"id\";i:10654;s:5:\"title\";s:31:\"Full Screen | Login | Christmas\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/full_login_small.png\";s:12:\"tmpl_created\";i:1547970917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/full-screen-login-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:658;s:11:\"trend_index\";i:580;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:15:{s:2:\"id\";i:10664;s:5:\"title\";s:34:\"Slide In | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_gym_small.png\";s:12:\"tmpl_created\";i:1547973928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:552;s:11:\"trend_index\";i:517;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:15:{s:2:\"id\";i:10675;s:5:\"title\";s:35:\"Full Screen | Login | Gym | Fitness\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/gym_full_small.png\";s:12:\"tmpl_created\";i:1547974110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:519;s:11:\"trend_index\";i:595;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:15:{s:2:\"id\";i:9719;s:5:\"title\";s:30:\"Classic | Subscribe | Register\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/register_small.png\";s:12:\"tmpl_created\";i:1547976107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-subscribe-register/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:395;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:15:{s:2:\"id\";i:10137;s:5:\"title\";s:34:\"Full Screen | Contact | Restaurant\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rest_small.png\";s:12:\"tmpl_created\";i:1547976342;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:570;s:11:\"trend_index\";i:662;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:15:{s:2:\"id\";i:10244;s:5:\"title\";s:17:\"Bottom Bar | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/wow_small.png\";s:12:\"tmpl_created\";i:1547976402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/bottom-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:623;s:11:\"trend_index\";i:566;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:15:{s:2:\"id\";i:10127;s:5:\"title\";s:35:\"Fly In | Announcement | Maintenance\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/pizza_small.png\";s:12:\"tmpl_created\";i:1547984061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:700;s:11:\"trend_index\";i:766;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:15:{s:2:\"id\";i:10776;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social1_small.png\";s:12:\"tmpl_created\";i:1548047055;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:694;s:11:\"trend_index\";i:786;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:15:{s:2:\"id\";i:10785;s:5:\"title\";s:33:\"Fly In | Contact | Social | Share\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/social2_small.png\";s:12:\"tmpl_created\";i:1548047593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/fly-in-contact-social-share-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:468;s:11:\"trend_index\";i:375;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:15:{s:2:\"id\";i:10794;s:5:\"title\";s:34:\"Classic | Contact | Social | Share\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/s_small.png\";s:12:\"tmpl_created\";i:1548067619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-contact-social-share/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:430;s:11:\"trend_index\";i:328;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:15:{s:2:\"id\";i:10871;s:5:\"title\";s:20:\"Bottom Bar | Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/01/m_small.png\";s:12:\"tmpl_created\";i:1548074396;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:706;s:11:\"trend_index\";i:774;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:15:{s:2:\"id\";i:10936;s:5:\"title\";s:25:\"Full Screen | Toggle Menu\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/menu_small.png\";s:12:\"tmpl_created\";i:1548874587;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-toggle-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:478;s:11:\"trend_index\";i:546;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:15:{s:2:\"id\";i:10964;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/love_small.png\";s:12:\"tmpl_created\";i:1550039106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-promotion-coupon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:598;s:11:\"trend_index\";i:548;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:15:{s:2:\"id\";i:10992;s:5:\"title\";s:59:\"Classic | Promotion | Coupon | Love | Valentine’s Day\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/02/h_small.png\";s:12:\"tmpl_created\";i:1550072007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-promotion-coupon-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:668;s:11:\"trend_index\";i:636;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:15:{s:2:\"id\";i:11005;s:5:\"title\";s:50:\"Classic | Promotion | Love | Valentine’s Day\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/02/bear_small.png\";s:12:\"tmpl_created\";i:1550073303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-promotion-love-valentines-day/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:680;s:11:\"trend_index\";i:740;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:15:{s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:246;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:15:{s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:814;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:15:{s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:643;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:15:{s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:16;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:15:{s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:463;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:15:{s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:797;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:15:{s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:702;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:15:{s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:749;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:15:{s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:358;s:11:\"trend_index\";i:269;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:15:{s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:647;s:11:\"trend_index\";i:632;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:15:{s:2:\"id\";i:9611;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546965350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/hello-bar-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:605;s:11:\"trend_index\";i:502;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:15:{s:2:\"id\";i:9622;s:5:\"title\";s:19:\"Classic | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_promotion_small_02.png\";s:12:\"tmpl_created\";i:1546965896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:607;s:11:\"trend_index\";i:495;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:15:{s:2:\"id\";i:9631;s:5:\"title\";s:38:\"Slide-in | Sale | Register | Subscribe\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Sale_small_01.png\";s:12:\"tmpl_created\";i:1546968270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-sale-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:661;s:11:\"trend_index\";i:748;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:15:{s:2:\"id\";i:9662;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottom-Bar_Register_small_01.png\";s:12:\"tmpl_created\";i:1547009087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/bottom-bar-register-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:684;s:11:\"trend_index\";i:646;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:15:{s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"interior design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:792;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:15:{s:2:\"id\";i:9690;s:5:\"title\";s:17:\"Classic | Contact\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_01.png\";s:12:\"tmpl_created\";i:1547011716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:427;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:15:{s:2:\"id\";i:9699;s:5:\"title\";s:33:\"Classic | Contact | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Contact_small_02.png\";s:12:\"tmpl_created\";i:1547015827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/classic-contact-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:474;s:11:\"trend_index\";i:425;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:15:{s:2:\"id\";i:9571;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/FlyIn_Login_01_small.png\";s:12:\"tmpl_created\";i:1547726151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/fly-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:622;s:11:\"trend_index\";i:497;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:15:{s:2:\"id\";i:9740;s:5:\"title\";s:25:\"Classic | Promotion | App\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/app_small.png\";s:12:\"tmpl_created\";i:1547822836;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/classic-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:624;s:11:\"trend_index\";i:554;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:15:{s:2:\"id\";i:9762;s:5:\"title\";s:36:\"Classic | Register | Subscribe | Spa\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/spa_small_classic.png\";s:12:\"tmpl_created\";i:1547824145;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-register-subscribe-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:463;s:11:\"trend_index\";i:473;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:15:{s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:365;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:15:{s:2:\"id\";i:9772;s:5:\"title\";s:27:\"Hello bar | Promotion | App\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/app_hello_small.png\";s:12:\"tmpl_created\";i:1547824279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/hello-bar-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:760;s:11:\"trend_index\";i:845;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:15:{s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:592;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:15:{s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:363;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:70;a:15:{s:2:\"id\";i:9793;s:5:\"title\";s:13:\"Fly In | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_black_small.png\";s:12:\"tmpl_created\";i:1547831151;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/popups/fly-in-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:670;s:11:\"trend_index\";i:661;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:15:{s:2:\"id\";i:9836;s:5:\"title\";s:21:\"Classic | Login | Pop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/login_b_small.png\";s:12:\"tmpl_created\";i:1547835635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/popups/classic-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:682;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:15:{s:2:\"id\";i:9847;s:5:\"title\";s:25:\"Fly In | Promotion | Lego\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_in_promotion_tro.png\";s:12:\"tmpl_created\";i:1547836956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/fly-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:723;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:15:{s:2:\"id\";i:9858;s:5:\"title\";s:27:\"Slide In | Promotion | Wine\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_promotion_wine_small.png\";s:12:\"tmpl_created\";i:1547837100;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/slide-in-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:769;s:11:\"trend_index\";i:751;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:15:{s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:623;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:15:{s:2:\"id\";i:9944;s:5:\"title\";s:33:\"Slide In | Promotion | Headphones\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_head_small.png\";s:12:\"tmpl_created\";i:1547841939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:757;s:11:\"trend_index\";i:706;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:15:{s:2:\"id\";i:9955;s:5:\"title\";s:14:\"Fly In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_login_lock_small.png\";s:12:\"tmpl_created\";i:1547842065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/fly-in-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:551;s:11:\"trend_index\";i:608;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:15:{s:2:\"id\";i:9965;s:5:\"title\";s:30:\"Classic | Register | Subscribe\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_moon_small.png\";s:12:\"tmpl_created\";i:1547842174;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:587;s:11:\"trend_index\";i:664;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:15:{s:2:\"id\";i:9995;s:5:\"title\";s:27:\"Slide In | Sale | Christmas\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_christmas_small.png\";s:12:\"tmpl_created\";i:1547844802;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-christmas/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:771;s:11:\"trend_index\";i:842;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:15:{s:2:\"id\";i:10016;s:5:\"title\";s:16:\"Hello Bar | Sale\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Hello-Bar_Promotion_bag_small.png\";s:12:\"tmpl_created\";i:1547845062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/hello-bar-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:792;s:11:\"trend_index\";i:820;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:15:{s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:477;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:15:{s:2:\"id\";i:10026;s:5:\"title\";s:46:\"Classic | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_register_small.png\";s:12:\"tmpl_created\";i:1547845205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:616;s:11:\"trend_index\";i:771;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:15:{s:2:\"id\";i:10036;s:5:\"title\";s:43:\"Full Screen | Sale | Promotion | Headphones\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_sale_head_small.png\";s:12:\"tmpl_created\";i:1547845409;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:614;s:11:\"trend_index\";i:683;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:15:{s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:677;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:15:{s:2:\"id\";i:10057;s:5:\"title\";s:48:\"Hello Bar | Register | Subscribe | Gym | Fitness\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/hello-bar_register_sport_small.png\";s:12:\"tmpl_created\";i:1547847938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/hello-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:764;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:15:{s:2:\"id\";i:10087;s:5:\"title\";s:25:\"Full Screen | Login | Spa\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2019/01/full-screen_login_spa_small.png\";s:12:\"tmpl_created\";i:1547848301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/full-screen-login-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:644;s:11:\"trend_index\";i:674;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:15:{s:2:\"id\";i:10097;s:5:\"title\";s:37:\"Classic | Register | Subscribe | Lego\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_lego_small.png\";s:12:\"tmpl_created\";i:1547848411;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/classic-register-subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:689;s:11:\"trend_index\";i:730;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:15:{s:2:\"id\";i:1190;s:5:\"title\";s:26:\"Landing Page – Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1490707391;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/landing-page-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:2;s:11:\"trend_index\";i:2;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:88;a:15:{s:2:\"id\";i:9816;s:5:\"title\";s:30:\"Classic | Sale | Gym | Fitness\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2019/01/classic_sale_sport_small.png\";s:12:\"tmpl_created\";i:1547991876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:720;s:11:\"trend_index\";i:711;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:15:{s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones – eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:635;s:11:\"trend_index\";i:88;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:90;a:15:{s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:153;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:15:{s:2:\"id\";i:9602;s:5:\"title\";s:35:\"Bottom Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2019/01/Bottombar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1546964559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/bottom-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:600;s:11:\"trend_index\";i:547;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:15:{s:2:\"id\";i:225;s:5:\"title\";s:27:\"Homepage – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0016.png\";s:12:\"tmpl_created\";i:1470829872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Homepage\",\"Restaurant\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:1;s:11:\"trend_index\";i:1;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:93;a:15:{s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference – Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/conference-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:211;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:94;a:15:{s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:130;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:15:{s:2:\"id\";i:463;s:5:\"title\";s:22:\"Homepage – Study\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0022.png\";s:12:\"tmpl_created\";i:1477388340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/homepage-study/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Education\",\"Homepage\",\"Study\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:4;s:11:\"trend_index\";i:4;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:96;a:15:{s:2:\"id\";i:10277;s:5:\"title\";s:36:\"Bottom Bar | Promotion | Sale | Book\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/book_small.png\";s:12:\"tmpl_created\";i:1548055999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/bottom-bar-promotion-book/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:729;s:11:\"trend_index\";i:728;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:15:{s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:331;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:15:{s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:214;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:15:{s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:772;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:15:{s:2:\"id\";i:181;s:5:\"title\";s:23:\"Homepage – Agency\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0019.png\";s:12:\"tmpl_created\";i:1470826567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/homepage-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:3;s:11:\"trend_index\";i:3;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:101;a:15:{s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:164;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:15:{s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale – eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:567;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:15:{s:2:\"id\";i:9903;s:5:\"title\";s:34:\"Bottom Bar | Promotion | Olive Oil\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2019/01/bottom-bar_promotion_olive_small.png\";s:12:\"tmpl_created\";i:1547838896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/bottom-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:765;s:11:\"trend_index\";i:795;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:15:{s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/beauty-salon-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:617;s:11:\"trend_index\";i:210;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:15:{s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:213;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:15:{s:2:\"id\";i:10549;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/com_small.png\";s:12:\"tmpl_created\";i:1547967595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/bottom-bar-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:713;s:11:\"trend_index\";i:698;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:15:{s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon – Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:550;s:11:\"trend_index\";i:152;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:15:{s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor – Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:424;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:15:{s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:232;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:15:{s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon – Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:96;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:15:{s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach – Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:638;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:15:{s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:225;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:15:{s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon – Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/beauty-salon-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:409;s:11:\"trend_index\";i:81;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:15:{s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting – Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:604;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:15:{s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:333;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:15:{s:2:\"id\";i:10529;s:5:\"title\";s:36:\"Classic | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/icon_small.png\";s:12:\"tmpl_created\";i:1548046309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:475;s:11:\"trend_index\";i:587;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:15:{s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon – Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/beauty-salon-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:271;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:15:{s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:778;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:119;a:15:{s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/404-page-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:527;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:15:{s:2:\"id\";i:150;s:5:\"title\";s:19:\"Product – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0003.png\";s:12:\"tmpl_created\";i:1470829879;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/product-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:6;s:11:\"trend_index\";i:5;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:121;a:15:{s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale – eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:647;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:15:{s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:10;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:123;a:15:{s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:40;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:124;a:15:{s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/travel-blog-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:204;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:125;a:15:{s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer – Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:719;s:11:\"trend_index\";i:209;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:126;a:15:{s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-blog-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:398;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:15:{s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management – Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:711;s:11:\"trend_index\";i:302;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:128;a:15:{s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:42;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:129;a:15:{s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-blog-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:167;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:15:{s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center – Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"medical\",\"Online Service\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:752;s:11:\"trend_index\";i:326;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:131;a:15:{s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:57;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:132;a:15:{s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/dance-studio-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:262;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:15:{s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:806;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:15:{s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:61;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:135;a:15:{s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:106;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:136;a:15:{s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/dance-studio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:442;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:15:{s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course – Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/online-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:602;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:15:{s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:39;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:139;a:15:{s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio – Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:293;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:15:{s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian – Health & Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:775;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:15:{s:2:\"id\";i:10413;s:5:\"title\";s:28:\"Classic | Content Lock | Pop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/hot_small.png\";s:12:\"tmpl_created\";i:1547961774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:751;s:11:\"trend_index\";i:790;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:15:{s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio – Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/dance-studio-schedule/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:552;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:143;a:15:{s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef – Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:535;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:144;a:15:{s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:7;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:145;a:15:{s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:606;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:15:{s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course – Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:794;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:15:{s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:116;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:148;a:15:{s:2:\"id\";i:10223;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/welcome_small.png\";s:12:\"tmpl_created\";i:1547887343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:497;s:11:\"trend_index\";i:504;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:15:{s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/dance-studio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"dance studio\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:616;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:15:{s:2:\"id\";i:10559;s:5:\"title\";s:33:\"Bottom Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fly_small.png\";s:12:\"tmpl_created\";i:1547967711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/bottom-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:714;s:11:\"trend_index\";i:843;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:15:{s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant – Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:607;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:15:{s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:45;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:153;a:15:{s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/psychologist-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:417;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:15:{s:2:\"id\";i:10403;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_small.png\";s:12:\"tmpl_created\";i:1548056371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:627;s:11:\"trend_index\";i:729;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:15:{s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project – Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:681;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:15:{s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:142;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:157;a:15:{s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:590;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:15:{s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog & Cat Food Delivery – Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:483;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:15:{s:2:\"id\";i:9913;s:5:\"title\";s:27:\"Classic | Login | Christmas\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/log_small.png\";s:12:\"tmpl_created\";i:1547841430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:542;s:11:\"trend_index\";i:568;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:15:{s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:75;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:161;a:15:{s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/psychologist-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:207;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:15:{s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming – Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:518;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:15:{s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:55;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:164;a:15:{s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist – Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/psychologist-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:667;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:165;a:15:{s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course – Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:772;s:11:\"trend_index\";i:619;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:166;a:15:{s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/about-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:48;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:167;a:15:{s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/psychologist-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:430;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:15:{s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor – Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:779;s:11:\"trend_index\";i:555;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:169;a:15:{s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:11;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:15:{s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/flooring-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:297;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:15:{s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:846;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:172;a:15:{s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-4-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:189;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:173;a:15:{s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:371;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:15:{s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-5-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:46;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:175;a:15:{s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar – Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/lp/webinar-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:176;a:15:{s:2:\"id\";i:9592;s:5:\"title\";s:26:\"Classic | Promotion | Sale\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/Classic_Promotion_small_01.png\";s:12:\"tmpl_created\";i:1546963720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/classic-promotion-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:663;s:11:\"trend_index\";i:690;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:15:{s:2:\"id\";i:10210;s:5:\"title\";s:29:\"Classic | Promotion | Webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-1.png\";s:12:\"tmpl_created\";i:1547886103;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:784;s:11:\"trend_index\";i:832;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:15:{s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/flooring-company-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:195;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:179;a:15:{s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/about-6-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:120;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:180;a:15:{s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer – Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:853;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:15:{s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/flooring-company-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:414;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:182;a:15:{s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:815;s:11:\"trend_index\";i:621;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:15:{s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:309;s:11:\"trend_index\";i:110;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:184;a:15:{s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/flooring-company-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:251;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:185;a:15:{s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:24;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:15:{s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion – Health & Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:824;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:15:{s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale – eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:850;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:15:{s:2:\"id\";i:10047;s:5:\"title\";s:15:\"Classic | Login\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/yellow_small.png\";s:12:\"tmpl_created\";i:1547847757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/popups/classic-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:522;s:11:\"trend_index\";i:498;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:189;a:15:{s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/about-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:350;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:190;a:15:{s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:402;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:15:{s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:847;s:11:\"trend_index\";i:837;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:15:{s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:9;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:15:{s:2:\"id\";i:9879;s:5:\"title\";s:38:\"Classic | Register | Subscribe | Leads\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/dog_small.png\";s:12:\"tmpl_created\";i:1547838416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/classic-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:676;s:11:\"trend_index\";i:732;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:15:{s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:462;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:15:{s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/moving-company-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"moving\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:15:{s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:115;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:15:{s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:230;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:15:{s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog – Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:744;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:15:{s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:63;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:15:{s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate – News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:403;s:11:\"trend_index\";i:201;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:15:{s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service – Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:668;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:15:{s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:268;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:15:{s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:367;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:15:{s:2:\"id\";i:10297;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/s_yellow_small.png\";s:12:\"tmpl_created\";i:1548056099;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:590;s:11:\"trend_index\";i:665;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:15:{s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform – Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:599;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:15:{s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:357;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:15:{s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant – Chef’s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:657;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:15:{s:2:\"id\";i:10393;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/blue_small.png\";s:12:\"tmpl_created\";i:1548056682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:678;s:11:\"trend_index\";i:808;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:15:{s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store – Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"interior design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:823;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:15:{s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:89;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:15:{s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant – Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:709;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:15:{s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"stylist\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:840;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:15:{s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:138;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:15:{s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:611;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:15:{s:2:\"id\";i:10579;s:5:\"title\";s:14:\"Classic | Sale\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/sale1_small.png\";s:12:\"tmpl_created\";i:1547967887;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/popups/classic-sale-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:712;s:11:\"trend_index\";i:663;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:15:{s:2:\"id\";i:18449;s:5:\"title\";s:46:\"Aesthetic Clinic – Health & Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:217;a:15:{s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:212;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:15:{s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:488;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:219;a:15:{s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:220;a:15:{s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/archive-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:215;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:15:{s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant – Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:678;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:15:{s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store – Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"online shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:833;s:11:\"trend_index\";i:582;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:15:{s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop – 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:743;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:15:{s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant – Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:660;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:15:{s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency – Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:807;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:15:{s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop – Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:710;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:15:{s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop – Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/barbershop-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:703;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:15:{s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/open-week-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:596;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:15:{s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"footer\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:258;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:15:{s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop – About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/barbershop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:743;s:11:\"trend_index\";i:754;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:231;a:15:{s:2:\"id\";i:10180;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_small.png\";s:12:\"tmpl_created\";i:1548045309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:685;s:11:\"trend_index\";i:725;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:15:{s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist – Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:809;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:15:{s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop – Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"header\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:344;s:11:\"trend_index\";i:87;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:15:{s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop – Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/barbershop-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:15:{s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference – Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:765;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:15:{s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop – Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:624;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:15:{s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop – Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:785;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:238;a:15:{s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty salon\",\"hair\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:474;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:15:{s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children’s Optometrist – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:835;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:15:{s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop – Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/barbershop-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:813;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:15:{s:2:\"id\";i:9731;s:5:\"title\";s:26:\"Classic | Sale | Promotion\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/01/icecream_small.png\";s:12:\"tmpl_created\";i:1547976166;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/popups/classic-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:634;s:11:\"trend_index\";i:576;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:15:{s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"Footer\",\"hair\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:64;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:243;a:15:{s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:641;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:15:{s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course – Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/online-course-home/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:136;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:245;a:15:{s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty salon\",\"hair\",\"Header\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:23;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:15:{s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery – Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:818;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:247;a:15:{s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/online-course-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:503;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:248;a:15:{s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:103;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:15:{s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant – Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:15:{s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course – Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/online-course-course-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:228;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:15:{s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:838;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:15:{s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/online-course-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:366;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:15:{s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:137;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:15:{s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance – Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/insurance-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:255;a:15:{s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/interior-design-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:312;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:15:{s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:627;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:15:{s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page – Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:716;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:15:{s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/interior-design-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:281;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:15:{s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:356;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:260;a:15:{s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency – Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:781;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:261;a:15:{s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design – Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/interior-design-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:287;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:15:{s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:194;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:15:{s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page – Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:15:{s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/interior-design-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:298;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:15:{s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:190;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:266;a:15:{s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page – Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:15:{s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/photography-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:259;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:15:{s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:353;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:269;a:15:{s:2:\"id\";i:10005;s:5:\"title\";s:38:\"Fly In | Promotion | Spa | Body Lotion\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/01/Flyin_lotion_small.png\";s:12:\"tmpl_created\";i:1547844909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/popups/fly-in-promotion-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:755;s:11:\"trend_index\";i:828;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:15:{s:2:\"id\";i:10424;s:5:\"title\";s:21:\"Fly In | Announcement\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/flower_small.png\";s:12:\"tmpl_created\";i:1547961866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-announcement-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:677;s:11:\"trend_index\";i:726;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:15:{s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product – eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:798;s:11:\"trend_index\";i:712;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:272;a:15:{s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography – About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/photography-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:532;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:15:{s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:490;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:15:{s:2:\"id\";i:9975;s:5:\"title\";s:24:\"Fly In | Promotion | App\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_webinar_app_small.png\";s:12:\"tmpl_created\";i:1547842284;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/fly-in-promotion-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:774;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:15:{s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym – App Service – Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:405;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:276;a:15:{s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography – Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/photography-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:537;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:15:{s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/clients-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:144;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:278;a:15:{s:2:\"id\";i:10067;s:5:\"title\";s:31:\"Fly In | Announcement | Cookies\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/fly-in_cookie_yellow_small.png\";s:12:\"tmpl_created\";i:1547848075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/fly-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:582;s:11:\"trend_index\";i:359;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:15:{s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale – eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:789;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:280;a:15:{s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography – Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/photography-wildlife/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:513;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:281;a:15:{s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:349;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:282;a:15:{s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion – eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:761;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:283;a:15:{s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography – Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:597;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:284;a:15:{s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:546;s:11:\"trend_index\";i:563;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:15:{s:2:\"id\";i:10329;s:5:\"title\";s:25:\"Fly In | Sale | Promotion\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/01/organic_small.png\";s:12:\"tmpl_created\";i:1547893478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/fly-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:781;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:286;a:15:{s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:745;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:15:{s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography – Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:650;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:15:{s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:129;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:15:{s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef – Thank You Page – Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:762;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:15:{s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography – Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/photography-nature/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:684;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:291;a:15:{s:2:\"id\";i:9650;s:5:\"title\";s:36:\"Fly In | Register | Subscribe | Sale\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/Fly-In_Register_small_01a.png\";s:12:\"tmpl_created\";i:1547007598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/fly-in-register_big-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:741;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:15:{s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:313;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:293;a:15:{s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course – Thank You Page – Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:15:{s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography – Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:739;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:15:{s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:84;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:15:{s:2:\"id\";i:16192;s:5:\"title\";s:30:\"Management App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1607866881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/management-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:33:\"[\"App\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:827;s:11:\"trend_index\";i:849;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:15:{s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography – Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:801;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:15:{s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:451;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:15:{s:2:\"id\";i:15839;s:5:\"title\";s:29:\"Chiropractor – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1607855449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/chiropractor-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Business\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:828;s:11:\"trend_index\";i:825;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:15:{s:2:\"id\";i:10200;s:5:\"title\";s:33:\"Full Screen | Content Lock | Wine\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/lock_wine_small.png\";s:12:\"tmpl_created\";i:1548055635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/full-screen-content-lock/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:829;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:301;a:15:{s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography – Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/photography-pets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:686;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:15:{s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/clients-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"clients\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:289;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:303;a:15:{s:2:\"id\";i:15827;s:5:\"title\";s:32:\"Creative Agency – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1607855280;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/creative-agency-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:168:\"[\"Agency\",\"bootstrap\",\"Business\",\"corporate\",\"Landing Pages\",\"Marketing Campaign\",\"Marketing Landing Page\",\"Product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:479;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:304;a:15:{s:2:\"id\";i:10287;s:5:\"title\";s:34:\"Full Screen | Register | Subscribe\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/glass_pink_small.png\";s:12:\"tmpl_created\";i:1547994301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:602;s:11:\"trend_index\";i:675;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:15:{s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact 16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:54;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:306;a:15:{s:2:\"id\";i:12805;s:5:\"title\";s:38:\"Photography – B&W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/photography-bw-portraits/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:705;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:307;a:15:{s:2:\"id\";i:16120;s:5:\"title\";s:37:\"Life coach Tom – Online Service\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1607865812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/life-coach-tom-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:30:\"[\"Consulting\",\"Landing Pages\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:818;s:11:\"trend_index\";i:629;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:308;a:15:{s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:157;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:309;a:15:{s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography – Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:747;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:15:{s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:90;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:15:{s:2:\"id\";i:16059;s:5:\"title\";s:34:\"Melbourne Conference – Event\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1607864236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/melbourne-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:841;s:11:\"trend_index\";i:841;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:15:{s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/magazine-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:151;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:15:{s:2:\"id\";i:9889;s:5:\"title\";s:28:\"Full Screen | Login | Cactus\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/cac_small.png\";s:12:\"tmpl_created\";i:1547838722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/full-screen-login/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:753;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:15:{s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:327;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:315;a:15:{s:2:\"id\";i:16073;s:5:\"title\";s:56:\"International Women’s Day Conference – Event\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1607864979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/international-womens-day-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:865;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:15:{s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel – Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/travel-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:126;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:15:{s:2:\"id\";i:10077;s:5:\"title\";s:29:\"Fly In | Register | Subscribe\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2019/01/flyin_register_blue_small.png\";s:12:\"tmpl_created\";i:1547848197;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/fly-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:540;s:11:\"trend_index\";i:531;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:15:{s:2:\"id\";i:16085;s:5:\"title\";s:29:\"Tech Conference – Event\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1607865227;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/tech-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:851;s:11:\"trend_index\";i:800;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:15:{s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:454;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:320;a:15:{s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:143;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:15:{s:2:\"id\";i:16102;s:5:\"title\";s:38:\"Environmental Conference – Event\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1607865473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/environmental-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:831;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:15:{s:2:\"id\";i:10362;s:5:\"title\";s:32:\"Full Screen | Login | Restaurant\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/vip_small.png\";s:12:\"tmpl_created\";i:1548056253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/full-screen-login-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:585;s:11:\"trend_index\";i:538;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:15:{s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel – Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/travel-tours/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:588;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:15:{s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:107;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:325;a:15:{s:2:\"id\";i:15931;s:5:\"title\";s:37:\"Tokyo Design Conference – Event\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1607861271;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/tokyo-design-conference-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:15:{s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel – Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-testimonials/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:581;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:327;a:15:{s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:393;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:15:{s:2:\"id\";i:10454;s:5:\"title\";s:29:\"Full Screen | Promotion | App\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/appy_small.png\";s:12:\"tmpl_created\";i:1548056896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-promotion-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:776;s:11:\"trend_index\";i:827;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:329;a:15:{s:2:\"id\";i:16412;s:5:\"title\";s:36:\"Photography Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1607869919;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/photography-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:52:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:863;s:11:\"trend_index\";i:844;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:15:{s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel – Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/travel-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:697;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:15:{s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/contact-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:434;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:15:{s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:241;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:333;a:15:{s:2:\"id\";i:16183;s:5:\"title\";s:32:\"Luxury Homes – Real Estate\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1607866726;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/lp/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:835;s:11:\"trend_index\";i:791;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:15:{s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel – FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/travel-faq/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:324;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:335;a:15:{s:2:\"id\";i:9803;s:5:\"title\";s:41:\"Full Screen | Register | Contact | Meetup\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2019/01/designme_full_small.png\";s:12:\"tmpl_created\";i:1547831298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/full-screen-register-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:701;s:11:\"trend_index\";i:819;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:15:{s:2:\"id\";i:10611;s:5:\"title\";s:18:\"Full Screen | Sale\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/fla_small.png\";s:12:\"tmpl_created\";i:1547968868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/full-screen-sale/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:799;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:15:{s:2:\"id\";i:16420;s:5:\"title\";s:36:\"Spring Sale Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1607899243;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/spring-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Coupon\",\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:852;s:11:\"trend_index\";i:816;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:15:{s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel – Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-contact-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:496;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:15:{s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:160;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:15:{s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:392;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:341;a:15:{s:2:\"id\";i:16427;s:5:\"title\";s:34:\"Dream Car Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1607934325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/dream-car-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:53:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Offer\",\"Sale\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:862;s:11:\"trend_index\";i:821;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:15:{s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio – Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/portfolio-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:273;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:15:{s:2:\"id\";i:10508;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/01/hand_small-1.png\";s:12:\"tmpl_created\";i:1547964711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/full-screen-welcome-mat-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:736;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:344;a:15:{s:2:\"id\";i:16433;s:5:\"title\";s:42:\"Leshnik Mega Sale Coupon – eCommerce\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1607934474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/leshnik-mega-sale-coupon-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:45:\"[\"Coupon\",\"Ecommerce\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:867;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:15:{s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/portfolio-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:415;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:15:{s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:150;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:347;a:15:{s:2:\"id\";i:15986;s:5:\"title\";s:40:\"From Freelance to Business – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1607862915;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/from-freelance-to-business-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:143:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"Landing Pages\",\"Marketing\",\"Product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:836;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:15:{s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio – Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/portfolio-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:545;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:15:{s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:86;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:15:{s:2:\"id\";i:9934;s:5:\"title\";s:38:\"Full Screen | Welcome Mat | Teddy Bear\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/full_mat_teddy_small.png\";s:12:\"tmpl_created\";i:1547841787;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/full-screen-welcome-mat/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:681;s:11:\"trend_index\";i:760;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:351;a:15:{s:2:\"id\";i:16002;s:5:\"title\";s:30:\"Architect Manual – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1607863075;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/architect-manual-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:837;s:11:\"trend_index\";i:812;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:15:{s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/portfolio-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:450;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:15:{s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:34;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:354;a:15:{s:2:\"id\";i:16014;s:5:\"title\";s:23:\"Good Life – Ebook\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1607863305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/lp/good-life-ebook/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:5:\"Ebook\";s:4:\"tags\";s:25:\"[\"Ebook\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:807;s:11:\"trend_index\";i:640;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:15:{s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/digital-agency-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:49;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:356;a:15:{s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:154;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:357;a:15:{s:2:\"id\";i:9709;s:5:\"title\";s:25:\"Full Screen | Welcome Mat\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2019/01/Full-Screen_Welcome-Mat_01_small-1.png\";s:12:\"tmpl_created\";i:1547023834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/popups/full-screen-welcome-mat-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:728;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:15:{s:2:\"id\";i:16242;s:5:\"title\";s:37:\"Fashion Season Sale – eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1607867761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/fashion-season-sale-ecommerce/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Fashion\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:813;s:11:\"trend_index\";i:796;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:15:{s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:119;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:360;a:15:{s:2:\"id\";i:9139;s:5:\"title\";s:25:\"Homepage – Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/07/Get_Started_250.png\";s:12:\"tmpl_created\";i:1532949924;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:167:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"marketing campaign\",\"marketing landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:7;s:11:\"trend_index\";i:8;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:15:{s:2:\"id\";i:9671;s:5:\"title\";s:34:\"Hello Bar | Announcement | Cookies\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2019/01/Top-Bar_Announcement_small_01.png\";s:12:\"tmpl_created\";i:1547010259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/hello-bar-announcement-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:639;s:11:\"trend_index\";i:620;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:15:{s:2:\"id\";i:10234;s:5:\"title\";s:38:\"Hello Bar | Announcement | Maintenance\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/pink_small.png\";s:12:\"tmpl_created\";i:1548055049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/popups/hello-bar-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:746;s:11:\"trend_index\";i:805;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:363;a:15:{s:2:\"id\";i:16202;s:5:\"title\";s:39:\"Starlight Nation Festival – Event\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1607867113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/starlight-nation-festival-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:25:\"[\"Event\",\"Landing Pages\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:842;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:364;a:15:{s:2:\"id\";i:1634;s:5:\"title\";s:33:\"Landing Page – Chiropractor\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Chiropractor.png\";s:12:\"tmpl_created\";i:1494352119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-chiropractor/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:223;s:11:\"trend_index\";i:279;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:15:{s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"contact\",\"form\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:441;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:366;a:15:{s:2:\"id\";i:16139;s:5:\"title\";s:37:\"Financial Consultant – Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1607866334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/financial-consultant-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:40:\"[\"Consulting\",\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:824;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:15:{s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm – About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/law-firm-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:270;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:368;a:15:{s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/contact-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"contact\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:124;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:369;a:15:{s:2:\"id\";i:15822;s:5:\"title\";s:30:\"Family Vacation – Travel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp2-l.png\";s:12:\"tmpl_created\";i:1607855143;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/family-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:773;s:11:\"trend_index\";i:543;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:15:{s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:130;s:11:\"trend_index\";i:94;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:15:{s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm – Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/law-firm-team/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:291;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:15:{s:2:\"id\";i:15964;s:5:\"title\";s:31:\"Law Convention – Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607862731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/law-convention-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:36:\"[\"Convention\",\"Landing Pages\",\"Law\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:860;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:373;a:15:{s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/digital-agency-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:176;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:15:{s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:163;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:375;a:15:{s:2:\"id\";i:9869;s:5:\"title\";s:28:\"Hello Bar | Promotion | Sale\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/01/ru_small.png\";s:12:\"tmpl_created\";i:1547837269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/popups/hello-bar-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:766;s:11:\"trend_index\";i:826;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:15:{s:2:\"id\";i:15910;s:5:\"title\";s:38:\"Litigation Law Office – Business\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1607860827;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/litigation-law-office-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:32:\"[\"Landing Pages\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:825;s:11:\"trend_index\";i:830;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:15:{s:2:\"id\";i:10539;s:5:\"title\";s:19:\"Hello Bar | Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/hello_pink_small.png\";s:12:\"tmpl_created\";i:1548056994;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:726;s:11:\"trend_index\";i:793;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:378;a:15:{s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym – Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:510;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:15:{s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:68;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:380;a:15:{s:2:\"id\";i:16025;s:5:\"title\";s:33:\"Conoco Mobile App – Product\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1607863511;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/conoco-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:788;s:11:\"trend_index\";i:704;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:381;a:15:{s:2:\"id\";i:1504;s:5:\"title\";s:33:\"Landing Page – Mobile App 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1494352112;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:174;s:11:\"trend_index\";i:323;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:15:{s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:224;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:383;a:15:{s:2:\"id\";i:15853;s:5:\"title\";s:29:\"Me Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1607857451;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/me-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:811;s:11:\"trend_index\";i:689;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:15:{s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:17;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:385;a:15:{s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm – Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-careers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:507;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:15:{s:2:\"id\";i:15844;s:5:\"title\";s:32:\"Torel Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app2.png\";s:12:\"tmpl_created\";i:1607856863;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/torel-mobile-app-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:822;s:11:\"trend_index\";i:770;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:15:{s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:261;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:388;a:15:{s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm – Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/law-firm-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:104;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:15:{s:2:\"id\";i:16041;s:5:\"title\";s:31:\"Nano Mobile App – Product\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1607863992;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:846;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:15:{s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:303;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:391;a:15:{s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm – Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-partner/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:480;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:15:{s:2:\"id\";i:15890;s:5:\"title\";s:39:\"Personal Trainer – Online Service\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1607860512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-trainer-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:35:\"[\"Fitness\",\"Landing Pages\",\"Sport\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:838;s:11:\"trend_index\";i:783;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:15:{s:2:\"id\";i:10147;s:5:\"title\";s:34:\"Hello Bar | Sale | Promotion | Pop\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/donut_small.png\";s:12:\"tmpl_created\";i:1548055522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/hello-bar-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:775;s:11:\"trend_index\";i:803;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:15:{s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency – Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/digital-agency-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:177;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:15:{s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:642;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:396;a:15:{s:2:\"id\";i:16233;s:5:\"title\";s:36:\"Journey Photography – Business\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1607867416;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/journey-photography-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:42:\"[\"Business\",\"Landing Pages\",\"Photography\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:789;s:11:\"trend_index\";i:767;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:397;a:15:{s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym – Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-classes/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:456;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:15:{s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:60;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:399;a:15:{s:2:\"id\";i:9923;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slide-in_ann_italian_small.png\";s:12:\"tmpl_created\";i:1547841537;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/popups/slide-in-announcement/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:699;s:11:\"trend_index\";i:847;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:400;a:15:{s:2:\"id\";i:16162;s:5:\"title\";s:29:\"Private Chef – Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1607866578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/private-chef-business/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:24:\"[\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:855;s:11:\"trend_index\";i:833;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:15:{s:2:\"id\";i:1503;s:5:\"title\";s:33:\"Landing Page – Mobile App 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app1.png\";s:12:\"tmpl_created\";i:1494352113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:165;s:11:\"trend_index\";i:175;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:15:{s:2:\"id\";i:10117;s:5:\"title\";s:23:\"Slide In | Announcement\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/white_small.png\";s:12:\"tmpl_created\";i:1548066998;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-announcement-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:727;s:11:\"trend_index\";i:758;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:15:{s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:286;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:404;a:15:{s:2:\"id\";i:16325;s:5:\"title\";s:28:\"Quality Lens – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1607868782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/lp/quality-lens-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:27:\"[\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:804;s:11:\"trend_index\";i:600;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:405;a:15:{s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:221;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:406;a:15:{s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm – Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:403;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:15:{s:2:\"id\";i:9826;s:5:\"title\";s:33:\"Slide In | Announcement | webinar\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/01/web_small-2.png\";s:12:\"tmpl_created\";i:1547835513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-announcement-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:745;s:11:\"trend_index\";i:763;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:15:{s:2:\"id\";i:10478;s:5:\"title\";s:18:\"Slide In | Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2019/01/slide_wow_small.png\";s:12:\"tmpl_created\";i:1548056829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/popups/slide-in-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:595;s:11:\"trend_index\";i:570;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:15:{s:2:\"id\";i:16332;s:5:\"title\";s:31:\"Luxury Flat – Real Estate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1607868929;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/luxury-flat-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:38:\"[\"flat\",\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:809;s:11:\"trend_index\";i:688;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:410;a:15:{s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:200;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:411;a:15:{s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm – Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/law-firm-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:376;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:15:{s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home – Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1607869068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:791;s:11:\"trend_index\";i:742;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:413;a:15:{s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency – Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/digital-agency-social-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:336;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:15:{s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:322;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:415;a:15:{s:2:\"id\";i:16358;s:5:\"title\";s:41:\"Sunset Valley Project – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1607869234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/sunset-valley-project-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:15:{s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:256;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:417;a:15:{s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym – Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:572;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:15:{s:2:\"id\";i:10685;s:5:\"title\";s:32:\"Hello Bar | Register | Subscribe\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/01/env_small.png\";s:12:\"tmpl_created\";i:1547974729;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/hello-bar-register-subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:721;s:11:\"trend_index\";i:848;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:15:{s:2:\"id\";i:16379;s:5:\"title\";s:33:\"Property Page – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1607869379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/property-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:42:\"[\"Landing Pages\",\"Property\",\"Real estate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:864;s:11:\"trend_index\";i:757;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:15:{s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:377;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:421;a:15:{s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym – Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/gym-home-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:412;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:15:{s:2:\"id\";i:16392;s:5:\"title\";s:30:\"Open House – Real Estate\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1607869551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:150:\"[\"Agent\",\"Business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"Landing Pages\",\"listing\",\"modern\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:839;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:15:{s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:97;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:424;a:15:{s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm – Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/law-firm-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:564;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:15:{s:2:\"id\";i:15950;s:5:\"title\";s:30:\"Stylist – Online Service\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1607862286;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/lp/stylist-online-service/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:162:\"[\"cosmetics\",\"Fashion\",\"girly\",\"hairdresser\",\"Landing Pages\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"Products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:822;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:15:{s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency – Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/digital-agency-clients/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:453;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:15:{s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:610;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:15:{s:2:\"id\";i:9985;s:5:\"title\";s:20:\"Slide In | Promotion\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_promotion_av_small.png\";s:12:\"tmpl_created\";i:1547844661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/popups/slide-in-promotion-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:758;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:15:{s:2:\"id\";i:16253;s:5:\"title\";s:33:\"Bicycle Adventures – Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1607867944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/bicycle-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:36:\"[\"Bicycle\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:785;s:11:\"trend_index\";i:691;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:430;a:15:{s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym – About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:99:\"https://library.elementor.com/gym-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:516;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:15:{s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:734;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:432;a:15:{s:2:\"id\";i:16271;s:5:\"title\";s:42:\"Luxury Travel Destinations – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1607868120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/luxury-travel-destinations-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:830;s:11:\"trend_index\";i:700;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:15:{s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym – Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-pricing/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:549;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:15:{s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:505;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:15:{s:2:\"id\";i:16283;s:5:\"title\";s:29:\"Vacation Deals – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1607868279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/vacation-deals-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:850;s:11:\"trend_index\";i:724;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:15:{s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency – Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/contact-digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:187;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:15:{s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:245;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:438;a:15:{s:2:\"id\";i:16299;s:5:\"title\";s:29:\"New Adventures – Travel\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1607868454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/lp/new-adventures-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:50:\"[\"Adventures\",\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:849;s:11:\"trend_index\";i:768;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:15:{s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym – Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/gym-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:484;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:15:{s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:645;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:15:{s:2:\"id\";i:519;s:5:\"title\";s:24:\"Homepage – Fitness\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0023.png\";s:12:\"tmpl_created\";i:1477388808;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-fitness/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Fitness\",\"Gym\",\"Health\",\"Homepage\",\"Sport\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:10;s:11:\"trend_index\";i:44;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:442;a:15:{s:2:\"id\";i:16312;s:5:\"title\";s:26:\"Summer Time – Travel\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1607868625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/lp/summer-time-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:37:\"[\"Landing Pages\",\"Travel\",\"Vacation\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:829;s:11:\"trend_index\";i:810;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:443;a:15:{s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:756;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:15:{s:2:\"id\";i:487;s:5:\"title\";s:29:\"Landing Page – Vacation\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1477388357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-vacation/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:32;s:11:\"trend_index\";i:123;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:445;a:15:{s:2:\"id\";i:15870;s:5:\"title\";s:32:\"Tel Aviv Vacation – Travel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0021.png\";s:12:\"tmpl_created\";i:1607860195;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/lp/tel-aviv-vacation-travel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:802;s:11:\"trend_index\";i:769;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:446;a:15:{s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-32/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:522;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:15:{s:2:\"id\";i:855;s:5:\"title\";s:37:\"Landing Page – Personal Trainer\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Personal-Trainer.png\";s:12:\"tmpl_created\";i:1494352061;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/landing-page-personal-trainer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:290;s:11:\"trend_index\";i:419;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:15:{s:2:\"id\";i:16440;s:5:\"title\";s:31:\"Marketing Webinar – Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1607934662;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/marketing-webinar-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:37:\"[\"Event\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:794;s:11:\"trend_index\";i:528;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:15:{s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-33/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:542;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:450;a:15:{s:2:\"id\";i:9559;s:5:\"title\";s:16:\"Slide In | Login\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_login_01_small.png\";s:12:\"tmpl_created\";i:1546946547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/popups/slide-in-login-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:727;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:451;a:15:{s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/cta-34/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"form\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:733;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:15:{s:2:\"id\";i:955;s:5:\"title\";s:31:\"Landing Page – Law Office\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Law-Office.png\";s:12:\"tmpl_created\";i:1494352069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-law-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:31:\"[\"Landing Page\",\"Law\",\"Office\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:202;s:11:\"trend_index\";i:264;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:15:{s:2:\"id\";i:16212;s:5:\"title\";s:33:\"Wedding Celebration – Event\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1607867299;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/wedding-celebration-event/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:35:\"[\"Event\",\"Landing Pages\",\"Wedding\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:782;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:454;a:15:{s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:529;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:455;a:15:{s:2:\"id\";i:9373;s:5:\"title\";s:33:\"Landing Page – Conference 5\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/11/conference-250.png\";s:12:\"tmpl_created\";i:1542811219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:399;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:15:{s:2:\"id\";i:9752;s:5:\"title\";s:27:\"Slide In | Sale | Promotion\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/01/rush_small.png\";s:12:\"tmpl_created\";i:1547823982;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/popups/slide-in-sale-promotion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:740;s:11:\"trend_index\";i:834;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:457;a:15:{s:2:\"id\";i:974;s:5:\"title\";s:28:\"Landing Page – Stylist\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/03/Landing-Page-Stylist.png\";s:12:\"tmpl_created\";i:1494352071;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-stylist/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"cosmetics\",\"fashion\",\"girly\",\"hairdresser\",\"lifestyle\",\"makeup\",\"manicure\",\"pedicure\",\"products\",\"salon\",\"Shop\",\"skincare\",\"stylist\",\"wellness\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:329;s:11:\"trend_index\";i:614;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:15:{s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:196;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:459;a:15:{s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:429;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:460;a:15:{s:2:\"id\";i:11948;s:5:\"title\";s:18:\"Maintenance Mode 3\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm3.png\";s:12:\"tmpl_created\";i:1572153978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:195;s:11:\"trend_index\";i:111;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:15:{s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:390;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:462;a:15:{s:2:\"id\";i:754;s:5:\"title\";s:25:\"Services – Interior\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-Services.png\";s:12:\"tmpl_created\";i:1485269691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/services-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:251;s:11:\"trend_index\";i:478;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:15:{s:2:\"id\";i:752;s:5:\"title\";s:24:\"Contact – Interior\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-contact.png\";s:12:\"tmpl_created\";i:1485269737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/contact-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:455;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:15:{s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:247;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:465;a:15:{s:2:\"id\";i:10169;s:5:\"title\";s:37:\"Slide In | Register | Subscribe | App\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/01/slideinapp_small.png\";s:12:\"tmpl_created\";i:1547852334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/popups/slide-in-register-subscribe-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:780;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:466;a:15:{s:2:\"id\";i:753;s:5:\"title\";s:22:\"About – Interior\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/01/Interior-About.png\";s:12:\"tmpl_created\";i:1485269710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:492;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:15:{s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/cta-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:133;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:468;a:15:{s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"dance studio\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:817;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:15:{s:2:\"id\";i:751;s:5:\"title\";s:25:\"Homepage – Interior\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/01/interior-home.png\";s:12:\"tmpl_created\";i:1485269743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-interior/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:258;s:11:\"trend_index\";i:379;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:470;a:15:{s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"dance studio\",\"footer\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:265;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:471;a:15:{s:2:\"id\";i:2402;s:5:\"title\";s:32:\"Homepage – Interior Design\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2017/09/Interior.png\";s:12:\"tmpl_created\";i:1506441447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:193:\"[\"Architecture\",\"building\",\"business\",\"Creative\",\"exterior design\",\"furniture design\",\"Gallery\",\"garden design\",\"house\",\"interior design\",\"landscape design\",\"multipurpose\",\"portfolio\",\"studio\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:126;s:11:\"trend_index\";i:396;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:15:{s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"dance studio\",\"header\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:79;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:15:{s:2:\"id\";i:3626;s:5:\"title\";s:30:\"Snowboard Site – Contact\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/3.png\";s:12:\"tmpl_created\";i:1513513193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/snowboard-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:293;s:11:\"trend_index\";i:438;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:15:{s:2:\"id\";i:9680;s:5:\"title\";s:23:\"Slide In | Content Lock\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2019/01/Slide-in_Content-lock_small_01.png\";s:12:\"tmpl_created\";i:1547010967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/popups/slide-in-content-lock-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:725;s:11:\"trend_index\";i:708;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:15:{s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"footer\",\"marketing\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:122;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:15:{s:2:\"id\";i:11966;s:5:\"title\";s:18:\"Maintenance mode 4\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm4.png\";s:12:\"tmpl_created\";i:1572154274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:490;s:11:\"trend_index\";i:433;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:477;a:15:{s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"header\",\"marketing\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:12;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:15:{s:2:\"id\";i:3632;s:5:\"title\";s:31:\"Snowboard Site – Services\";s:9:\"thumbnail\";s:62:\"https://library.elementor.com/wp-content/uploads/2017/12/2.png\";s:12:\"tmpl_created\";i:1513513171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:222;s:11:\"trend_index\";i:386;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:479;a:15:{s:2:\"id\";i:9783;s:5:\"title\";s:31:\"Slide In | Register | Subscribe\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2019/01/slidein_yellow_small.png\";s:12:\"tmpl_created\";i:1547831059;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/popups/slide-in-register-subscribe/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:534;s:11:\"trend_index\";i:540;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:15:{s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:255;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:481;a:15:{s:2:\"id\";i:3619;s:5:\"title\";s:31:\"Snowboard Site – Homepage\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2017/12/home.png\";s:12:\"tmpl_created\";i:1513513137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/snowboard-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:232;s:11:\"trend_index\";i:319;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:15:{s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:102;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:15:{s:2:\"id\";i:9425;s:5:\"title\";s:38:\"Black Friday – 80’s style\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/11/unnamed-file.png\";s:12:\"tmpl_created\";i:1542901234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/black-friday-80s-style/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:360;s:11:\"trend_index\";i:493;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:15:{s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/digital-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"marketing\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:67;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:15:{s:2:\"id\";i:11973;s:5:\"title\";s:18:\"Maintenance mode 5\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm5.png\";s:12:\"tmpl_created\";i:1572154523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:418;s:11:\"trend_index\";i:235;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:15:{s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:275;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:487;a:15:{s:2:\"id\";i:11981;s:5:\"title\";s:18:\"Maintenance mode 6\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/10/mm6.png\";s:12:\"tmpl_created\";i:1572155125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:410;s:11:\"trend_index\";i:278;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:15:{s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:91;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:489;a:15:{s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:237;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:490;a:15:{s:2:\"id\";i:147;s:5:\"title\";s:20:\"Homepage – App\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0004.png\";s:12:\"tmpl_created\";i:1470829868;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/homepage-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"App\",\"Homepage\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:5;s:11:\"trend_index\";i:62;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:491;a:15:{s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/faq-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:37;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:492;a:15:{s:2:\"id\";i:777;s:5:\"title\";s:28:\"Homepage – Coffee Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/01/rest-home.jpg\";s:12:\"tmpl_created\";i:1485273092;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/homepage-coffee-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:41:\"[\"Coffee\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:175;s:11:\"trend_index\";i:244;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:15:{s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:148;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:494;a:15:{s:2:\"id\";i:2404;s:5:\"title\";s:24:\"Homepage – Product\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/09/product.png\";s:12:\"tmpl_created\";i:1506441452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/homepage-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:103:\"[\"business\",\"colorful\",\"ecommerce\",\"flat\",\"mobile\",\"modern\",\"responsive\",\"retina\",\"Shop\",\"woocommerce\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:164;s:11:\"trend_index\";i:294;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:15:{s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:521;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:496;a:15:{s:2:\"id\";i:492;s:5:\"title\";s:25:\"Homepage – Law firm\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0024.png\";s:12:\"tmpl_created\";i:1477388365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/homepage-law-firm/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Firm\",\"Homepage\",\"Law\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:14;s:11:\"trend_index\";i:95;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:497;a:15:{s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:193;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:498;a:15:{s:2:\"id\";i:3451;s:5:\"title\";s:39:\"Homepage – Goodness meal services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/11/goodness-featured-image.png\";s:12:\"tmpl_created\";i:1512054116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/homepage-goodness-meal-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:266;s:11:\"trend_index\";i:475;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:15:{s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:482;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:500;a:15:{s:2:\"id\";i:2152;s:5:\"title\";s:26:\"Homepage – Cake Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-home.png\";s:12:\"tmpl_created\";i:1499774132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/homepage-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Cake\",\"Homepage\",\"Restaurant\",\"Shop\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:382;s:11:\"trend_index\";i:652;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:501;a:15:{s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:226;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:502;a:15:{s:2:\"id\";i:1068;s:5:\"title\";s:27:\"Homepage – Copywriter\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/copywriter.png\";s:12:\"tmpl_created\";i:1488805928;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/homepage-copywriter/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"Copywriter\",\"Homepage\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:249;s:11:\"trend_index\";i:445;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:15:{s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/faq-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"faq\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:680;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:504;a:15:{s:2:\"id\";i:2813;s:5:\"title\";s:32:\"Homepage – Creative Agency\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2017/11/Creative-Agency-–-Home-Page.png\";s:12:\"tmpl_created\";i:1509615049;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/homepage-creative-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Agency\",\"Creative\",\"Homepage\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:252;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:505;a:15:{s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:378;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:15:{s:2:\"id\";i:728;s:5:\"title\";s:33:\"Homepage – Delivery Company\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/01/delivery-company-home-page.jpg\";s:12:\"tmpl_created\";i:1485269993;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/homepage-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Delivery\",\"Homepage\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:470;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:507;a:15:{s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:178;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:15:{s:2:\"id\";i:2403;s:5:\"title\";s:29:\"Homepage – Luxury Hotel\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/09/Hotel.png\";s:12:\"tmpl_created\";i:1506441428;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/homepage-luxury-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:313;s:11:\"trend_index\";i:499;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:15:{s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:135;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:510;a:15:{s:2:\"id\";i:1903;s:5:\"title\";s:20:\"One Page – Spa\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/06/spa.png\";s:12:\"tmpl_created\";i:1496822325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/one-page-spa/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:132:\"[\"beauty\",\"care\",\"girly\",\"hair\",\"Health\",\"hospitality\",\"massage\",\"medical\",\"parlor\",\"physiotherapy\",\"salon\",\"spa\",\"wellness\",\"yoga\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:211;s:11:\"trend_index\";i:253;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:511;a:15:{s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/features-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:108;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:15:{s:2:\"id\";i:2123;s:5:\"title\";s:33:\"One Page – Architect Office\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/06/architect.png\";s:12:\"tmpl_created\";i:1499772989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/one-page-architect-office/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:11;s:11:\"trend_index\";i:33;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:15:{s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:100;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:15:{s:2:\"id\";i:1888;s:5:\"title\";s:32:\"One Page – Creative Meetup\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2017/06/creative-meetup.png\";s:12:\"tmpl_created\";i:1496822319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/one-page-creative-meetup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:315;s:11:\"trend_index\";i:511;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:515;a:15:{s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:11:\"[\"featues\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:343;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:15:{s:2:\"id\";i:1891;s:5:\"title\";s:35:\"One Page – Textile Convention\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/06/textile-meetup.png\";s:12:\"tmpl_created\";i:1496822323;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/one-page-textile-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:503;s:11:\"trend_index\";i:687;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:517;a:15:{s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:222;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:15:{s:2:\"id\";i:1880;s:5:\"title\";s:24:\"One Page – Wedding\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/06/wedding.png\";s:12:\"tmpl_created\";i:1496822317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/one-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"bride\",\"ceremony\",\"cute\",\"event\",\"fancy\",\"girly\",\"groom\",\"guestbook\",\"marriage\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:535;s:11:\"trend_index\";i:731;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:519;a:15:{s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:457;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:15:{s:2:\"id\";i:1885;s:5:\"title\";s:29:\"One Page – Yacht Rental\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/06/yacht-home.png\";s:12:\"tmpl_created\";i:1496822321;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/one-page-yacht-rental/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:235;s:11:\"trend_index\";i:536;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:521;a:15:{s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:171;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:15:{s:2:\"id\";i:2723;s:5:\"title\";s:34:\"Portfolio – Graphic Designer\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/11/Graphic-Designer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509633883;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-graphic-designer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:218;s:11:\"trend_index\";i:280;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:523;a:15:{s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:199;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:15:{s:2:\"id\";i:2145;s:5:\"title\";s:30:\"About – Delivery Company\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-about.png\";s:12:\"tmpl_created\";i:1499774125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/about-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:10:\"[\"moving\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:659;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:525;a:15:{s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:263;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:15:{s:2:\"id\";i:2155;s:5:\"title\";s:23:\"About – Cake Shop\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-about.png\";s:12:\"tmpl_created\";i:1499774130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/about-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Food\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:471;s:11:\"trend_index\";i:679;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:527;a:15:{s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/features-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"features\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:107;s:11:\"trend_index\";i:92;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:15:{s:2:\"id\";i:1085;s:5:\"title\";s:21:\"About – Startup\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2017/03/Startup.png\";s:12:\"tmpl_created\";i:1488810874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/about-startup/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"About\",\"Startup\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:8;s:11:\"trend_index\";i:18;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:15:{s:2:\"id\";i:143;s:5:\"title\";s:22:\"About – Personal\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0010.png\";s:12:\"tmpl_created\";i:1470820447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/about-personal/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"About\",\"Personal\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:28;s:11:\"trend_index\";i:141;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:530;a:15:{s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:531;a:15:{s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:185;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:15:{s:2:\"id\";i:101;s:5:\"title\";s:16:\"About – CV\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0018.png\";s:12:\"tmpl_created\";i:1470829785;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:98:\"https://library.elementor.com/about-cv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"creative portfolio\",\"Personal\",\"portfolio\",\"professional\",\"resume\",\"vcard\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:54;s:11:\"trend_index\";i:197;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:533;a:15:{s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"footer\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:324;s:11:\"trend_index\";i:227;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:15:{s:2:\"id\";i:140;s:5:\"title\";s:25:\"About – Art Gallery\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0009.png\";s:12:\"tmpl_created\";i:1470820463;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/about-art-gallery/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:25:\"[\"About\",\"Art\",\"Gallery\"]\";s:10:\"menu_order\";i:145;s:16:\"popularity_index\";i:18;s:11:\"trend_index\";i:58;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:15:{s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"header\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:290;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:15:{s:2:\"id\";i:213;s:5:\"title\";s:26:\"About – Architecture\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0008.png\";s:12:\"tmpl_created\";i:1470829766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/about-architecture/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"About\",\"Architecture\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:20;s:11:\"trend_index\";i:114;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:15:{s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company – Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:393;s:11:\"trend_index\";i:158;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:538;a:15:{s:2:\"id\";i:2802;s:5:\"title\";s:38:\"Portfolio – Fashion Photographer\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2017/11/Fashion-photographer-–-Portfolio.png\";s:12:\"tmpl_created\";i:1509615440;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/portfolio-fashion-photographer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:263;s:11:\"trend_index\";i:444;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:539;a:15:{s:2:\"id\";i:2828;s:5:\"title\";s:35:\"Landing Page – Law Convention\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2017/11/Law-Convention-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/landing-page-law-convention/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"Convention\",\"Landing Page\",\"Law\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:423;s:11:\"trend_index\";i:476;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:540;a:15:{s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:603;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:541;a:15:{s:2:\"id\";i:1461;s:5:\"title\";s:28:\"Landing Page – Ebook 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-1.png\";s:12:\"tmpl_created\";i:1494352121;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:127:\"[\"App\",\"author\",\"book\",\"brochure\",\"download\",\"e-book\",\"ebook\",\"marketing\",\"product\",\"publisher\",\"sell online\",\"seo\",\"showcase\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:374;s:11:\"trend_index\";i:500;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:542;a:15:{s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-010/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:80;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:15:{s:2:\"id\";i:1460;s:5:\"title\";s:28:\"Landing Page – Ebook 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-2.png\";s:12:\"tmpl_created\";i:1494352124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:426;s:11:\"trend_index\";i:519;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:15:{s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-011/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:150;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:145;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:15:{s:2:\"id\";i:1459;s:5:\"title\";s:28:\"Landing Page – Ebook 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Ebook-3.png\";s:12:\"tmpl_created\";i:1494352125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-ebook-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:254;s:11:\"trend_index\";i:348;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:15:{s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-012/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:82;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:15:{s:2:\"id\";i:1052;s:5:\"title\";s:33:\"Landing Page – Mobile App 1\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2017/03/app.png\";s:12:\"tmpl_created\";i:1488810873;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-mobile-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:47;s:11:\"trend_index\";i:169;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:548;a:15:{s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-013/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:217;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:15:{s:2:\"id\";i:1505;s:5:\"title\";s:33:\"Landing Page – Mobile App 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-app3.png\";s:12:\"tmpl_created\";i:1494352110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-mobile-app-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:721;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:15:{s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/footer-014/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:32;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:551;a:15:{s:2:\"id\";i:726;s:5:\"title\";s:33:\"Landing Page – Conference 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2017/01/convention-landing-page.jpg\";s:12:\"tmpl_created\";i:1485270062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/landing-page-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:498;s:11:\"trend_index\";i:776;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:552;a:15:{s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/blocks/demo/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:181;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:553;a:15:{s:2:\"id\";i:1613;s:5:\"title\";s:33:\"Landing Page – Conference 2\";s:9:\"thumbnail\";s:109:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-International-Womens-Day-Conference.png\";s:12:\"tmpl_created\";i:1494352129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:504;s:11:\"trend_index\";i:539;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:554;a:15:{s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:99;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:555;a:15:{s:2:\"id\";i:1612;s:5:\"title\";s:33:\"Landing Page – Conference 3\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Tech-Conference.png\";s:12:\"tmpl_created\";i:1494352127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:802;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:556;a:15:{s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:121;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:557;a:15:{s:2:\"id\";i:1614;s:5:\"title\";s:33:\"Landing Page – Conference 4\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Sustainability-Conference.png\";s:12:\"tmpl_created\";i:1494352131;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-conference-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:447;s:11:\"trend_index\";i:466;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:558;a:15:{s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:72;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:559;a:15:{s:2:\"id\";i:906;s:5:\"title\";s:29:\"Landing Page – Coacher\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/02/Landin-Page-Coacher.png\";s:12:\"tmpl_created\";i:1494352066;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-coacher/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:302;s:11:\"trend_index\";i:382;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:560;a:15:{s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-05/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:162;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:561;a:15:{s:2:\"id\";i:879;s:5:\"title\";s:41:\"Landing Page – Financial Consultant\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Financial-consultant.png\";s:12:\"tmpl_created\";i:1494352064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/landing-page-financial-consultant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:305;s:11:\"trend_index\";i:533;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:562;a:15:{s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-06/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:131;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:563;a:15:{s:2:\"id\";i:926;s:5:\"title\";s:33:\"Landing Page – Private Chef\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/02/Landing-Page-Private-Chef.png\";s:12:\"tmpl_created\";i:1494352068;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/landing-page-private-chef/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:461;s:11:\"trend_index\";i:625;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:564;a:15:{s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-07/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:159;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:565;a:15:{s:2:\"id\";i:1032;s:5:\"title\";s:27:\"Landing Page – Agency\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Agency.png\";s:12:\"tmpl_created\";i:1488810866;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/landing-page-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:462;s:11:\"trend_index\";i:585;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:566;a:15:{s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-08/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:74;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:567;a:15:{s:2:\"id\";i:730;s:5:\"title\";s:24:\"Landing Page – App\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/01/app.-landing-page.jpg\";s:12:\"tmpl_created\";i:1485273430;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/landing-page-app/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:386;s:11:\"trend_index\";i:489;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:568;a:15:{s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/footer-09/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:147;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:569;a:15:{s:2:\"id\";i:643;s:5:\"title\";s:29:\"Landing Page – Festival\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2016/12/festival.jpg\";s:12:\"tmpl_created\";i:1481549290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-festival/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:518;s:11:\"trend_index\";i:634;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:570;a:15:{s:2:\"id\";i:542;s:5:\"title\";s:28:\"Landing Page – Wedding\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/10/0025.png\";s:12:\"tmpl_created\";i:1477388484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-wedding/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:128;s:11:\"trend_index\";i:306;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:15:{s:2:\"id\";i:1187;s:5:\"title\";s:32:\"Landing Page – Photography\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp1-l.png\";s:12:\"tmpl_created\";i:1490707385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-photography/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:165;s:16:\"popularity_index\";i:53;s:11:\"trend_index\";i:231;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:15:{s:2:\"id\";i:641;s:5:\"title\";s:28:\"Landing Page – Fashion\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/12/fashion-landing-page.jpg\";s:12:\"tmpl_created\";i:1481549264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-fashion/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:355;s:11:\"trend_index\";i:644;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:15:{s:2:\"id\";i:189;s:5:\"title\";s:30:\"Landing Page – Tourism 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0005.png\";s:12:\"tmpl_created\";i:1470820715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-tourism/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:17;s:11:\"trend_index\";i:127;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:574;a:15:{s:2:\"id\";i:1547;s:5:\"title\";s:30:\"Landing Page – Tourism 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-1.png\";s:12:\"tmpl_created\";i:1494352115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:377;s:11:\"trend_index\";i:520;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:15:{s:2:\"id\";i:1546;s:5:\"title\";s:30:\"Landing Page – Tourism 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-2.png\";s:12:\"tmpl_created\";i:1494352116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:549;s:11:\"trend_index\";i:788;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:15:{s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer_7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:169;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:308;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:15:{s:2:\"id\";i:1545;s:5:\"title\";s:30:\"Landing Page – Tourism 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Truism-3.png\";s:12:\"tmpl_created\";i:1494352118;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:425;s:11:\"trend_index\";i:526;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:15:{s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:165;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:15:{s:2:\"id\";i:2714;s:5:\"title\";s:30:\"Landing Page – Tourism 5\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2017/11/Vacation-–-Landing-Page.png\";s:12:\"tmpl_created\";i:1509631782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/landing-page-tourism-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:415;s:11:\"trend_index\";i:685;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:15:{s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/footer-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"footer\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:155;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:15:{s:2:\"id\";i:195;s:5:\"title\";s:28:\"Landing Page – Product\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0006.png\";s:12:\"tmpl_created\";i:1470820765;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-product/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:72;s:11:\"trend_index\";i:254;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:582;a:15:{s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:172;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:707;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:15:{s:2:\"id\";i:197;s:5:\"title\";s:34:\"Landing Page – Real Estate 1\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0007.png\";s:12:\"tmpl_created\";i:1470825711;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/landing-page-real-estate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:162;s:11:\"trend_index\";i:310;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:584;a:15:{s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:173;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:562;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:15:{s:2:\"id\";i:1193;s:5:\"title\";s:34:\"Landing Page – Real Estate 2\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1490707422;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:86;s:11:\"trend_index\";i:267;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:586;a:15:{s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:409;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:15:{s:2:\"id\";i:1415;s:5:\"title\";s:34:\"Landing Page – Real Estate 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-1.png\";s:12:\"tmpl_created\";i:1494352106;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:381;s:11:\"trend_index\";i:556;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:15:{s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/blocks/gym-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"footer\",\"Gym\"]\";s:10:\"menu_order\";i:175;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:383;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:15:{s:2:\"id\";i:1414;s:5:\"title\";s:34:\"Landing Page – Real Estate 4\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-2.png\";s:12:\"tmpl_created\";i:1494352107;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:573;s:11:\"trend_index\";i:773;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:15:{s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/blocks/gym/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"header\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:186;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:15:{s:2:\"id\";i:1413;s:5:\"title\";s:34:\"Landing Page – Real Estate 5\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/05/Landing-Page-Real-Estate-3.png\";s:12:\"tmpl_created\";i:1494352109;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/landing-page-real-estate-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:134:\"[\"Agent\",\"business\",\"clean\",\"corporate\",\"flat\",\"google maps\",\"homes\",\"listing\",\"modern\",\"real estate\",\"realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:486;s:11:\"trend_index\";i:541;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:15:{s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:177;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:36;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:15:{s:2:\"id\";i:1573;s:5:\"title\";s:29:\"Landing Page – Coupon 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-02.png\";s:12:\"tmpl_created\";i:1494352133;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:594;s:11:\"trend_index\";i:784;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:15:{s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:15:{s:2:\"id\";i:1572;s:5:\"title\";s:29:\"Landing Page – Coupon 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-03.png\";s:12:\"tmpl_created\";i:1494352134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:632;s:11:\"trend_index\";i:676;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:15:{s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:70;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:15:{s:2:\"id\";i:1570;s:5:\"title\";s:29:\"Landing Page – Coupon 3\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-01.png\";s:12:\"tmpl_created\";i:1494352136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:839;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:15:{s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:180;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:52;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:15:{s:2:\"id\";i:1571;s:5:\"title\";s:29:\"Landing Page – Coupon 4\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/Coupon-04.png\";s:12:\"tmpl_created\";i:1494352138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/landing-page-coupon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:672;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:15:{s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/header-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:181;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:65;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:15:{s:2:\"id\";i:192;s:5:\"title\";s:28:\"Landing Page – Webinar\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0015.png\";s:12:\"tmpl_created\";i:1470820734;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/landing-page-webinar/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:141;s:11:\"trend_index\";i:292;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:602;a:15:{s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"header\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:41;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:15:{s:2:\"id\";i:2141;s:5:\"title\";s:32:\"Contact – Delivery Company\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-contact.png\";s:12:\"tmpl_created\";i:1499774122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/contact-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:363;s:11:\"trend_index\";i:598;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:15:{s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:183;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:21;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:15:{s:2:\"id\";i:137;s:5:\"title\";s:22:\"Contact – Modern\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0013.png\";s:12:\"tmpl_created\";i:1470829828;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/contact-modern/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:55;s:11:\"trend_index\";i:276;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:606;a:15:{s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:15;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:15:{s:2:\"id\";i:256;s:5:\"title\";s:26:\"Contact – Restaurant\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0011.png\";s:12:\"tmpl_created\";i:1470829796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/contact-restaurant/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:154;s:11:\"trend_index\";i:446;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:608;a:15:{s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:13;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:15:{s:2:\"id\";i:2150;s:5:\"title\";s:25:\"Contact – Cake Shop\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/07/cake-contact.png\";s:12:\"tmpl_created\";i:1499774127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-cake-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:85;s:11:\"trend_index\";i:183;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:610;a:15:{s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:186;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:93;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:15:{s:2:\"id\";i:223;s:5:\"title\";s:21:\"Contact – Hotel\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0002.png\";s:12:\"tmpl_created\";i:1470820471;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/contact-hotel/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:157;s:11:\"trend_index\";i:335;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:612;a:15:{s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:113;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:15:{s:2:\"id\";i:24;s:5:\"title\";s:25:\"Contact – Corporate\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0012.png\";s:12:\"tmpl_created\";i:1470248619;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/contact-corporate/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:12;s:11:\"trend_index\";i:35;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:15:{s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:188;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:69;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:15:{s:2:\"id\";i:184;s:5:\"title\";s:23:\"Services – Moving\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0017.png\";s:12:\"tmpl_created\";i:1470829889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/services-moving/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:26;s:11:\"trend_index\";i:73;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:15:{s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/header-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:189;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:77;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:15:{s:2:\"id\";i:625;s:5:\"title\";s:31:\"Services – Cake Shop Menu\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2016/12/cake-shop-menu.jpg\";s:12:\"tmpl_created\";i:1481549196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/services-cake-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:642;s:11:\"trend_index\";i:779;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:15:{s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:26;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:15:{s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:544;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:15:{s:2:\"id\";i:187;s:5:\"title\";s:20:\"Services – Fun\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0001.png\";s:12:\"tmpl_created\";i:1470829892;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/services-fun/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:191;s:16:\"popularity_index\";i:109;s:11:\"trend_index\";i:421;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:15:{s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:161;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:622;a:15:{s:2:\"id\";i:238;s:5:\"title\";s:27:\"Services – Consulting\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0014.png\";s:12:\"tmpl_created\";i:1470829865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/services-consulting/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:25;s:11:\"trend_index\";i:85;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:15:{s:2:\"id\";i:647;s:5:\"title\";s:33:\"Services – Coffee Shop Menu\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2016/12/restaurant-menu.jpg\";s:12:\"tmpl_created\";i:1481549320;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-coffee-shop-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:517;s:11:\"trend_index\";i:557;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:624;a:15:{s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/hero-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:193;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:719;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:15:{s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:83;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:15:{s:2:\"id\";i:2138;s:5:\"title\";s:33:\"Services – Delivery Company\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/07/delivery-services.png\";s:12:\"tmpl_created\";i:1499774119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/services-delivery-company/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:456;s:11:\"trend_index\";i:648;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:15:{s:2:\"id\";i:823;s:5:\"title\";s:19:\"Pricing – App\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-app.jpg\";s:12:\"tmpl_created\";i:1485272966;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/pricing-app-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:469;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:15:{s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:195;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:20;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:629;a:15:{s:2:\"id\";i:824;s:5:\"title\";s:24:\"Pricing – Software\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/01/pricing-software.png\";s:12:\"tmpl_created\";i:1485272900;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/pricing-software-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:486;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:15:{s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:561;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:15:{s:2:\"id\";i:825;s:5:\"title\";s:24:\"Product – Speakers\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/01/product-page.jpg\";s:12:\"tmpl_created\";i:1485272513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/product-speakers/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:439;s:11:\"trend_index\";i:443;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:15:{s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:105;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:633;a:15:{s:2:\"id\";i:245;s:5:\"title\";s:21:\"Product – Clean\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2016/08/0020.png\";s:12:\"tmpl_created\";i:1470829876;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/product-clean/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"fast\",\"minimal\",\"minimalistic\",\"seo\",\"simple\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:332;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:634;a:15:{s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:198;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:584;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:15:{s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:47;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:636;a:15:{s:2:\"id\";i:1075;s:5:\"title\";s:19:\"Shop – Sweets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2017/03/Sweets.png\";s:12:\"tmpl_created\";i:1488810871;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/shop-sweets/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:154:\"[\"bakery\",\"beverage\",\"business\",\"cafe\",\"candy bar\",\"catering\",\"delivery service\",\"Food\",\"online shop\",\"pastry\",\"Restaurant\",\"store\",\"sweet shop\",\"sweets\"]\";s:10:\"menu_order\";i:199;s:16:\"popularity_index\";i:68;s:11:\"trend_index\";i:188;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:637;a:15:{s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:132;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:638;a:15:{s:2:\"id\";i:1051;s:5:\"title\";s:24:\"Blog Post – Launch\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2017/03/post-cloud.png\";s:12:\"tmpl_created\";i:1488810869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blog-post-launch/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:210:\"[\"Agency\",\"bootstrap\",\"business\",\"corporate\",\"Landing Page\",\"launch\",\"marketing campaign\",\"marketing landing page\",\"marketing template landing page\",\"product launch\",\"software\",\"Startup\",\"startup landing page\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:16;s:11:\"trend_index\";i:43;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:639;a:15:{s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/hero-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:374;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:15:{s:2:\"id\";i:1245;s:5:\"title\";s:13:\"Coming Soon 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-1.png\";s:12:\"tmpl_created\";i:1491207184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:257;s:11:\"trend_index\";i:191;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:15:{s:2:\"id\";i:1247;s:5:\"title\";s:13:\"Coming Soon 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-2.png\";s:12:\"tmpl_created\";i:1491207138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:35;s:11:\"trend_index\";i:59;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:642;a:15:{s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:202;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:699;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:15:{s:2:\"id\";i:1248;s:5:\"title\";s:13:\"Coming Soon 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-3.png\";s:12:\"tmpl_created\";i:1491207050;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:427;s:11:\"trend_index\";i:578;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:15:{s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"business\",\"footer\",\"interior design\"]\";s:10:\"menu_order\";i:203;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:248;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:15:{s:2:\"id\";i:1249;s:5:\"title\";s:13:\"Coming Soon 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-4.png\";s:12:\"tmpl_created\";i:1491207380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:469;s:11:\"trend_index\";i:613;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:15:{s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design – Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"business\",\"header\",\"interior design\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:53;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:15:{s:2:\"id\";i:1250;s:5:\"title\";s:13:\"Coming Soon 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-5.png\";s:12:\"tmpl_created\";i:1491207450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:82;s:11:\"trend_index\";i:101;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:648;a:15:{s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design – News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:229;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:15:{s:2:\"id\";i:1260;s:5:\"title\";s:18:\"Maintenance Mode 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-6.png\";s:12:\"tmpl_created\";i:1491207507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:506;s:11:\"trend_index\";i:639;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:15:{s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design – Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:206;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:78;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:15:{s:2:\"id\";i:1261;s:5:\"title\";s:18:\"Maintenance Mode 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/04/Coming-Soon-7.png\";s:12:\"tmpl_created\";i:1491207584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/maintenance-mode-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:20:\"[\"Maintenance mode\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:98;s:11:\"trend_index\";i:173;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:652;a:15:{s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design – Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"business\",\"interior design\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:449;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:15:{s:2:\"id\";i:1272;s:5:\"title\";s:13:\"Coming Soon 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-8.png\";s:12:\"tmpl_created\";i:1491207674;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:296;s:11:\"trend_index\";i:325;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:15:{s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant – 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:208;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:633;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:15:{s:2:\"id\";i:1279;s:5:\"title\";s:13:\"Coming Soon 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/03/Coming-Soon-9.png\";s:12:\"tmpl_created\";i:1491207756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/coming-soon-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:160;s:11:\"trend_index\";i:296;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:656;a:15:{s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant – Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:209;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:202;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:15:{s:2:\"id\";i:1745;s:5:\"title\";s:14:\"Coming Soon 10\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-002.png\";s:12:\"tmpl_created\";i:1494849745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/coming-soon-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:292;s:11:\"trend_index\";i:418;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:15:{s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese restaurant – Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:314;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:15:{s:2:\"id\";i:1742;s:5:\"title\";s:12:\"Login Page 1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-003.png\";s:12:\"tmpl_created\";i:1494849744;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:100:\"https://library.elementor.com/login-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:470;s:11:\"trend_index\";i:701;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:15:{s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:211;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:696;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:15:{s:2:\"id\";i:1748;s:5:\"title\";s:12:\"Login Page 2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/05/login-001.png\";s:12:\"tmpl_created\";i:1494849742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:102:\"https://library.elementor.com/login-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:314;s:11:\"trend_index\";i:431;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:15:{s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm – Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:307;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:15:{s:2:\"id\";i:3963;s:5:\"title\";s:32:\"Restaurant Site – Homepage\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/01/R.HomepageThumb.png\";s:12:\"tmpl_created\";i:1516284821;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/restaurant-site-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:238;s:11:\"trend_index\";i:334;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:15:{s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:213;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:354;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:15:{s:2:\"id\";i:3969;s:5:\"title\";s:28:\"Restaurant Site – Menu\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/01/R.MenuThumb.png\";s:12:\"tmpl_created\";i:1516284829;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/restaurant-site-menu/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:440;s:11:\"trend_index\";i:487;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:15:{s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:50;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:15:{s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm – Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:436;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:15:{s:2:\"id\";i:3966;s:5:\"title\";s:29:\"Restaurant Site – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/01/R.AboutThumb.png.png\";s:12:\"tmpl_created\";i:1516284839;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/restaurant-site-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:215;s:16:\"popularity_index\";i:275;s:11:\"trend_index\";i:407;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:15:{s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:236;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:15:{s:2:\"id\";i:3972;s:5:\"title\";s:31:\"Restaurant Site – Contact\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/01/R.ContactThumb.png\";s:12:\"tmpl_created\";i:1516284847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/restaurant-site-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:109:\"[\"bar\",\"cafe\",\"cooking\",\"drink\",\"events\",\"fast food\",\"Food\",\"menu\",\"modern\",\"reservation\",\"Shop\",\"snack bar\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:405;s:11:\"trend_index\";i:591;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:15:{s:2:\"id\";i:2080;s:5:\"title\";s:27:\"Ski Resort – Homepage\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Home-Page.png\";s:12:\"tmpl_created\";i:1508161124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:452;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:15:{s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate – 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:738;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:15:{s:2:\"id\";i:2088;s:5:\"title\";s:24:\"Ski Resort – About\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-About.png\";s:12:\"tmpl_created\";i:1508161129;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/ski-resort-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:487;s:11:\"trend_index\";i:635;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:15:{s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"footer\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:218;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:362;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:15:{s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"header\",\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:166;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:676;a:15:{s:2:\"id\";i:2085;s:5:\"title\";s:27:\"Ski Resort – Services\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/Ski-Resort-Services.png\";s:12:\"tmpl_created\";i:1508161134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/ski-resort-services/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:620;s:11:\"trend_index\";i:656;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:15:{s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate – Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:465;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:15:{s:2:\"id\";i:2462;s:5:\"title\";s:23:\"Architect – About\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2017/10/architect-–-about.png\";s:12:\"tmpl_created\";i:1508243317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/architect-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:220;s:16:\"popularity_index\";i:364;s:11:\"trend_index\";i:364;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:15:{s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate – Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:485;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:15:{s:2:\"id\";i:2362;s:5:\"title\";s:26:\"Architect – Projects\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2017/10/Architect-Projects.png\";s:12:\"tmpl_created\";i:1508243335;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/architect-projects/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:460;s:11:\"trend_index\";i:494;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:15:{s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate – single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"real estate\",\"realestate\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:404;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:682;a:15:{s:2:\"id\";i:614;s:5:\"title\";s:25:\"Architect – Contact\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2016/12/architect-contact.jpg\";s:12:\"tmpl_created\";i:1481549169;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/architect-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:335;s:11:\"trend_index\";i:428;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:683;a:15:{s:2:\"id\";i:2126;s:5:\"title\";s:37:\"Construction Company – Homepage\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Home-Page.png\";s:12:\"tmpl_created\";i:1508325849;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-company-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:271;s:11:\"trend_index\";i:249;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:684;a:15:{s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/magazine-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:223;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:655;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:685;a:15:{s:2:\"id\";i:2129;s:5:\"title\";s:34:\"Construction Company – About\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-About.png\";s:12:\"tmpl_created\";i:1508325881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/construction-company-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:321;s:11:\"trend_index\";i:410;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:15:{s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine – Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:224;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:219;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:15:{s:2:\"id\";i:2135;s:5:\"title\";s:36:\"Construction Company – Contact\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2017/10/Construction-Company-Contact.png\";s:12:\"tmpl_created\";i:1508325922;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/construction-company-contact/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:370;s:11:\"trend_index\";i:422;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:15:{s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"footer\",\"Magazine\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:400;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:689;a:15:{s:2:\"id\";i:2094;s:5:\"title\";s:28:\"Plants Shop – Homepage\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-Home.png\";s:12:\"tmpl_created\";i:1509621053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/plants-shop-homepage/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:269;s:11:\"trend_index\";i:352;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:690;a:15:{s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine – Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"header\",\"Magazine\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:277;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:691;a:15:{s:2:\"id\";i:2120;s:5:\"title\";s:25:\"Plants Shop – About\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2017/11/Plants-Shop-About.png\";s:12:\"tmpl_created\";i:1509631820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/plants-shop-about/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:376;s:11:\"trend_index\";i:524;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:15:{s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine – Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/magazine-search/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:227;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:329;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:15:{s:2:\"id\";i:3153;s:5:\"title\";s:14:\"Halloween Pack\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/10/halloween.png\";s:12:\"tmpl_created\";i:1508950132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/halloween-pack/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:686;s:11:\"trend_index\";i:0;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:15:{s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine – Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:208;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:15:{s:2:\"id\";i:3338;s:5:\"title\";s:31:\"Black Friday – Nature Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-1.png\";s:12:\"tmpl_created\";i:1511203351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-nature-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:604;s:11:\"trend_index\";i:815;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:15:{s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine – Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:229;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:156;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:15:{s:2:\"id\";i:3339;s:5:\"title\";s:35:\"Black Friday – Pop-Styled Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-2.png\";s:12:\"tmpl_created\";i:1511203636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/black-friday-pop-styled-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:561;s:11:\"trend_index\";i:692;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:15:{s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:230;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:341;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:15:{s:2:\"id\";i:3335;s:5:\"title\";s:31:\"Black Friday – Retail Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-4.png\";s:12:\"tmpl_created\";i:1511203246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/black-friday-retail-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:560;s:11:\"trend_index\";i:653;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:15:{s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine – Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:391;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:15:{s:2:\"id\";i:3340;s:5:\"title\";s:41:\"Black Friday – Software Product Set\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2017/11/black-friday-3.png\";s:12:\"tmpl_created\";i:1511203713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/black-friday-software-product-set/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:502;s:11:\"trend_index\";i:759;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:15:{s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:506;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:15:{s:2:\"id\";i:3517;s:5:\"title\";s:27:\"Christmas – Gift Shop\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasThumb.png\";s:12:\"tmpl_created\";i:1513877937;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-gift-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:580;s:11:\"trend_index\";i:787;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:15:{s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/online-course-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:233;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:714;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:15:{s:2:\"id\";i:3734;s:5:\"title\";s:28:\"Christmas – Car Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v3.png\";s:12:\"tmpl_created\";i:1514197794;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/christmas-car-agency/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:575;s:11:\"trend_index\";i:695;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:15:{s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course – End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:234;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:472;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:15:{s:2:\"id\";i:3764;s:5:\"title\";s:33:\"Christmas – Interior Design\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v6.png\";s:12:\"tmpl_created\";i:1514198234;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/christmas-interior-design/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:566;s:11:\"trend_index\";i:565;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:15:{s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"footer\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:301;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:15:{s:2:\"id\";i:3565;s:5:\"title\";s:27:\"Christmas – Tree Shop\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2017/12/XmasTreeThumb.png\";s:12:\"tmpl_created\";i:1514204382;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/christmas-tree-shop/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:455;s:11:\"trend_index\";i:666;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:15:{s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course – Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/online-course-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"header\"]\";s:10:\"menu_order\";i:236;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:435;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:15:{s:2:\"id\";i:3862;s:5:\"title\";s:35:\"Christmas – Design Conference\";s:9:\"thumbnail\";s:63:\"https://library.elementor.com/wp-content/uploads/2017/12/q1.png\";s:12:\"tmpl_created\";i:1514206745;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/christmas-design-conference/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:473;s:11:\"trend_index\";i:558;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:15:{s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course – Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:601;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:15:{s:2:\"id\";i:3777;s:5:\"title\";s:39:\"Christmas – Snowboard Competition\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2017/12/cover-lib-v7.png\";s:12:\"tmpl_created\";i:1514205420;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/christmas-snowboard-competition/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:509;s:11:\"trend_index\";i:628;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:15:{s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography – 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/photography-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:238;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:718;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:715;a:15:{s:2:\"id\";i:420;s:5:\"title\";s:11:\"Hero UI Kit\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2016/09/library-ui-kit-cover.png\";s:12:\"tmpl_created\";i:1475067229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:101:\"https://library.elementor.com/hero-ui-kit/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:22;s:11:\"trend_index\";i:76;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:15:{s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography – Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:553;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:717;a:15:{s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography – Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"footer\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:318;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:718;a:15:{s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography – Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/photography-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"header\",\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:241;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:320;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:719;a:15:{s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography – Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"portfolio\"]\";s:10:\"menu_order\";i:242;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:735;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:720;a:15:{s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:550;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:721;a:15:{s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"footer\",\"portfolio\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:149;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:722;a:15:{s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:245;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:461;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:723;a:15:{s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/portfolio/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:380;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:724;a:15:{s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:285;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:725;a:15:{s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio – Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:804;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:726;a:15:{s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:249;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:836;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:727;a:15:{s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio – Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:777;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:728;a:15:{s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio – Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"creative portfolio\",\"portfolio\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:811;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:729;a:15:{s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:252;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:238;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:15:{s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:514;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:731;a:15:{s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:254;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:369;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:732;a:15:{s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:347;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:733;a:15:{s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:256;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:311;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:734;a:15:{s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:373;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:735;a:15:{s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:258;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:223;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:15:{s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:259;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:203;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:737;a:15:{s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:27;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:738;a:15:{s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:274;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:739;a:15:{s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:262;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:622;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:15:{s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:263;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:651;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:15:{s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:525;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:15:{s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:491;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:743;a:15:{s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:266;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:397;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:744;a:15:{s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"portfolio\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:174;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:745;a:15:{s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:268;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:694;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:15:{s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:574;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:15:{s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:270;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:257;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:15:{s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:559;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:15:{s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:272;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:593;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:15:{s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/pricing-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:523;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:751;a:15:{s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:437;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:752;a:15:{s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:275;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:764;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:753;a:15:{s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:717;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:15:{s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:750;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:755;a:15:{s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:278;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:737;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:15:{s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:609;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:757;a:15:{s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:385;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:15:{s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/pricing-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"pricing\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:588;s:11:\"trend_index\";i:617;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:759;a:15:{s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:19;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:15:{s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:29;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:761;a:15:{s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:284;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:25;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:762;a:15:{s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:285;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:530;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:763;a:15:{s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist – Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:420;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:764;a:15:{s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:551;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:15:{s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:288;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:471;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:15:{s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist – single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:289;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:372;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:767;a:15:{s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist – single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:384;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:15:{s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:31;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:769;a:15:{s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:125;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:770;a:15:{s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:293;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:51;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:771;a:15:{s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:112;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:772;a:15:{s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:295;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:233;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:15:{s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:38;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:774;a:15:{s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:134;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:15:{s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:298;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:109;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:15:{s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:360;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:15:{s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:300;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:315;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:778;a:15:{s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-25/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:301;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:182;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:15:{s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:722;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:15:{s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:368;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:15:{s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-28/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:304;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:192;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:15:{s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:387;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:15:{s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-30/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:306;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:569;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:784;a:15:{s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/services-31/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:307;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:468;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:15:{s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:98;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:15:{s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:309;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:283;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:15:{s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:22;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:15:{s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:234;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:15:{s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/services-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"services\"]\";s:10:\"menu_order\";i:312;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:117;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:15:{s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:313;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:170;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:15:{s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:71;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:792;a:15:{s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:315;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:30;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:15:{s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:288;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:794;a:15:{s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:205;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:15:{s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:318;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:345;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:15:{s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-page-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:319;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:355;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:797;a:15:{s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:240;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:15:{s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:272;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:15:{s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:322;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:220;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:15:{s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:440;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:801;a:15:{s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:324;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:266;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:802;a:15:{s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:172;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:803;a:15:{s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/single-post-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:305;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:15:{s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-01/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:327;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:805;a:15:{s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-02/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:28;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:15:{s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-03/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:56;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:15:{s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/single-product-04/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:330;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:66;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:808;a:15:{s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:649;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:15:{s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:332;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:618;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:15:{s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:333;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:720;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:811;a:15:{s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:334;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:693;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:812;a:15:{s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:105:\"https://library.elementor.com/blocks/stats-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:335;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:300;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:813;a:15:{s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:336;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:630;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:814;a:15:{s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:337;s:16:\"popularity_index\";i:283;s:11:\"trend_index\";i:509;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:815;a:15:{s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:439;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:816;a:15:{s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:339;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:447;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:817;a:15:{s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:586;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:818;a:15:{s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:341;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:658;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:15:{s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-8/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:670;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:15:{s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/stats-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:343;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:432;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:821;a:15:{s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:358;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:15:{s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:345;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:481;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:823;a:15:{s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:501;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:824;a:15:{s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:347;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:401;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:825;a:15:{s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"form\",\"subscribe\"]\";s:10:\"menu_order\";i:348;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:282;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:826;a:15:{s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:198;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:827;a:15:{s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:106:\"https://library.elementor.com/blocks/team-12-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:350;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:460;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:828;a:15:{s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:337;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:829;a:15:{s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:408;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:830;a:15:{s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:353;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:589;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:831;a:15:{s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:260;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:832;a:15:{s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:355;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:316;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:833;a:15:{s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:250;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:834;a:15:{s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:357;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:381;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:835;a:15:{s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:184;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:836;a:15:{s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:359;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:575;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:837;a:15:{s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:458;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:838;a:15:{s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:104:\"https://library.elementor.com/blocks/team-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:361;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:340;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:839;a:15:{s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-4/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:242;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:840;a:15:{s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-5/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:363;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:218;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:841;a:15:{s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-6/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:364;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:295;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:842;a:15:{s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:103:\"https://library.elementor.com/blocks/team-7/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"team\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:370;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:843;a:15:{s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:366;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:139;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:844;a:15:{s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:612;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:845;a:15:{s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:368;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:577;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:846;a:15:{s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:631;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:847;a:15:{s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:370;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:321;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:848;a:15:{s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:515;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:849;a:15:{s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:398;s:11:\"trend_index\";i:351;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:850;a:15:{s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:373;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:216;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:851;a:15:{s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:374;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:746;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:852;a:15:{s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:406;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:853;a:15:{s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:615;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:854;a:15:{s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:377;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:168;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:855;a:15:{s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:378;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:239;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:856;a:15:{s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:423;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:857;a:15:{s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:339;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:858;a:15:{s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:381;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:140;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:859;a:15:{s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:382;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:467;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:860;a:15:{s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:752;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:861;a:15:{s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:459;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:862;a:15:{s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:385;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:713;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:863;a:15:{s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:411;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:864;a:15:{s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:107:\"https://library.elementor.com/blocks/travel-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:387;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:798;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:865;a:15:{s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel – Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:388;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:594;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:866;a:15:{s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel – Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:394;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:867;a:15:{s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel – Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:390;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:534;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:868;a:15:{s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel – Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:654;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:869;a:15:{s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/travel-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:392;s:16:\"popularity_index\";i:454;s:11:\"trend_index\";i:206;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:870;a:15:{s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog – 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:748;s:11:\"trend_index\";i:637;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:871;a:15:{s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog – Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:394;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:389;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:872;a:15:{s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog – Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:715;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:873;a:15:{s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog – Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:413;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:874;a:15:{s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog – Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:397;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:309;s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:875;a:15:{s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog – Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:416;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:876;a:15:{s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog – Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:399;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:605;s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(176,'elementor_remote_info_feed_data','a:5:{i:0;a:5:{s:5:\"title\";s:55:\"What Is Material Design? Definition, Uses, and Examples\";s:7:\"excerpt\";s:147:\"Material Design is the standard for designing and creating websites and apps. Discover why and learn how to use it to make a user-friendly website.\";s:7:\"created\";i:1612263675;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:123:\"https://elementor.com/blog/what-is-material-design/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:53:\"Elementor SEO: How To Optimize Your Elementor Website\";s:7:\"excerpt\";s:154:\"SEO is crucial to the success of any website, but to many users, it still remains a mystery. Discover what SEO is and how to use it to optimize your site.\";s:7:\"created\";i:1611838485;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:113:\"https://elementor.com/blog/elementor-seo/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.1: Experiments, Performance Enhancements, And a New Landing Page Workflow\";s:7:\"excerpt\";s:162:\"The new Elementor version 3.1 features performance improvements, a new Landing Page area and workflow to manage your marketing pages, and exploratory experiments.\";s:7:\"created\";i:1611665700;s:5:\"badge\";s:11:\"New Feature\";s:3:\"url\";s:125:\"https://elementor.com/blog/introducing-elementor-3-1/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:3;a:5:{s:5:\"title\";s:33:\"How To Redirect URLs in WordPress\";s:7:\"excerpt\";s:152:\"Redirecting visitors from one page to another is an important part of website maintenance. Explore all the reasons for redirects and how to create them.\";s:7:\"created\";i:1611143960;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/redirect-url-wordpress/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:4;a:5:{s:5:\"title\";s:33:\"How to Create the Perfect Favicon\";s:7:\"excerpt\";s:140:\"Favicons are an integral part of building up your brand and a recognizable website. Understand what they are, and how to use them correctly.\";s:7:\"created\";i:1610975844;s:5:\"badge\";s:0:\"\";s:3:\"url\";s:122:\"https://elementor.com/blog/favicon-complete-guide/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(179,'elementor_active_kit','8','yes'),(180,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(181,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(182,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(183,'eael_editor_updated_at','1618603781','yes'),(184,'temp_count','a:1:{s:11:\"Default Kit\";s:11:\"Default Kit\";}','yes'),(185,'_elementor_global_css','a:6:{s:4:\"time\";i:1617576635;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;b:0;}','yes'),(186,'18a76cf22_elements','a:0:{}','yes'),(187,'18a76cf22_custom_js','','yes'),(188,'18a76cf22_updated_at','1618603781','yes'),(189,'elementskit-lite__stories_last_check','1618596211','yes'),(190,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10001449\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001449;s:5:\"title\";s:52:\"40% discount for 300k+ Ekit Installation celebration\";s:11:\"description\";s:129:\"To celebrate 300k+ active installation of ElementsKit, we\'re offering 40% discount on all our products. Use coupon: CELEBRATE300K\";s:7:\"plugins\";a:7:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:21:\"test-elementskit-lite\";i:3;s:12:\"test-metform\";i:4;s:14:\"test-wp-social\";i:5;s:9:\"wp-social\";i:6;s:9:\"wpmet-com\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1618358400;s:3:\"end\";i:1618963200;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:135:\"https://wpmet.com/?utm_source=plugin_story&utm_medium=plugin_story&utm_campaign=300k_installation&utm_term=discount40&utm_content=image\";s:11:\"story_image\";s:90:\"https://api.wpmet.com/auth/wp-content/uploads/2021/04/Plugin_Story_Banner_Option_2.jpg.jpg\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001080\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001080;s:5:\"title\";s:72:\"Introducing ShopEngine: Most Complete WooCommerce Solution for Elementor\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"eventin\";i:2;s:7:\"metform\";i:3;s:21:\"test-elementskit-lite\";i:4;s:12:\"test-metform\";i:5;s:14:\"test-wp-social\";i:6;s:7:\"wp-cafe\";i:7;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:175:\"https://wpmet.com/introducing-shopengine-most-complete-woocommerce-solution-for-elementor/?utm_source=InPluginStory&utm_medium=text&utm_campaign=InPluginStory&utm_content=blog\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001079\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001079;s:5:\"title\";s:67:\"ShopEngine: A Complete WooCommerce Solution for the Next Generation\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:8:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"eventin\";i:2;s:7:\"metform\";i:3;s:21:\"test-elementskit-lite\";i:4;s:12:\"test-metform\";i:5;s:14:\"test-wp-social\";i:6;s:7:\"wp-cafe\";i:7;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:161:\"https://wpmet.com/shopengine-a-woocommerce-solution-for-the-next-generation/?utm_source=InPluginStory&utm_medium=text&utm_campaign=InPluginStory&utm_content=blog\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001064\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001064;s:5:\"title\";s:29:\"Mother language day sale 2021\";s:11:\"description\";s:68:\"International Mother Language Day Discount on WordPress Plugins 2021\";s:7:\"plugins\";a:2:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";i:1613001600;s:3:\"end\";i:1614470400;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:49:\"https://wpmet.com/mother-language-day-discount-21\";s:11:\"story_image\";s:72:\"https://api.wpmet.com/auth/wp-content/uploads/2021/02/i_m_l_d_40_off.gif\";s:9:\"blacklist\";s:37:\"elementskit,metform-pro,wp-social-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000759\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000759;s:5:\"title\";s:18:\"New Year Sale 2021\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:0:{}s:4:\"type\";s:6:\"banner\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"banner\";s:10:\"story_link\";s:36:\"http://go.wpmet.com/story-event-sale\";s:11:\"story_image\";s:78:\"https://api.wpmet.com/auth/wp-content/uploads/2020/12/new_year_promotion-2.gif\";s:9:\"blacklist\";s:23:\"elementskit,metform-pro\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001045\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001045;s:5:\"title\";s:64:\"5-steps Guide on Adding Social Login into Your WordPress Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:82:\"https://wpmet.com/how-to-add-social-login-to-wordpress-website-and-why-you-should/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10001043\";O:8:\"stdClass\":9:{s:2:\"id\";i:10001043;s:5:\"title\";s:50:\"Build a Custom Elementor Widget Without Any Coding\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:65:\"https://wpmet.com/build-custom-elementor-widget-with-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000494\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000494;s:5:\"title\";s:68:\"Reuse elements on multiple websites via Ekit Cross-domain Copy-paste\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:76:\"https://wpmet.com/introducing-cross-domain-copy-paste-module-of-elementskit/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000496\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000496;s:5:\"title\";s:62:\"Announcing the Most Awaiting Popup Modal Widget in ElementsKit\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:4:\"high\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:60:\"https://www.youtube.com/watch?v=R9sMrFHfEzs&ab_channel=Wpmet\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10000495\";O:8:\"stdClass\":9:{s:2:\"id\";i:10000495;s:5:\"title\";s:53:\"Build A Web Form That Convert Visitors into Customers\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:3:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:69:\"https://wpmet.com/how-to-build-a-high-converting-form-with-elementor/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(193,'action_scheduler_hybrid_store_demarkation','12','yes'),(194,'schema-ActionScheduler_StoreSchema','3.0.1617576739','yes'),(195,'schema-ActionScheduler_LoggerSchema','2.0.1617576739','yes'),(198,'woocommerce_schema_version','430','yes'),(199,'woocommerce_store_address','','yes'),(200,'woocommerce_store_address_2','','yes'),(201,'woocommerce_store_city','','yes'),(202,'woocommerce_default_country','GB','yes'),(203,'woocommerce_store_postcode','','yes'),(204,'woocommerce_allowed_countries','all','yes'),(205,'woocommerce_all_except_countries','','yes'),(206,'woocommerce_specific_allowed_countries','','yes'),(207,'woocommerce_ship_to_countries','','yes'),(208,'woocommerce_specific_ship_to_countries','','yes'),(209,'woocommerce_default_customer_address','base','yes'),(210,'woocommerce_calc_taxes','no','yes'),(211,'woocommerce_enable_coupons','yes','yes'),(212,'woocommerce_calc_discounts_sequentially','no','no'),(213,'woocommerce_currency','GBP','yes'),(214,'woocommerce_currency_pos','left','yes'),(215,'woocommerce_price_thousand_sep',',','yes'),(216,'woocommerce_price_decimal_sep','.','yes'),(217,'woocommerce_price_num_decimals','2','yes'),(218,'woocommerce_shop_page_id','13','yes'),(219,'woocommerce_cart_redirect_after_add','no','yes'),(220,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(221,'woocommerce_placeholder_image','12','yes'),(222,'woocommerce_weight_unit','kg','yes'),(223,'woocommerce_dimension_unit','cm','yes'),(224,'woocommerce_enable_reviews','yes','yes'),(225,'woocommerce_review_rating_verification_label','yes','no'),(226,'woocommerce_review_rating_verification_required','no','no'),(227,'woocommerce_enable_review_rating','yes','yes'),(228,'woocommerce_review_rating_required','yes','no'),(229,'woocommerce_manage_stock','yes','yes'),(230,'woocommerce_hold_stock_minutes','60','no'),(231,'woocommerce_notify_low_stock','yes','no'),(232,'woocommerce_notify_no_stock','yes','no'),(233,'woocommerce_stock_email_recipient','ekow@esselwebdesign.com','no'),(234,'woocommerce_notify_low_stock_amount','2','no'),(235,'woocommerce_notify_no_stock_amount','0','yes'),(236,'woocommerce_hide_out_of_stock_items','no','yes'),(237,'woocommerce_stock_format','','yes'),(238,'woocommerce_file_download_method','force','no'),(239,'woocommerce_downloads_require_login','no','no'),(240,'woocommerce_downloads_grant_access_after_payment','yes','no'),(241,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(242,'woocommerce_prices_include_tax','no','yes'),(243,'woocommerce_tax_based_on','shipping','yes'),(244,'woocommerce_shipping_tax_class','inherit','yes'),(245,'woocommerce_tax_round_at_subtotal','no','yes'),(246,'woocommerce_tax_classes','','yes'),(247,'woocommerce_tax_display_shop','excl','yes'),(248,'woocommerce_tax_display_cart','excl','yes'),(249,'woocommerce_price_display_suffix','','yes'),(250,'woocommerce_tax_total_display','itemized','no'),(251,'woocommerce_enable_shipping_calc','yes','no'),(252,'woocommerce_shipping_cost_requires_address','no','yes'),(253,'woocommerce_ship_to_destination','billing','no'),(254,'woocommerce_shipping_debug_mode','no','yes'),(255,'woocommerce_enable_guest_checkout','yes','no'),(256,'woocommerce_enable_checkout_login_reminder','no','no'),(257,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(258,'woocommerce_enable_myaccount_registration','no','no'),(259,'woocommerce_registration_generate_username','yes','no'),(260,'woocommerce_registration_generate_password','yes','no'),(261,'woocommerce_erasure_request_removes_order_data','no','no'),(262,'woocommerce_erasure_request_removes_download_data','no','no'),(263,'woocommerce_allow_bulk_remove_personal_data','no','no'),(264,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(265,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(266,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(267,'woocommerce_trash_pending_orders','','no'),(268,'woocommerce_trash_failed_orders','','no'),(269,'woocommerce_trash_cancelled_orders','','no'),(270,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(271,'woocommerce_email_from_name','I Got Da Juice','no'),(272,'woocommerce_email_from_address','ekow@esselwebdesign.com','no'),(273,'woocommerce_email_header_image','','no'),(274,'woocommerce_email_footer_text','{site_title} — Built with {WooCommerce}','no'),(275,'woocommerce_email_base_color','#96588a','no'),(276,'woocommerce_email_background_color','#f7f7f7','no'),(277,'woocommerce_email_body_background_color','#ffffff','no'),(278,'woocommerce_email_text_color','#3c3c3c','no'),(279,'woocommerce_merchant_email_notifications','no','no'),(280,'woocommerce_cart_page_id','14','no'),(281,'woocommerce_checkout_page_id','15','no'),(282,'woocommerce_myaccount_page_id','16','no'),(283,'woocommerce_terms_page_id','','no'),(284,'woocommerce_force_ssl_checkout','no','yes'),(285,'woocommerce_unforce_ssl_checkout','no','yes'),(286,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(287,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(288,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(289,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(290,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(291,'woocommerce_myaccount_orders_endpoint','orders','yes'),(292,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(293,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(294,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(295,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(296,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(297,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(298,'woocommerce_logout_endpoint','customer-logout','yes'),(299,'woocommerce_api_enabled','no','yes'),(300,'woocommerce_allow_tracking','no','no'),(301,'woocommerce_show_marketplace_suggestions','yes','no'),(302,'woocommerce_single_image_width','600','yes'),(303,'woocommerce_thumbnail_image_width','300','yes'),(304,'woocommerce_checkout_highlight_required_fields','yes','yes'),(305,'woocommerce_demo_store','no','no'),(306,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(307,'current_theme_supports_woocommerce','yes','yes'),(308,'woocommerce_queue_flush_rewrite_rules','no','yes'),(309,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(310,'product_cat_children','a:0:{}','yes'),(311,'default_product_cat','15','yes'),(314,'woocommerce_version','5.1.0','yes'),(315,'woocommerce_db_version','5.1.0','yes'),(319,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(320,'action_scheduler_lock_async-request-runner','1618604020','yes'),(321,'woocommerce_admin_notices','a:1:{i:0;s:20:\"no_secure_connection\";}','yes'),(322,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"E1sVUd1QCLvQfCCN1QHAcrU7XEtV2MuI\";}','yes'),(323,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(324,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(325,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(326,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(327,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(328,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(329,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(330,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(331,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(332,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(333,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(334,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(335,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(338,'woocommerce_admin_version','2.0.2','yes'),(339,'woocommerce_admin_install_timestamp','1617576745','yes'),(343,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(344,'wc_blocks_db_schema_version','260','yes'),(345,'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;}','yes'),(346,'wc_remote_inbox_notifications_specs','a:16:{s:20:\"paypal_ppcp_gtm_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"paypal_ppcp_gtm_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:38:\"Offer more options with the new PayPal\";s:7:\"content\";s:113:\"Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"open_wc_paypal_payments_product_page\";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:61:\"https://woocommerce.com/products/woocommerce-paypal-payments/\";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-04-05 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-04-21 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\":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\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-gateway-paypal-pro\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:37:\"woocommerce-gateway-paypal-pro-hosted\";}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:35:\"woocommerce-gateway-paypal-advanced\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:40:\"woocommerce-gateway-paypal-digital-goods\";}}i:5;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"woocommerce-paypal-here-gateway\";}}i:6;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-paypal-adaptive-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: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:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:27:\"woocommerce-paypal-payments\";s:7:\"version\";s:5:\"1.2.1\";s:8:\"operator\";s:1:\"<\";}}}}}s:23:\"facebook_pixel_api_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:23:\"facebook_pixel_api_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:44:\"Improve the performance of your Facebook ads\";s:7:\"content\";s:168:\"Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved performance and measurement of your Facebook ad campaigns.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"upgrade_now_facebook_pixel_api\";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:67:\"plugin-install.php?tab=plugin-information&plugin=§ion=changelog\";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-02-15 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-02-29 00:00:00\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"facebook-for-woocommerce\";s:7:\"version\";s:5:\"2.1.4\";s:8:\"operator\";s:2:\"<=\";}}}s:16:\"facebook_ec_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:16:\"facebook_ec_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:59:\"Sync your product catalog with Facebook to help boost sales\";s:7:\"content\";s:170:\"A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"learn_more_facebook_ec\";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:42:\"https://woocommerce.com/products/facebook/\";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:\"2021-03-01 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-03-15 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:24:\"facebook-for-woocommerce\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";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:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:255:\"WooCommerce Shipping & Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";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:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:274:\"Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";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:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";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:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";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:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";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\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}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:461:\"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:82:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox\";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\":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:1;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:2;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:3;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:31:\"wc-square-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"wc-square-apple-pay-boost-sales\";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:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:191:\"Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:97:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{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:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:38:\"wc-square-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:38:\"wc-square-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:38:\"wc-square-apple-pay-grow-your-business\";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:45:\"Grow your business with Square and Apple Pay \";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:104:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:9:{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:\"4.8\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:18:\"woocommerce-square\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"2.3\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"wc_square_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:31:\"wc-square-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wcpay-apple-pay-is-now-available\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wcpay-apple-pay-is-now-available\";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:\"Apple Pay is now available with WooCommerce Payments!\";s:7:\"content\";s:397:\"Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"add-apple-pay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Add Apple Pay\";}}s:3:\"url\";s:69:\"/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;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:121:\"https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\";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\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}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:\"2.2.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";b:0;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}}}s:27:\"wcpay-apple-pay-boost-sales\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"wcpay-apple-pay-boost-sales\";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:26:\"Boost sales with Apple Pay\";s:7:\"content\";s:205:\"Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"boost-sales-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:96:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales\";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\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:1;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:34:\"wcpay-apple-pay-grow-your-business\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}s:34:\"wcpay-apple-pay-grow-your-business\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"wcpay-apple-pay-grow-your-business\";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:58:\"Grow your business with WooCommerce Payments and Apple Pay\";s:7:\"content\";s:178:\"Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"grow-your-business-marketing-guide\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"See marketing guide\";}}s:3:\"url\";s:103:\"https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business\";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\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"4.8\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:26:\"wcpay_is_apple_pay_enabled\";s:5:\"value\";i:2;s:7:\"default\";b:0;s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:8:\"actioned\";s:9:\"operation\";s:2:\"!=\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:27:\"wcpay-apple-pay-boost-sales\";s:6:\"status\";s:10:\"unactioned\";s:9:\"operation\";s:2:\"!=\";}}}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:171:\"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:78:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox\";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\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}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:8:\"payments\";s:7:\"default\";a:0:{}}}}s:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";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:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:173:\"Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.\";}}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:82:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}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:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:1:{i:0;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:{}}}}}','yes'),(347,'woocommerce_meta_box_errors','a:0:{}','yes'),(351,'_transient_woocommerce_reports-transient-version','1617576749','yes'),(360,'_transient_timeout_wc_low_stock_count','1620168786','no'),(361,'_transient_wc_low_stock_count','0','no'),(362,'_transient_timeout_wc_outofstock_count','1620168786','no'),(363,'_transient_wc_outofstock_count','0','no'),(369,'action_scheduler_migration_status','complete','yes'),(381,'current_theme','Neve','yes'),(382,'theme_mods_neve','a:5:{i:0;b:0;s:24:\"neve_migrated_hfg_colors\";b:1;s:18:\"nav_menu_locations\";a:0:{}s:13:\"ti_prev_theme\";s:15:\"twentytwentyone\";s:18:\"custom_css_post_id\";i:-1;}','yes'),(383,'theme_switched','','yes'),(384,'neve_install','1617576960','yes'),(385,'neve_user_check_time','1617576960','yes'),(386,'neve_new_user','yes','yes'),(387,'woocommerce_catalog_rows','4','yes'),(388,'woocommerce_catalog_columns','3','yes'),(389,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),(397,'major_update_notice','1','yes'),(398,'neve_notice_dismissed','yes','yes'),(399,'wpins_block_notice','a:1:{s:25:\"essential_adons_elementor\";s:25:\"essential_adons_elementor\";}','yes'),(426,'elementor_controls_usage','a:1:{s:7:\"wp-page\";a:9:{s:6:\"spacer\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:18:\"elementskit-button\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"ekit_btn_section_content\";a:2:{s:13:\"ekit_btn_text\";i:1;s:14:\"ekit_btn_icons\";i:1;}}s:5:\"style\";a:2:{s:22:\"ekit_btn_section_style\";a:3:{s:5:\"width\";i:1;s:30:\"ekit_btn_typography_typography\";i:1;s:34:\"ekit_btn_typography_text_transform\";i:1;}s:26:\"ekit_btn_border_style_tabs\";a:3:{s:21:\"ekit_btn_border_style\";i:1;s:26:\"ekit_btn_border_dimensions\";i:1;s:21:\"ekit_btn_border_color\";i:1;}}}}s:6:\"column\";a:2:{s:5:\"count\";i:13;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:7:\"section\";a:2:{s:5:\"count\";i:9;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}}}s:7:\"heading\";a:2:{s:5:\"count\";i:10;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:10;s:21:\"typography_typography\";i:10;s:20:\"typography_font_size\";i:10;s:22:\"typography_font_weight\";i:10;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:4;s:22:\"typography_font_family\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:11:\"text-editor\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:4:\"icon\";a:2:{s:5:\"count\";i:3;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:13:\"primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:24:\"elementskit-social-media\";a:2:{s:5:\"count\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:2:{s:35:\"ekit_socialmedai_list_border_radius\";i:1;s:31:\"ekit_socialmedai_list_icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"shortcode\";a:2:{s:5:\"count\";i:2;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}}}}}','no'),(481,'cb70d11b8_elements','a:0:{}','yes'),(483,'cb70d11b8_custom_js','','yes'),(484,'cb70d11b8_updated_at','1618497242','yes'),(496,'_transient_health-check-site-status-result','{\"good\":\"15\",\"recommended\":\"3\",\"critical\":\"2\"}','yes'),(557,'_site_transient_timeout_php_check_7841c854be39099ac1d9b61bb411ecb0','1618884632','no'),(558,'_site_transient_php_check_7841c854be39099ac1d9b61bb411ecb0','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(589,'themeisle_sdk_notifications','a:2:{s:17:\"last_notification\";a:2:{s:2:\"id\";s:16:\"neve_review_flag\";s:10:\"display_at\";i:1618417687;}s:24:\"last_notification_active\";i:0;}','yes'),(590,'_transient_timeout_orders-all-statuses','1619022487','no'),(591,'_transient_orders-all-statuses','a:2:{s:7:\"version\";s:10:\"1617576749\";s:5:\"value\";a:0:{}}','no'),(639,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.7.1\";s:7:\"version\";s:5:\"5.7.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1618598340;s:15:\"version_checked\";s:5:\"5.7.1\";s:12:\"translations\";a:0:{}}','no'),(642,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:23:\"ekow@esselwebdesign.com\";s:7:\"version\";s:5:\"5.7.1\";s:9:\"timestamp\";i:1618495270;}','no'),(647,'_site_transient_timeout_browser_93b7dff960885d0776e1230eb30d6db7','1619100567','no'),(648,'_site_transient_browser_93b7dff960885d0776e1230eb30d6db7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"89.0.4389.114\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(651,'_transient_product_query-transient-version','1618603079','yes'),(675,'sbi_statuses','a:3:{s:8:\"database\";a:1:{s:14:\"hashtag_column\";b:1;}s:4:\"gdpr\";a:1:{s:19:\"from_update_success\";b:1;}s:12:\"feed_locator\";a:2:{s:10:\"last_check\";i:1618602996;s:11:\"initialized\";i:1618496536;}}','yes'),(676,'sbi_usage_tracking','a:2:{s:7:\"enabled\";b:0;s:9:\"last_send\";i:0;}','yes'),(677,'widget_instagram-feed-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(679,'sbi_usage_tracking_config','a:6:{s:3:\"day\";i:3;s:4:\"hour\";i:9;s:6:\"minute\";i:10;s:6:\"second\";i:41;s:6:\"offset\";i:292241;s:8:\"initsend\";i:1618996241;}','yes'),(680,'_transient_timeout_instagram_feed_rating_notice_waiting','1619705670','no'),(681,'_transient_instagram_feed_rating_notice_waiting','waiting','no'),(683,'sbi_rating_notice','pending','no'),(685,'sbi_db_version','1.9','yes'),(695,'sbi_notifications','a:4:{s:6:\"update\";i:1618596211;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(696,'sbi_newuser_notifications','a:4:{s:6:\"update\";i:1618496072;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:22:\"Could you help us out?\";s:7:\"content\";s:273:\"It\'s great to see that you\'ve been using the <strong><span>{plugin}</span></strong> plugin for a while now. Hopefully you\'re happy with it! If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:31:\"sbi_notice_dismiss sbi_main_cta\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:221:\"<strong><span>Exclusive offer!</span></strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong><span>{amount} off</span></strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),(697,'sb_instagram_settings','a:56:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:0:{}s:30:\"sb_instagram_preserve_settings\";s:2:\"on\";s:23:\"sb_instagram_cache_time\";s:1:\"1\";s:28:\"sb_instagram_cache_time_unit\";s:5:\"hours\";s:16:\"sbi_caching_type\";s:4:\"page\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";s:3:\"100\";s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";b:0;s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";s:2:\"20\";s:24:\"sb_instagram_height_unit\";s:0:\"\";s:17:\"sb_instagram_cols\";s:1:\"4\";s:27:\"sb_instagram_disable_mobile\";b:0;s:26:\"sb_instagram_image_padding\";s:1:\"5\";s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";b:1;s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:24:\"sb_instagram_show_header\";b:1;s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:23:\"sb_instagram_custom_bio\";s:0:\"\";s:26:\"sb_instagram_custom_avatar\";s:0:\"\";s:28:\"sb_instagram_show_follow_btn\";b:1;s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:23:\"sb_instagram_ajax_theme\";b:0;s:4:\"gdpr\";s:4:\"auto\";s:27:\"sb_instagram_disable_resize\";b:0;s:24:\"sb_instagram_favor_local\";b:1;s:19:\"sb_instagram_minnum\";i:0;s:24:\"disable_js_image_loading\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:15:\"custom_template\";b:0;s:20:\"disable_admin_notice\";b:0;s:19:\"enable_email_report\";s:2:\"on\";s:18:\"email_notification\";s:6:\"monday\";s:28:\"email_notification_addresses\";s:23:\"ekow@esselwebdesign.com\";s:28:\"sb_instagram_disable_awesome\";b:0;s:18:\"connected_accounts\";a:1:{i:17841438843749681;a:12:{s:12:\"access_token\";s:174:\"EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD\";s:7:\"user_id\";s:17:\"17841438843749681\";s:8:\"username\";s:14:\"igotdajuice501\";s:8:\"is_valid\";b:1;s:12:\"last_checked\";i:1618496381;s:4:\"type\";s:8:\"business\";s:12:\"account_type\";s:8:\"business\";s:15:\"profile_picture\";s:240:\"https://scontent-atl3-1.xx.fbcdn.net/v/t51.2885-15/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=rexSlDUwS2sAX9ii6Mi&_nc_ht=scontent-atl3-1.xx&oh=1ae7de6fe8fb803f6bef78014c06bc15&oe=609FACA1\";s:10:\"use_tagged\";s:1:\"1\";s:4:\"name\";s:33:\"{\"jsonencoded\":\"Lashunda Coates\"}\";s:12:\"local_avatar\";b:1;s:17:\"page_access_token\";s:177:\"EAADnl4w17Q8BAGEcvCAlSqIgGZC2cU7wuxAQ8zCbZA9ppyZAri2ZCY5jMpSOWvBX8Oh1ksz7tvhma8wFB14A5DVfCknrs5nHgeoEAru0rNjeIQwUXKLTwmbQJwKbp3gozgKZBPuuwQdDID5pYrp8VdeQJSgOaaZBpwNRNi7H2dKAZDZD\";}}}','yes'),(702,'sb_instagram_errors','a:8:{s:10:\"connection\";a:0:{}s:7:\"hashtag\";a:0:{}s:8:\"resizing\";a:0:{}s:15:\"database_create\";a:0:{}s:10:\"upload_dir\";a:0:{}s:8:\"accounts\";a:0:{}s:9:\"error_log\";a:0:{}s:10:\"action_log\";a:2:{i:0;s:62:\"04-15 14:19:42 - Connection or updating account igotdajuice501\";i:1;s:53:\"04-15 14:20:23 - Saved settings on the configure tab.\";}}','no'),(709,'!sbi_igotdajuice501#20','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=51708238d1\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=18a4145c10\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=fa0a6f95ef\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162639801_270732367844216_8493553652536446427_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UbEejLfGH2cAX_8x5I4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bbc42c72bcd6b60f28c9f23f030fb116&oe=609F9184\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Sooooo Drop a New flavor you would like to see on the IgotdaJuice501 Menu for Spring !! Best one will be added to the Menu!! DROP \\u2b07\\ufe0f \\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd52\",\"id\":\"17908996630693704\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T00:18:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMvai_4hMKH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/163584932_1811578235677449_5790382613191522781_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jFB7J956Se0AX_mUiYg&_nc_oc=AQkWiGdgDaFSch_u4oV6A2VIppINdnBLTXrXNZgBzNZX8-cl9rofUwXbIsQyXDnoIMk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3e85cec6b81b0aea7f15eb401e6f8ef5&oe=60A0E20A\",\"media_product_type\":\"FEED\",\"caption\":\"@bananas4040 Thanks for your Support \\\"You got da Juice Now!!\\ud83e\\udde1\\ud83e\\udde1\\n#IgotdaJuice501 \\n#juicelady \\n#littlerock \\n#naturalstate \\n#supportblackbusiness \\n#cleanses\\n#greenjuice\\n#healthiswealth \\n#springfever\",\"id\":\"18106121440215873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-21T16:33:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMsAg7GB74w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162909913_118297276939457_1946260157176416505_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7lew9UVCfr8AX99vIau&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=65cce340be5154281ba9a8b3403c89ba&oe=609E447E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1Orders Made This week will be ready at 9 am 03-21 Please make sure you Dm and specify delivery, or pickup meeting location!\\n\\nThanks for your support!!\",\"id\":\"17895632533922272\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T16:37:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpcJ4hhval\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=20&after=QVFIUk9fUmp5WDdTbTFDYVpONm5mNWlCZAzkwbHRNLWcwQmJOYy04V2RwQTA4ZATNCX1htY0l5Yi1MQmtlZAmFwelE0cktnWjR1NUNWclZATUy13dTFWd0ZAvRXJ3\"},\"pages_created\":1}','no'),(712,'!sbi_header_igotdajuice501#20','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(751,'_transient_timeout_sbi_igotdajuice501#20','1618599809','no'),(752,'_transient_sbi_igotdajuice501#20','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=51708238d1\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=18a4145c10\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=fa0a6f95ef\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162639801_270732367844216_8493553652536446427_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UbEejLfGH2cAX_8x5I4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bbc42c72bcd6b60f28c9f23f030fb116&oe=609F9184\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Sooooo Drop a New flavor you would like to see on the IgotdaJuice501 Menu for Spring !! Best one will be added to the Menu!! DROP \\u2b07\\ufe0f \\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd52\",\"id\":\"17908996630693704\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T00:18:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMvai_4hMKH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/163584932_1811578235677449_5790382613191522781_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jFB7J956Se0AX_mUiYg&_nc_oc=AQkWiGdgDaFSch_u4oV6A2VIppINdnBLTXrXNZgBzNZX8-cl9rofUwXbIsQyXDnoIMk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3e85cec6b81b0aea7f15eb401e6f8ef5&oe=60A0E20A\",\"media_product_type\":\"FEED\",\"caption\":\"@bananas4040 Thanks for your Support \\\"You got da Juice Now!!\\ud83e\\udde1\\ud83e\\udde1\\n#IgotdaJuice501 \\n#juicelady \\n#littlerock \\n#naturalstate \\n#supportblackbusiness \\n#cleanses\\n#greenjuice\\n#healthiswealth \\n#springfever\",\"id\":\"18106121440215873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-21T16:33:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMsAg7GB74w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162909913_118297276939457_1946260157176416505_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7lew9UVCfr8AX99vIau&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=65cce340be5154281ba9a8b3403c89ba&oe=609E447E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1Orders Made This week will be ready at 9 am 03-21 Please make sure you Dm and specify delivery, or pickup meeting location!\\n\\nThanks for your support!!\",\"id\":\"17895632533922272\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T16:37:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpcJ4hhval\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=20&after=QVFIUk9fUmp5WDdTbTFDYVpONm5mNWlCZAzkwbHRNLWcwQmJOYy04V2RwQTA4ZATNCX1htY0l5Yi1MQmtlZAmFwelE0cktnWjR1NUNWclZATUy13dTFWd0ZAvRXJ3\"},\"pages_created\":1}','no'),(753,'_transient_timeout_sbi_header_igotdajuice501#20','1618599809','no'),(754,'_transient_sbi_header_igotdajuice501#20','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(755,'_transient_timeout_sbi_i_igotdajuice501#20','1618599809','no'),(756,'_transient_sbi_i_igotdajuice501#20','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889460634092509\":{\"id\":\"170654961_834644517127222_117694022005973414_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867830388491923\":{\"id\":\"170122699_3846291728740461_1853727543569215011_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902989316864736\":{\"id\":\"169944395_540325633596016_3826279962530352454_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17896794796943224\":{\"id\":\"169622334_5889093851163412_9200297512361100367_n\",\"ratio\":\"0.64\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17880979805303178\":{\"id\":\"169481272_373612257088706_5263826466247041607_n\",\"ratio\":\"0.90\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17849643737545389\":{\"id\":\"168301004_257202409426207_7097563361712582869_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885590115139926\":{\"id\":\"168363601_795056424750727_5645635082409593912_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17984232289356307\":{\"id\":\"167976573_174131367885703_7913278846484906296_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17921453938578263\":{\"id\":\"168003159_2592557537704610_244782415829104466_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18077499580269121\":{\"id\":\"167221999_238925027970118_1422721997532700237_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17879670707149266\":{\"id\":\"166512845_477045686827310_4738830434319013918_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885697956117062\":{\"id\":\"165895959_449968499642455_4819612547748090893_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17900446372857892\":{\"id\":\"164239064_437077127369598_3283329746153675339_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17908996630693704\":{\"id\":\"162639801_270732367844216_8493553652536446427_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18106121440215873\":{\"id\":\"163584932_1811578235677449_5790382613191522781_n\",\"ratio\":\"0.81\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17895632533922272\":{\"id\":\"162909913_118297276939457_1946260157176416505_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(757,'_transient_timeout_elementor_remote_info_api_data_3.1.4','1618639410','no'),(758,'_transient_elementor_remote_info_api_data_3.1.4','a:4:{s:9:\"timestamp\";s:10:\"1618593450\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:60:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:5;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:6;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:16;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:19;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:20;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:21;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:23;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:24;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:25;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:27;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:28;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:29;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:30;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:31;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:32;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:33;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:34;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:35;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:36;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:37;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:38;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:39;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:40;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:41;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:42;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:43;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:44;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:45;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:46;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:47;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:48;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:49;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:51;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:52;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:59;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.1.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:1:{i:0;a:1:{i:0;a:3:{s:4:\"type\";s:8:\"language\";s:9:\"languages\";a:27:{i:0;s:5:\"he_IL\";i:1;s:5:\"nl_NL\";i:2;s:5:\"en_GB\";i:3;s:5:\"en_NZ\";i:4;s:5:\"en_ZA\";i:5;s:5:\"en_AU\";i:6;s:5:\"en_CA\";i:7;s:5:\"sv_SE\";i:8;s:5:\"da_DK\";i:9;s:5:\"fr_FR\";i:10;s:5:\"nl_NL\";i:11;s:5:\"nb_NO\";i:12;s:5:\"de_AT\";i:13;s:2:\"fi\";i:14;s:5:\"it_IT\";i:15;s:5:\"nn_NO\";i:16;s:5:\"de_CH\";i:17;s:5:\"en_GB\";i:18;s:5:\"is_IS\";i:19;s:2:\"ga\";i:20;s:5:\"fr_BE\";i:21;s:5:\"nl_BE\";i:22;s:3:\"ast\";i:23;s:5:\"lb_LU\";i:24;s:5:\"es_ES\";i:25;s:5:\"pt_PT\";i:26;s:3:\"mlt\";}s:8:\"operator\";s:2:\"in\";}}}}}','no'),(763,'_transient_timeout__woocommerce_helper_updates','1618639410','no'),(764,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1618596210;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(765,'_transient_timeout_wc_report_sales_by_date','1618683926','no'),(766,'_transient_wc_report_sales_by_date','a:8:{s:32:\"068b5aa6d3b7c72529a1fed7f1f1407e\";a:0:{}s:32:\"458e00a1e1610250516f6eddbefd19a5\";a:0:{}s:32:\"3b236350c70e9f372a69b852652e5824\";a:0:{}s:32:\"642edc9ac7b6714f92dd45210f33187e\";N;s:32:\"fb8c5411674f390dd6f913de5584346a\";a:0:{}s:32:\"1793f139cd1d9457935122306c140550\";a:0:{}s:32:\"2f996b79496238b115f777b0c071d813\";a:0:{}s:32:\"df4bb8e6fef3969cec9e1f56a7526b64\";a:0:{}}','no'),(767,'_transient_timeout_wc_admin_report','1618683926','no'),(768,'_transient_wc_admin_report','a:1:{s:32:\"43c736fdc25f73c22152fec1d6821b12\";a:0:{}}','no'),(769,'sbi_refresh_report','a:1:{s:5:\"notes\";a:1:{s:8:\"time_ran\";s:19:\"2021-04-16 18:05:56\";}}','no'),(771,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1618598341;s:7:\"checked\";a:2:{s:4:\"neve\";s:6:\"2.10.4\";s:15:\"twentytwentyone\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:4:\"neve\";a:6:{s:5:\"theme\";s:4:\"neve\";s:11:\"new_version\";s:6:\"2.11.1\";s:3:\"url\";s:34:\"https://wordpress.org/themes/neve/\";s:7:\"package\";s:53:\"https://downloads.wordpress.org/theme/neve.2.11.1.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.4.0\";}}s:9:\"no_update\";a:1:{s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.2.zip\";s:8:\"requires\";s:3:\"5.3\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(774,'_site_transient_timeout_community-events-05752b9a9058b0bb272f59fcc07dc4f6','1618640297','no'),(775,'_site_transient_community-events-05752b9a9058b0bb272f59fcc07dc4f6','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"69.222.196.0\";}s:6:\"events\";a:6:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2021/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2021-06-07 00:00:00\";s:8:\"end_date\";s:19:\"2021-06-10 00:00:00\";s:20:\"start_unix_timestamp\";i:1623020400;s:18:\"end_unix_timestamp\";i:1623279600;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"PT\";s:8:\"latitude\";d:41.16220220000000296067810268141329288482666015625;s:9:\"longitude\";d:-8.6570587999999997208533386583440005779266357421875;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"The Power of Backlinks For SEO Webinar\";s:3:\"url\";s:65:\"https://www.meetup.com/WordPress-Naperville/events/vzstwryccgbbc/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2021-04-20 18:30:00\";s:8:\"end_date\";s:19:\"2021-04-20 20:00:00\";s:20:\"start_unix_timestamp\";i:1618961400;s:18:\"end_unix_timestamp\";i:1618966800;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.7900009155270026894868351519107818603515625;s:9:\"longitude\";d:-88.169998168944999861196265555918216705322265625;}}i:2;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:65:\"https://www.meetup.com/WordPress-Naperville/events/vzstwrycchbxb/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2021-05-18 18:30:00\";s:8:\"end_date\";s:19:\"2021-05-18 20:00:00\";s:20:\"start_unix_timestamp\";i:1621380600;s:18:\"end_unix_timestamp\";i:1621386000;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.7900009155270026894868351519107818603515625;s:9:\"longitude\";d:-88.169998168944999861196265555918216705322265625;}}i:3;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:30:\"WordCamp Northeast Ohio Region\";s:3:\"url\";s:30:\"https://neo.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-05-21 00:00:00\";s:8:\"end_date\";s:19:\"2021-05-23 00:00:00\";s:20:\"start_unix_timestamp\";i:1621569600;s:18:\"end_unix_timestamp\";i:1621742400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.26178730000000172140062204562127590179443359375;s:9:\"longitude\";d:-81.16372450000000071668182499706745147705078125;}}i:4;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:65:\"https://www.meetup.com/WordPress-Naperville/events/vzstwryccjbtb/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2021-06-15 18:30:00\";s:8:\"end_date\";s:19:\"2021-06-15 20:00:00\";s:20:\"start_unix_timestamp\";i:1623799800;s:18:\"end_unix_timestamp\";i:1623805200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.7900009155270026894868351519107818603515625;s:9:\"longitude\";d:-88.169998168944999861196265555918216705322265625;}}i:5;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:3:\"TBD\";s:3:\"url\";s:65:\"https://www.meetup.com/WordPress-Naperville/events/vzstwrycckbbc/\";s:6:\"meetup\";s:20:\"WordPress Naperville\";s:10:\"meetup_url\";s:44:\"https://www.meetup.com/WordPress-Naperville/\";s:4:\"date\";s:19:\"2021-07-20 18:30:00\";s:8:\"end_date\";s:19:\"2021-07-20 20:00:00\";s:20:\"start_unix_timestamp\";i:1626823800;s:18:\"end_unix_timestamp\";i:1626829200;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:41.7900009155270026894868351519107818603515625;s:9:\"longitude\";d:-88.169998168944999861196265555918216705322265625;}}}}','no'),(776,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1618640298','no'),(777,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s: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:27:\"News – – 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05: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:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.8-alpha-50761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";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:365:\"WordPress 5.7.1 is now available! This security and maintenance release features 26 bug fixes in addition to two security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated. WordPress 5.7.1 is a short-cycle security and maintenance release. The next […]\";s: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:\"Peter Wilson\";s: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:8461:\"\n<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10144\";s: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:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Tyler Lau\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"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:35:\"https://wordpress.org/news/?p=10102\";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:117:\"In this People of WordPress contributor story, we chat with Tyler Lau from Kansas, US, on his journey with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:10363:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=2&resize=640%2C470&ssl=1 1280w, https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?zoom=3&resize=640%2C470&ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks. </p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=2&resize=640%2C768&ssl=1 1280w, https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?zoom=3&resize=640%2C768&ssl=1 1920w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life. Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup. He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison. </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively </h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?w=640&ssl=1 640w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=300%2C300&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=150%2C150&ssl=1 150w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler. </p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond. </p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\'https://profiles.wordpress.org/tylermaximus/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>), Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10102\";s: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:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WP Briefing: Who Is WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-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, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";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:246:\"In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/04/WP-Briefing-006.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9292:\"\n<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there’s a lot that goes into WordPress, that’s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I’m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind. </p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I’m not trying to insist that one size fits all. I’m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I’m ready. Let’s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I’ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>. </p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it’s a WordPress site, but most of the time, they don’t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that’s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there’s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I’m also in that group. </p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos. </p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It’s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who’s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it’s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we’re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week’s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this. </p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good. </p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill. </p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I’ve got three things for you this week. I think that they’re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below. </p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It’s an important release because it’s when we take a look at the current iteration of full site editing tools that we have, and decide if it’s ready to get into the WordPress 5.8 release. There’s a post that has a little more information about that which I will share in the show notes below as well. If you haven’t checked out the Gutenberg plugin lately, obviously I think it’s a good idea to do that in general, but definitely a good idea to check it out now. </p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I’ll share a link to that in the show notes. It’s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there’s a link to a form in that show notes as well so that you can share with us your name and the topic that you’re interested in. We’ll take a look and see if it’s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things. </p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10099\";s: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: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:\"The Month in WordPress: March 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16: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:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10084\";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:319:\"This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution. These words from Josepha Haden Chomphosy on […]\";s: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:\"Hari Shanker 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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9821:\"\n<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. </p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges. </li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>, wrapped up successfully. Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"> build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8. </li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>–<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&date=2021-04-08\">sign up now</a>! </li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10084\";s: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:68:\"\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:35:\"So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s:7:\"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, 30 Mar 2021 17:01: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:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";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:33:\"Learn how to make block patterns!\";s: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:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:59:\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\";s:6:\"length\";s:6:\"273436\";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:58:\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\";s:6:\"length\";s:6:\"493389\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22433:\"\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-9998\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=1024%2C576&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=300%2C169&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=768%2C432&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1441&ssl=1 1441w, https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>If you’ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They’re pretty nice, useful shortcuts when you know them, but there’s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What’s a block pattern?</h2>\n\n\n\n<p>Patterns are <strong>collections of pre-arranged blocks</strong> that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-10021\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1024%2C670&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=300%2C196&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=768%2C503&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=1536%2C1005&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=2048%2C1340&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you’re able to preview them with your site’s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&ssl=1\" alt=\"\" class=\"wp-image-10022\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1024%2C669&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=300%2C196&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=768%2C502&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=1536%2C1003&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=2048%2C1338&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code> <!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\"/>\n<!-- /wp:separator -->\n<!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div>\n<!-- /wp:image -->\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\"/>\n<!-- /wp:separator --></div></div>\n<!-- /wp:group --></code></pre>\n\n\n\n<p>That’s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part’s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There’s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n \'my-plugin/my-quote-pattern\',\n array(\n \'title\' => __( \'Quote with Avatar\', \'my-plugin\' ),\n \'categories\' => array( \'text\' ),\n \'description\' => _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n \'content\' => \'<!-- wp:group --><div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --><!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div><!-- /wp:image --><!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --><blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\\\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote><!-- /wp:quote --><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --></div></div><!-- /wp:group -->\',\n )\n);\n\n?></code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> That’s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&ssl=1\" alt=\"\" class=\"wp-image-10047\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1024%2C696&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=300%2C204&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=768%2C522&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=1536%2C1043&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1908&ssl=1 1908w, https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<p>For patterns that include images, it’s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for “TwentyTwentyOne Blocks”) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it’s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It’s a <em>shortcut</em>, not a <em>template</em>. That also means you don’t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won’t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/reusable-block.mp4\"></video></figure>\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. “<strong>Follow me on Twitter</strong>,” “<strong>Article series</strong>,<strong>“</strong> or <strong>“Subscribe to my podcast”</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn’t allow you to customize letter-spacing, your block pattern can’t either. While the Global Styles project will expand what’s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" /><figcaption>Three columns with images and text<br></figcaption></figure></div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&ssl=1\" alt=\"\" class=\"wp-image-10036\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1024%2C644&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=300%2C189&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=768%2C483&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=1536%2C965&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=2048%2C1287&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Media and text with image on the right</figcaption></figure></div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&ssl=1\" alt=\"\" data-id=\"10033\" data-full-url=\"https://wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png\" data-link=\"https://wordpress.org/news/?attachment_id=10033\" class=\"wp-image-10033\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1024%2C658&ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=300%2C193&ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=768%2C493&ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=1536%2C987&ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=2048%2C1315&ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1264&ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&ssl=1\" alt=\"\" data-id=\"10034\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png\" data-link=\"https://wordpress.org/news/?attachment_id=10034\" class=\"wp-image-10034\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1024%2C657&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=300%2C193&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=768%2C493&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=1536%2C986&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=2048%2C1314&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there’s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<figure class=\"wp-block-gallery columns-2\"><ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&ssl=1\" alt=\"\" data-id=\"10042\" data-full-url=\"https://wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10042\" class=\"wp-image-10042\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1024%2C867&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=300%2C254&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=768%2C651&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=1536%2C1301&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1903&ssl=1 1903w, https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li><li class=\"blocks-gallery-item\"><figure><img loading=\"lazy\" width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&ssl=1\" alt=\"\" data-id=\"10043\" data-full-url=\"https://wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg\" data-link=\"https://wordpress.org/news/?attachment_id=10043\" class=\"wp-image-10043\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1024%2C439&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=300%2C129&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=768%2C330&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=1536%2C659&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?resize=2048%2C879&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container-scaled.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></li></ul></figure>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that’s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it’s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it’s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n<figure class=\"wp-block-video\"><video controls loop src=\"https://wordpress.org/news/files/2021/03/waves-pattern.mp4\"></video></figure>\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code><?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n \'my-plugin/my-quote-pattern\',\n array(\n \'title\' => __( \'Quote with Avatar\', \'my-plugin\' ),\n \'categories\' => array( \'text\' ),\n \'description\' => _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n \'content\' => \'<!-- wp:group --><div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --><!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div><!-- /wp:image --><!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --><blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\\\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote><!-- /wp:quote --><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --></div></div><!-- /wp:group -->\',\n )\n);\n\n?></code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&ssl=1\" alt=\"\" class=\"wp-image-10062\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=670%2C1024&ssl=1 670w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=196%2C300&ssl=1 196w, https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?w=692&ssl=1 692w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Installed pattern under “Text” Category</figcaption></figure></div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</a> for the help writing this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9995\";s: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:61:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WP Briefing: Talking Full Site Editing with Matías Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\";s:7:\"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, 29 Mar 2021 15:05:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10013\";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:296:\"In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.\" Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-005.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:31294:\"\n<p>In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.” Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty One theme</a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">Word Camp Central America </a></li><li><a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">2021 Second Quarter Listening Hours with Matt Mullenweg and Josepha Haden Chomphosy</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10013\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Josepha [0:41]: This month, we have a bonus briefing, so I’ve asked my dear friend and colleague <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> to join me. Matías was recently called “the spark behind the vision of Gutenberg.” With full site editing coming our way in 202, I asked if he would join me for a quick Q&A. Welcome, Matías. </p>\n\n\n\n<p>Matías [0:56]: Hello, hello! Thanks for inviting me. It’s a pleasure to be here.</p>\n\n\n\n<p>Josepha [1:00]: Well, I’m delighted to have you. And I think that we have a lot of excellent questions. All right, so Matías, we actually ended up with questions in about three different groupings. And so I’m going to start with the “what is it about full site editing,” sorts of questions that people had. We’re gonna work our way into “what are we doing with it?” and then “how are we planning on getting this out the door?” Then, a couple of big picture questions that people asked. We’re just gonna leap right in this full site editing part of the Gutenberg plugin, or is it a standalone plugin?</p>\n\n\n\n<p>Matías [1:39]: Okay, we’ll start with the basics. Full site editing is part of the Gutenberg plugin right now. I think it’s important to mention that full site editing is like an umbrella for several projects that we’re working on. They are all aiming to bring blocks into more parts of your site so that editing becomes easier and more expressive, and so on. So full site editing right now encompasses adding a ton of new blocks. I think we have around 20 new blocks coming in, including navigation query, site, title, logo, etc. There’s also the interface to interact with templates outside of the content; that’s another big part of the full site editing project. We also have a lot of new design tools included, many of these have been released in previous major releases, but they still comprise a strong part of what full site editing is. We also have something called Global Styles, which aims to allow people to configure the visual aspects of blogs across the entire site, not just on any individual blog. And of course, then there’s a whole layer of how we utilize these tools. It can get complex because there are many layers and projects that need to come together. So yeah, all of these are accessible through the Gutenberg plugin right now.</p>\n\n\n\n<p>Josepha [3:07]: Yeah. So it’s not a standalone plugin. If you wanted to check out full site editing the site editor experience as it is now, you would just have to make sure you had the Gutenberg plugin on your site. Right?</p>\n\n\n\n<p>Matías: Yes, correct.</p>\n\n\n\n<p>Josepha: So a couple of the questions related to this are how exactly do I enable it on my site? And what is the easiest and safest way to try this on my site? And I think the answer is, is right in there. It’s in the Gutenberg plugin. And so if you have that plugin, you don’t need the testing plugin or anything else to make that work, right?</p>\n\n\n\n<p>Matías [3:51]: No, you like, you might need to install a theme like Twenty Twenty One blocks that unlock some of these new interfaces that we just talked about. Like other of these pieces are available for anything. But some of these, like the interface to edit templates, right now only talk with things that know how to express their desire. </p>\n\n\n\n<p>Josepha [4:14]: And I think we have less than 10 themes right now that do that, but I’ll leave some links to at least 2021 blocks in the show notes. And then, if there are another one or two themes that I can find, I can add those in there as well. </p>\n\n\n\n<p>So you have to have the Gutenberg plugin; you have to have a theme that works with that site editor kind of experience. And then you’re safe to try everything out. It shows up in your left toolbar just like any other thing, like if you were working with plugins, or if you were adding a post or anything else, right?</p>\n\n\n\n<p>Matías [4:51]: Yes, correct. And so, some of these details are being worked on right now. Like how and where you access things, and so on. These things are subject to change, but right now, you have this site editor beta in the sidebar when both you have the plugin running and a theme that’s capable.</p>\n\n\n\n<p>Josepha [5:10]: Yeah. Excellent note. If you are running this on a production website, I would recommend you not do that unless you are very, very good with WordPress. It’s a really safe and easy thing to test and try out. But because it is still in beta, I recommend always putting it on a test site. I have a couple of different test sites that I run on myself. Another question that I had was, “will full site editing slow down my site?” And I think we have some refreshed performance tests coming out about that. And maybe they’ll be out by the time we publish this podcast.</p>\n\n\n\n<p>Matías [5:49]: Yeah, I mean, like the performance has been one of the major focuses for the whole project. In many cases, it should speed up things because we’re like, I think one of the big pieces that these projects bring into the picture, especially for themes, is that it allows only the necessary assets to be loaded on the front end. For example, if for a given page, there are, I don’t know, 10-15 blocks being used, you would only get the CSS and scrapes and so on related to those blocks. This can cut down on a lot a ton of CSS that themes used to end queue on a side, particularly if you were trying to customize many widgets and so on, like a lot of themes have the full styles or multiple widgets, even third party plugins, and so on. So one of the advantages of having this blog system is that we can know at the time of rendering what blogs are being used and only load those assets. </p>\n\n\n\n<p>Josepha [6:50]: Excellent. Another big question that we have is, “does full site editing work with the classic editor? And does it work with other builders?” I think that’s a really big answer if you’re going to get super deep into it. But I think that the short answer is yes, it does. Is that fair?</p>\n\n\n\n<p>Matías [7:08]: Yeah, I don’t think it touches a bit on that full site editing is not like a single thing. There are multiple projects around it. So again, like the template editor that only deals with blogs, it doesn’t have a lot to do with a classic editor. But the classic editor use for both doesn’t change anything at all; like the same way that when the block editor was introduced, it didn’t change how you could still write posts in the classic editor. You will still be able to do that.</p>\n\n\n\n<p>Josepha [7:41]: And if you are brand new to WordPress person, or, I mean, I guess at this point, you don’t have to be super brand new. If you’re fairly new to WordPress person and have no idea what we’re talking about when we say the classic editor, you don’t really have to worry about it either. You don’t have to go and find out what that is; the block editor that you have right now works perfectly for what you’re trying to do. So if you don’t know what I mean when I say classic editor, don’t worry about chasing it down either. </p>\n\n\n\n<p>I think that this last question we accidentally answered earlier, but I’m going to go ahead and ask it anyway since I received it. “I keep hearing that you can use the site editor with the 2021 theme. But I don’t seem to be able to. What am I missing?” I think the answer is that there’s the Twenty Twenty One theme shipped with the WordPress release 5.6. And then there is the Twenty Twenty One blocks theme; those are two different themes. The link to the Twenty Twenty One block theme is going to be in our show notes this time around. And so, if you have been trying to use the full site editor with Twenty Twenty One and not succeeding, try the link to the one below. And I bet that that will work for you.</p>\n\n\n\n<p>Matías [8:50]: Yes, that’s correct. </p>\n\n\n\n<p>Josepha [8:51]: All right, excellent. Well, that brings us kind of into our second set of questions, which is about how we are doing it. The first one that folks have is “will full site editing be on by default in the next release. In this context, the next release is WordPress 5.8. But I think it’s a safe question to ask if full site editing will be on by default in the release that it’s planned for.</p>\n\n\n\n<p>Matías [9:15]: Yeah, and for this, I need to go back to the same principle of many projects because there are many pieces of full site editing, and we have been merging them in major releases, particularly like the blocks and the design tools. There are more coming in that we want to make accessible as soon as possible. The full experience that requires a theme to opt-in to templates using blogs won’t be by default; it requires a specific theme running. A lot of these details we’re still like determining exactly what projects are ready to be merged and so on. But yeah, if you have a theme right now that works the way you want, it doesn’t change anything there. If anything, it adds some more capabilities and more customization tools, and so on. And the theme can also regulate how much they want to incorporate.</p>\n\n\n\n<p>Josepha [10:13]: Matías, you’ve mentioned a couple of times in this podcast so far like this is a really complex and really complicated part of this work. And just for anyone out there who’s either encountering Gutenberg or full site editing or this podcast for the first time, I think a tiny bit of context that’s worth having here is that Matías and I have been working on this together in various capacities for like, five years. And Matías has probably been working on this for practically a decade. So, when we say that this is a really complicated problem, and when we say that this is a complex set of issues that we’re working with like, it is all that we have been thinking about for I want to say at least the last three or four years, but certainly it’s all that we have been trying to untangle for quite a bit of time before that as well. So we don’t take it lightly when we’re like, “this is complicated;” we mean it. It’s really complicated. And we’re trying our hardest over here as WordPress. </p>\n\n\n\n<p>The next big question, since we’re all stuck in the “it’s very complicated,” part of things is the question, “will this update break my current site?” Like, if I have a site that is updated and ready, and it’s exactly as I wanted it to be, and it took me two years to get there will full site editing, whichever release it’s in. Currently, 5.8 is what we’re planning for. Will that break anything on my site as I know it right now?</p>\n\n\n\n<p>Matías [11:44]: No, not at all. One of the major things that the WordPress team, the WordPress community, always cares so much about, never to break things. Many of these things are stepping stones that you can adopt, as we’ve talked about full site editing. But for example, we also have a few concurrent projects around the widget screen and the navigation screen that are meant to bring blocks into existing interfaces. So again, the theme doesn’t need to change, and a lot of care is being put into making this more like you’re unlocking new features, and nothing really breaks or falls apart.</p>\n\n\n\n<p>Josepha [12:23]: This update, like all the other updates, should have minimal, minimal impact on what you have to actively fix on your site. Every once in a while, a bug is gonna get by. We can’t say that we’re 100% perfect with not breaking things. But also, we always and I and I know that we’re planning on this for our remaining releases for the rest of the year. At the very least, I can’t imagine we’d ever change it. But after every major release, we always make a plan to have a minor release within the next one or two weeks. Because we know that a broken thing on a site is really incredibly impactful, even if you’re only 1% of the sites that had that happen to it. And so I think that’s true in this case, too. And getting that feedback back from all of the people who are actually using WordPress is the thing that makes us be able to kind of move quickly when we do see those problems. </p>\n\n\n\n<p>One of the questions that we have been getting is, “can I see a live preview without saving the changes that I made?” When I got this question, I didn’t actually understand it. And so I went and looked at a site without the Gutenberg plugin on it, and then a site with the Gutenberg plugin on it. And of course, on sites without Gutenberg, without the block editor, without full site editing, when you are looking to preview, you have the option to open up your preview in a new window. And you don’t have that with Gutenberg because it’s supposed to be a true WYSIWYG editor. A true what you see is what you get, editor. I think that the answer to this is, yes, you can see a live preview without actually saving the changes on the front end of your site. But you don’t actually have to reload anything. You don’t have to open it up in a new window. You don’t have to, like, actively click “please show me a preview” because what you see in your editing screen should be what you see at the end of your app as an end-user.</p>\n\n\n\n<p>Matías [14:28]: Yeah, that’s the sort of the main gist to it. Yes, the site editor is built so that it always reflects the front end as truly as possible, so that’s one layer. Also, the preview tools should allow you to see in different devices like mobile breakpoints, and I don’t know if they will have breakpoints and stuff like that. There are a lot of things in the current interface that is just not enabled. There are some challenges in the sidebar. Because the site editor is not just focused on a single post, it’s focused on the entire site. So, there can be many, many changes that need to be shadowed for the site. </p>\n\n\n\n<p>If you’re changing the site title, some of the global styles, aspects, and so on need to be orchestrated. So, to see in the previewing new window, there are some challenges there to integrate. Again, the interface is not final yet; a lot of these things are still being tweaked and improved. There are many things from the regular post editor that are not enabled yet. But they will be enabled. So yeah, it’s a, I guess, it’s not a simple thing to answer. Because, again, the idea of previewing the site that’s core to the whole project is that you’re always interacting in the same way that when you’re in the customizer, you’re seeing the preview all the time. That’s the main scope of this project,</p>\n\n\n\n<p>Josepha [15:54]: Excellent. Changes like that changes to your workflow can be really hard to get your mind around, especially if part of that existing workflow was there to create some confidence in what you’re seeing with your users. And so I understand. Now that I’ve researched that question a bit, I see where that’s coming from. Based on existing workflows and existing patterns that we have for ourselves in WordPress, will we need to have a theme to use the full site editor?</p>\n\n\n\n<p>Matías [16:33]: I think we’ve already covered some of these. And again, they are tools that can work on any existing theme. There is other stuff that needs space-specific themes to opt-in into these tools, like blog templates and so on.</p>\n\n\n\n<p>Josepha [16:50]: Yes, I think the question that we have next, because I see that the literal next question I have is actually something we have covered; just because we’re being pretty conversational about it, not because anyone already asked the question. So I’m actually going to skip to the last question of this section that I received. I got this next one via Twitter. The question is, “how do you view the role of themes once full site editing is fully rolled out and all the page elements (content, headers, widgets, footers, etc.) and all the views are managed via blocks and block patterns? Will things become typographic and block styles?”</p>\n\n\n\n<p>Matías [17:28]: I think this is a great question because it goes to the heart of, why are we doing all this. One of the main reasons is to empower users more. WordPress has been democratizing publishing for a while; this is another step into allowing themes to get more customization tools and more control over their site if they want to. I think the recent call for testing has focused on the 404 page, for example. That’s something that forever has been locked away from users. And it’s also something that, as a theme developer, and I used to develop themes a long time ago, that was one of the things where you decide what sort of approach you take for the 404 page. Maybe sometimes you want to have something more whimsical. Sometimes you need something more serious. And committing to one when you can have such a diverse and broad user base can be challenging. With these, it becomes as easy as offering a few different patterns for that template. Then the user will always be able to change the copy and modify something. So again, it opens up a lot of these things that used to be locked down. However, from a theme perspective, I think this doesn’t reduce the theme at all. If anything, it allows the theme to focus less on coding and functions and more on design expression and aesthetics. I don’t think that would ever be exhausted. That will always remain as diverse as humans are interacting with WordPress. And so it’s not that I don’t see it’s just as like, typographic and block styles. How do you express a template, how do you express the structure, what choices you quote, what choices you make as a theme builder? And of course, there are many degrees of control there. Because a site maintainer may not want the 404 template to be editable, that sort of control will always be present.</p>\n\n\n\n<p>Josepha [19:38]: Yeah. And really fast. I have to add a caveat to a thing that you said in there. For anyone who’s listening keenly, you may have heard Matías say that the users can update any of the content there – any of the copy. In this context, we’re talking about users as in the people who are maintaining the site, not people who are visiting your site. Visitors to your site will not be able to change any copy on your page unless you’ve done something very interesting with your WordPress site, which is also fine if that’s what you prefer to do. By default, your visitors can’t change everything on your website, which is good news, frankly.</p>\n\n\n\n<p>So I’ve got one logistics question, which I’m happy to take. And then one is kind of a big picture question that I also got from Twitter. “What about the classic editor block; what is going to happen to that? And when will we know?” So ages and ages ago, before COVID? I think so. Probably maybe a couple of years ago, Matt said that the classic editor plugin would be supported through the end of 2021. And that is still the case; there will be active support on that through the end of 2021. After that, it will not be actively supported anymore. It won’t be removed from any place that you can get access to right now. In a “this is the end of its lifecycle” sort of way, we just won’t have anyone who is currently committed to maintaining that plugin anymore. So that’s what’s happening at the end of the year. And yeah, at the end of 2021. The big question that we have is, “why is full site editing being so rushed?” I think this is a bit of a loaded question.</p>\n\n\n\n<p>Matías [21:32]: Yeah, I think I think it’s still a fair question, though. I think we’re dealing with two things here. And one is ensuring that we release things in the best state possible. And also, some of the urgency is to offer tools that we know that people lack right now and that could really benefit from. Making that determination is very tricky. The full site editing project has been in the works for the last couple of years. If we count the initial phase of Gutenberg, that’s four to five years. We’ve been doing many calls for testing, which I think have been super useful to catch issues and reflect as a community on where things are going; how do we integrate with these? How do we use it? What are the shortcomings? What do we need to do? Based on all of these, we’ll continue to make decisions on when things become ready. We’re not committed to releasing something that’s not in a good state. And I think we will always be very careful about that. There are these two competing senses of the urgency – of getting some of these tools out, and because it also benefits from the feedback loops. I always say that, in many ways, the initial phase of Gutenberg, to me, is not finished. We took the initial two years to do the 5.0 release, the initial block editor, and so on. But, it’s still being improved at a very fast pace, among all the recent major releases improvements to the editor were included; that will continue to be the case. In many ways, phase one is not finished. And the moment we choose to release some of these tools or editing tools, it won’t be finished either. They will need to continue to grow, mature, and incorporate a lot of the feedback. Even the things that the ecosystem is building around. I’ve seen a few themes already that are incorporating a blank canvas template so that you can use them in some pages and take over and do everything with blocks. So even the community and ecosystem as a whole is also sort of paving the way for what needs to come.</p>\n\n\n\n<p>Josepha [24:06]: I think from my perspective, and of course, I’m on the people side of things, the communication side of things, the logistics side of things; I have a frequently a very different view from what a lot of other folks are seeing. And so from my side of things, I have to say, I’m communicating about this change in a really broad way, which has not been happening since 2019 when we started the work. We’ve been communicating broadly with the WordPress community, but not with everybody who uses WordPress. So, I think that for a lot of people, this looks like a project that we started really actively working on in the last six months or so. And now we’re just racing toward a finish line. I think that there’s, there’s not been a lot of awareness of everything that’s gone into it. And so, on the one hand, it feels a little less rushed to me knowing the full length of the history on this. But also, as you said, I really think that this gets a bunch of tools to people who otherwise have not been able to accomplish these things in WordPress or otherwise. I am so anxious to get something to people who really can benefit from this change the most. And it’s the nature of the open source, right that like, one, as long as you have users, you’re going to have stuff you have to fix in your software. So we’re never really, really going to be done with this; there’s not going to be like a done point of WordPress. And the second thing is, I think it’s generally true that you don’t really start getting full user feedback until after you have launched your major release. I think that we see that a lot in open source software; you can bring in as many people as you think you can in your user tests heading up to it. And in your accessibility tests. And, in general, quality assurance tests. You can bring in a lot of people and still not have gotten the full understanding of the various niche use cases that your users will bring to you. Because at this point, we’re like 40% of the web. And that means that we’re serving this majority collection of increasingly minority voices and niche voices in the space. And so, a little bit I feel a sense of urgency; I feel a bit of anxiousness about trying to get this out there for one, to get the tools in the hands of the people who can benefit the most from them, but also so that we can start really getting the full stress test of this software out and get that feedback in so that we can really build something responsive to what our users need our long tail, “anyone who ever uses WordPress ever,” definition of users. And so, that’s why I feel a sense of urgency around it. Even though you know, as I said, you and I have been working on this for like five years, and you’ve been working on it for a decade or something. I actually don’t know how long it’s been worked on.</p>\n\n\n\n<p>Matías [27:35]: Now that makes me feel a bit old.</p>\n\n\n\n<p>Josepha [27:40]: Nobody makes Matías feel old. He is a lovely, wonderful colleague. Sorry, Matías, If I made you feel old.</p>\n\n\n\n<p>Matías [27:46]: No, that’s totally fine. I also want to add that full site editing is not like a single toggle that’s going to drop into a major release. So I think that’s important to consider, I think this entire year is going to see a lot of these tools being, and sometimes the sort of the end-user is not the, again, the site maintainer. Still, you can also be the theme developer; I think there are many tools that would be empowering for theme developers to use. Again, we mentioned there are like five to ten themes, block themes right now. That needs to grow a lot, and that only grows through these sorts of feedback loops. And the theme community pushing things forward and seeing where things can lead to. I’m very excited about the pattern directory integration because I think that can also combine with blog themes in very powerful ways. Imagine if, I don’t know many of these patterns that are very common on the web and very needed, that if we can refine them together with a second community and make them available across themes, you can combine a header from one theme with a content of another; all these sorts of mixtures could happen. All of this needs exploration, the creativity of the entire community, and so on. In that sense, getting all these tools, even if it doesn’t immediately change anything for like the site itself, starts to unlock a lot of things. </p>\n\n\n\n<p>Josepha [29:27]: I’m going to take a bit of your answer from there and tie it all the way back to your first answer that we had when you joined me today. And say, I think you’re absolutely right. We have a set of users in our theme authors and our plugin developers as well that we desperately need to get looking at this set of tools. I hope that what we are shipping in the first iteration of this serves as an opportunity for all of those theme authors and agency owners, plugin authors, WordPress site configurers freelancers. Like, I really hope that this puts it into a really accessible, easy-to-access space for them so that they can do those experiments based on what they know their users need the most. They are the group that has the closest access to site maintainers. And what they need compared to, for instance, me or a potential you like we have a lot of information, you and I, we do a lot of tests, we have a strong sense of what is needed at the moment, but we don’t have as a close connection that our theme and agency and plugin folks all have. And so that’s another part of why I’m so excited to get this out in the current iteration of it.</p>\n\n\n\n<p>Josepha [31:04]: That was a lot of questions in a little bit of time. This is going to be officially my longest WordPress briefing. Matías, I am so glad that you were able to join me today. And I think that everyone’s going to be really, really excited to hear your answers to these questions.</p>\n\n\n\n<p>Matías [31:23]: Thank you for having me.</p>\n\n\n\n<p>Josepha [31:25]: All right, my friends. That brings us into our small list of big things. I’m going to skip our community highlight today just because we had a slightly longer word press briefing in our bonus iteration today. But the small list of big things. The first thing is WordCamp Central America is coming up on April 15; there is a registration link in the show notes that you can access your tickets with. I recommend that you go; we’ve got a lot of excellent speakers coming up there and a lot of good content and good training and learning for y’all. The second thing is that Matt Mullenweg and I have listening hours coming up with the community in the first week of April. I’ll add the link to register for those in the show notes as well; it’s just a few minutes for you all to stop by, check-in, see what’s going on, and share some celebrations or concerns with us. And I hope that I see you there. </p>\n\n\n\n<p>So that my friends is your small list of big things. Thank you for joining in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"10013\";s: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:58:\"\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:35:\"WP Briefing: How WordPress Improves\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/03/how-wordpress-improves/\";s:7:\"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, 15 Mar 2021 15:08:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/?post_type=podcast&p=9980\";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:178:\"In this episode, Josepha Haden Chomphosy explores the WordPress release process. Tune in to learn about what goes into a release and catch this week’s small list of big things.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/03/WP-Briefing-004.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10226:\"\n<p>In this episode, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> explores the WordPress release process. Tune in and learn the phases of a release and catch this week’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/03/esperanza/\">WordPress 5.7 “Esperanza” </a></li><li><a href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">Esperanza Spalding</a></li><li><a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">Gutenberg Tutorial: Reusable Blocks</a></li><li><a href=\"https://make.wordpress.org/test/\">make.wordpress.org/test</a></li><li><a href=\"https://make.wordpress.org/core/handbook/contribute/git/\">GitHub repository </a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-9980\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>All right, so last week, we wrapped up and shipped the WordPress 5.7 release. The release team this time around was smaller than we’ve had in the last couple of years. By the numbers, it looks really good: 66 enhancements or feature requests went in, 127 bugs were fixed, and seven versions of a Gutenberg plugin were merged and backported. If you use WordPress, you are probably aware that we have new releases throughout the year, but you probably don’t know much about the release process. There’s not really a reason to know unless you’re actively contributing to a release. For those interested in knowing more about how we improve WordPress, this week’s exploration is for you.</p>\n\n\n\n<p>We’re gonna take a look at what goes into WordPress releases and just kind of zoom our way in from the highest level. At the highest level, there are three major WordPress releases a year, plus the minor releases, plus Gutenberg releases. So if you’re following current WordPress work and future WordPress work, that’s going to get you to probably around <strong>30 releases a year</strong>. If we zoom in one level to the release itself, a single release of WordPress takes four to five months from start to the day that we ship, and an additional four to six weeks on support and translations, and minor releases after that. If you’re looking from my vantage point, you’ll see that WordPress releases have essentially five parts, some of which happen kind of simultaneously. </p>\n\n\n\n<p>The first part is planning and includes the project lead, lead developers, design; groups like that. The second phase is the creation phase when we’re actually building the things that have to go into the CMS that involves the design, core, editor, mobile, and other teams. Then there’s this phase that I like to refer to as the distribution phase. This is mostly done by the teams that make sure that WordPress is widely distributable; the polyglots team work on translations, accessibility does some work, docs make sure that everything is documented, and training, of course, gets things ready for when we have to be able to tell people how to use the release. </p>\n\n\n\n<p>Then there is the fourth phase; I really don’t think they go sequentially or in a waterfall format. The fourth-ish phase that I include, and that I tend to see, is this extending and iteration phase. It’s the phase where we see our theme authors and our plugin authors, folks who are doing support, show up and help us to make sure that WordPress is available not only widely but broadly to ensure that their audiences as theme authors and plugin authors are covered in the features that they need based on what they are using WordPress for. The fifth phase is the part of our communication that involves the community team, especially marketing, WordPressTV, and learn.wordpress.org. Basically, anyone who’s showing up to make sure that we all share what happened in the release, the features that are coming, and how that affects the users is involved in that particular phase. So five big phases of what happens over those four to five months, and then for the month or month and a half afterward. </p>\n\n\n\n<p>If we zoom in a bit more on the creation phase, each release has people who lead the work and coordinate contributor efforts during the course of the release. For any given release, hundreds of people contribute and receive credit for moving the WordPress project forward. Okay, hold on a second. Let’s pump the brakes and zoom in a bit on that. Hundreds of people work on every major release for a project that powers over 40% of the web that feels like a small number. But for the people who process the contributions in preparation for release, it’s actually pretty substantial. For every release, there is a small team of leaders who asked the hard questions. Is this a usable feature? Does this make WordPress better overall? And, of course, is this ready to ship? Some of those leaders, a smaller subset of even the leaders that we have already, are committers who actually prep and merge patches to the CMS; they don’t do all the work to create a design or write all the code. This tiny group of people processes hundreds and hundreds of bug fixes, improvements, and enhancements that have been submitted over the course of months and sometimes years. As a side note, that whole process is a little smaller, a little faster in the Gutenberg featured plugin, but the basic parts are still there. Alright, so we’ve zoomed from the big picture way into some of the finer details, and it really looks like any other project cycle. So now, I’m going to layer in the filter of open source to that process.</p>\n\n\n\n<p>There are a couple of things that make building software in an open source environment so different. The first is that the code is readily available. If you have a basic understanding of the languages, you can see the code, learn from it, and make suggestions about improving it. Second, you consider the user a co-developer in the process, which means that as long as people use your product, they will have opinions on what you shipped. This way of iterating improves WordPress and ties back to one of my favorite open source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p>\n\n\n\n<p>This brings us to our community highlight, the segment where I share a note about contributors who have helped others along the way or a WordPress success story. This week’s highlight is from Nok in our Bangkok community. When asked to help her find her way into the WordPress community, she said, “@shinichiN who started the WordPress community in Bangkok and encouraged me to contribute, and also @mayukojpn has introduced me to the WP community team to join as a deputy. “ Thank you for sharing those two inspiring people with us. And if you, listener, have any stories that you would like to share of your own WordPress success or people that you have been so grateful to help you find your way in the project, you can feel free to email those to me at <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>.</p>\n\n\n\n<p>That brings us to our final segment of the WP Briefing, the small list of big things. I only have three things to share with you this week. The first one is that about a week ago, we had our first release of 2021. It was the WordPress 5.7 release, titled Esperanza. If you have not yet seen it, go ahead and update your website or check with your host and make sure that they have updated you if you’re on a managed host. And then take a listen to the artists that it’s named after. </p>\n\n\n\n<p>The second thing that I want you to keep an eye out for is wordpress.org/news. We are starting a new series of content that gets at the heart of some of Gutenberg’s basic parts; there’s a lot of change coming up in the next few releases of WordPress. And the most important thing to me is that you understand what we’re trying to change and where those changes are primarily taking place. There will be a couple of tutorials that go up there over the course of the of the next few weeks. The third item on the small list of big things is to remind you of our call for testing. As I mentioned earlier in the podcast, the users of any open source software are the code developers; the software built is supposed to make your life and work easier. When you test things and find interactions that can use a little bit of refinement or features that are not working exactly as expected, it’s incredibly helpful for us to have that information to always make sure that we’re solving problems instead of accidentally creating them. If you want to participate in the Current call for testing, you can head over to make.wordpress.org/test. Or, if you’ve been doing your own testing, you can also submit any bugs you have found in the GitHub repo, which I will share in the show notes below. So that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9980\";s: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:58:\"\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:29:\"WordPress 5.7 “Esperanza”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wordpress.org/news/2021/03/esperanza/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Mar 2021 20:52:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9888\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—learn more about her and give her music a listen! With this new version, WordPress brings you fresh colors. The editor helps you work in a few places […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\";s:6:\"length\";s:6:\"183815\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s: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:42711:\"\n<div class=\"wp-block-cover\" style=\"background-color:#0a5b89\"><img loading=\"lazy\" width=\"632\" height=\"327\" class=\"wp-block-cover__image-background wp-image-9932\" alt=\"\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=632%2C327&ssl=1\" data-object-fit=\"cover\" data-object-position=\"52% 67%\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?w=1000&ssl=1 1000w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=300%2C155&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/about-header-brushes.png?resize=768%2C397&ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\"><strong>WordPress 5.7</strong> <strong>“Esperanza”</strong></p>\n\n\n\n<p class=\"has-text-align-center\">Bringing you fresh colors in the admin, simpler interactions in the editor, and controls right where you need them, WordPress 5.7 lets you focus on the content you create.</p>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p></p>\n</div></div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Meet “Esperanza”, the first WordPress release of 2021. “Esperanza” is named in honor of Esperanza Spalding, a modern musical prodigy. Her path as a musician is varied and inspiring—<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">learn more about her</a> and give her music a listen!</p>\n\n\n\n<p>With this new version, WordPress brings you fresh colors. The editor helps you work in a few places you couldn’t before without getting into code or hiring a pro. The controls you use most are right where you need them. Layout changes that should be simple, are even simpler to make.</p>\n\n\n\n<h2>Now the new editor is easier to use</h2>\n\n\n\n<p><strong>Font-size adjustment in more places:</strong> now, font-size controls are right where you need them in the List and Code blocks. No more trekking to another screen to make that single change!</p>\n\n\n\n<p><strong>Reusable blocks:</strong> several enhancements make reusable blocks more stable and easier to use. And now they save automatically with the post when you click the Update button.</p>\n\n\n\n<p><strong>Inserter drag-and-drop:</strong> drag blocks and block patterns from the inserter right into your post.</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls src=\"https://s.w.org/images/core/5.7/about-57-drag-drop-image.mp4\"></video></figure>\n\n\n\n<h2>You can do more without writing custom code</h2>\n\n\n\n<p><strong>Full-height alignment:</strong> have you ever wanted to make a block, like the Cover block, fill the whole window? Now you can.</p>\n\n\n\n<p><strong>Buttons block:</strong> now you can choose a vertical or a horizontal layout. And you can set the width of a button to a preset percentage.</p>\n\n\n\n<p><strong>Social Icons block:</strong> now you can change the size of the icons.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img src=\"https://i0.wp.com/s.w.org/images/core/5.7/about-57-cover.jpg?w=632&ssl=1\" alt=\"\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>A simpler default color palette</h2>\n\n\n\n<p>This new streamlined color palette collapses all the colors that used to be in the WordPress source code down to seven core colors and a range of 56 shades that meet the <a href=\"https://www.w3.org/WAI/WCAG2AA-Conformance\">WCAG 2.0 AA recommended contrast ratio</a> against white or black.</p>\n\n\n\n<p>Find the new palette in the default WordPress Dashboard color scheme, and use it when you’re building themes, plugins, or any other components. For all the details, <a href=\"https://make.wordpress.org/core/2021/02/23/standardization-of-wp-admin-colors-in-wordpress-5-7\">check out the Color Palette dev note</a>.</p>\n\n\n\n<h2>From HTTP to HTTPS in a single click</h2>\n\n\n\n<p>Starting now, switching a site from HTTP to HTTPS is a one-click move. WordPress will automatically update database URLs when you make the switch. No more hunting and guessing!</p>\n\n\n\n<h2>New Robots API</h2>\n\n\n\n<p>The new Robots API lets you include the filter directives in the robots meta tag, and the API includes the <code>max-image-preview: large</code> directive by default. That means search engines can show bigger image previews, which can boost your traffic (unless the site is marked <em>not-public</em>).</p>\n\n\n\n<h2>Lazy-load your iFrames</h2>\n\n\n\n<p>Now it’s simple to let iframes lazy-load. By default, WordPress will add a <code>loading=\"lazy\"</code> attribute to iframe tags when both width and height are specified.</p>\n\n\n\n<h2>Ongoing cleanup after update to jQuery 3.5.1</h2>\n\n\n\n<p>For years jQuery helped make things move on the screen in ways the basic tools couldn’t—but that keeps changing, and so does jQuery.</p>\n\n\n\n<p>In 5.7, jQuery gets more focused and less intrusive, with fewer messages in the console.</p>\n\n\n\n<h2>Check the Field Guide for more!</h2>\n\n\n\n<p>Check out the latest version of the WordPress Field Guide. It highlights developer notes for each change you may want to be aware of. <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide\">WordPress 5.7 Field Guide.</a></p>\n\n\n\n<h2>The Squad</h2>\n\n\n\n<p>The WordPress 5.7 release comes to you from a small and experienced release squad: </p>\n\n\n\n<ul><li><strong>Release Lead:</strong> Matt Mullenweg (<a href=\'https://profiles.wordpress.org/matt/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matt</a>)</li><li><strong>Triage Lead:</strong> Tonya Mork (<a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromtonya</a>)</li><li><strong>Release Coordinator:</strong> Ebonie Butler (<a href=\'https://profiles.wordpress.org/metalandcoffee/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>metalandcoffee</a>)</li><li><strong>Core Tech Lead:</strong> Sergey Biryukov (<a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>)</li><li><strong>Editor Tech Lead:</strong> Robert Anderson (<a href=\'https://profiles.wordpress.org/noisysocks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>noisysocks</a>)</li><li><strong>Design Lead:</strong> Tim Hengeveld (<a href=\'https://profiles.wordpress.org/hedgefield/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hedgefield</a>)</li><li><strong>Accessibility Lead:</strong> Sarah Ricker (@sarahricke<strong>r</strong>)</li><li><strong>Documentation Lead: </strong>Jb Audras (<a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>)</li><li><strong>Test Lead:</strong> Monika Rao (<a href=\'https://profiles.wordpress.org/monikarao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>monikarao</a>)</li></ul>\n\n\n\n<p>This release is the reflection of the hard work of 481 generous volunteer contributors. Collaboration occurred on nearly 250 tickets on Trac and over 950 pull requests on GitHub.</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/7studio/\">7studio</a>, <a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/aaribaud/\">aaribaud</a>, <a href=\"https://profiles.wordpress.org/technosailor/\">Aaron Brazell</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell/\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">aaronrobertshaw</a>, <a href=\"https://profiles.wordpress.org/abagtcs/\">abagtcs</a>, <a href=\"https://profiles.wordpress.org/acerempel/\">acerempel</a>, <a href=\"https://profiles.wordpress.org/activecoder/\">activecoder</a>, <a href=\"https://profiles.wordpress.org/ad7six/\">ad7six</a>, <a href=\"https://profiles.wordpress.org/bosconiandynamics/\">Adam Bosco</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamboro/\">adamboro</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addison Stavlo</a>, <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais/\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a>, <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juhé Lluveras</a>, <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexwoollam/\">Alex Woollam</a>, <a href=\"https://profiles.wordpress.org/alex27/\">alex27</a>, <a href=\"https://profiles.wordpress.org/chemiker/\">Alexander Lueken</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/allancole/\">allancole</a>, <a href=\"https://profiles.wordpress.org/allendav/\">Allen Snook</a>, <a href=\"https://profiles.wordpress.org/almendron/\">almendron</a>, <a href=\"https://profiles.wordpress.org/amandariu/\">Amanda Riu</a>, <a href=\"https://profiles.wordpress.org/ambienthack/\">ambienthack</a>, <a href=\"https://profiles.wordpress.org/amolv/\">Amol Vhankalas</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/anevins/\">Andrew Nevins</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/nosolosw/\">André Maneiro</a>, <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/apeatling/\">Andy Peatling</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonlukin/\">Anton Lukin</a>, <a href=\"https://profiles.wordpress.org/atimmer/\">Anton Timmermans</a>, <a href=\"https://profiles.wordpress.org/anyssa/\">Anyssa Ferreira</a>, <a href=\"https://profiles.wordpress.org/archon810/\">archon810</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/passoniate/\">Arslan Ahmed</a>, <a href=\"https://profiles.wordpress.org/artpi/\">Artur Piszek</a>, <a href=\"https://profiles.wordpress.org/maigret/\">Aurélien Denis</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bartosz777/\">bartosz777</a>, <a href=\"https://profiles.wordpress.org/basscan/\">basscan</a>, <a href=\"https://profiles.wordpress.org/bduclos/\">bduclos</a>, <a href=\"https://profiles.wordpress.org/becdetat/\">becdetat</a>, <a href=\"https://profiles.wordpress.org/pixolin/\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a>, <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bernhard reiter/\">Bernhard Reiter</a>, <a href=\"https://profiles.wordpress.org/bhanusinghkre/\">bhanusinghkre</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/bonniebeeman/\">bonniebeeman</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/ibdz/\">Boy Witthaya</a>, <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/brentswisher/\">Brent Swisher</a>, <a href=\"https://profiles.wordpress.org/brijeshb42/\">brijeshb42</a>, <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/cvoell/\">Cameron Voell</a>, <a href=\"https://profiles.wordpress.org/carike/\">Carike</a>, <a href=\"https://profiles.wordpress.org/carloscastilloadhoc/\">carloscastilloadhoc</a>, <a href=\"https://profiles.wordpress.org/carlosgprim/\">carlosgprim</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/celendesign/\">celendesign</a>, <a href=\"https://profiles.wordpress.org/cenay/\">Cenay Nailor</a>, <a href=\"https://profiles.wordpress.org/ceyhun0/\">ceyhun0</a>, <a href=\"https://profiles.wordpress.org/chexwarrior/\">chexwarrior</a>, <a href=\"https://profiles.wordpress.org/chipsnyder/\">Chip Snyder</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a>, <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a>, <a href=\"https://profiles.wordpress.org/pixelverbieger/\">Christian Sabo</a>, <a href=\"https://profiles.wordpress.org/amethystanswers/\">Christina Workman</a>, <a href=\"https://profiles.wordpress.org/cfinke/\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/clayray/\">clayray</a>, <a href=\"https://profiles.wordpress.org/claytoncollie/\">Clayton Collie</a>, <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/collizo4sky/\">Collins Agbonghama</a>, <a href=\"https://profiles.wordpress.org/copons/\">Copons</a>, <a href=\"https://profiles.wordpress.org/coreyw/\">Corey</a>, <a href=\"https://profiles.wordpress.org/cristinasoponar/\">cristinasoponar</a>, <a href=\"https://profiles.wordpress.org/dam6pl/\">Damian Nowak</a>, <a href=\"https://profiles.wordpress.org/danfarrow/\">Dan Farrow</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/dvankooten/\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/nerrad/\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/drw158/\">Dave Whitley</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/davecpage/\">David Page</a>, <a href=\"https://profiles.wordpress.org/dbtedg/\">dbtedg</a>, <a href=\"https://profiles.wordpress.org/dd32/\">dd32</a>, <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a>, <a href=\"https://profiles.wordpress.org/dekervit/\">dekervit</a>, <a href=\"https://profiles.wordpress.org/denisco/\">Denis Yanchevskiy</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dianeco/\">Diane Co</a>, <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/dratwas/\">dratwas</a>, <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/davidszabo/\">Dávid Szabó</a>, <a href=\"https://profiles.wordpress.org/e_baker/\">e_baker</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/metalandcoffee/\">Ebonie Butler</a>, <a href=\"https://profiles.wordpress.org/ediamin/\">Edi Amin</a>, <a href=\"https://profiles.wordpress.org/iseulde/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/erichmond/\">Elliott Richmond</a>, <a href=\"https://profiles.wordpress.org/enej/\">Enej Bajgorić</a>, <a href=\"https://profiles.wordpress.org/enricocarraro/\">Enrico Carraro</a>, <a href=\"https://profiles.wordpress.org/epicfaace/\">epicfaace</a>, <a href=\"https://profiles.wordpress.org/epiqueras/\">epiqueras</a>, <a href=\"https://profiles.wordpress.org/ericlewis/\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion/\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann/\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/folletto/\">Erin \'Folletto\' Casali</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/etoledom/\">etoledom</a>, <a href=\"https://profiles.wordpress.org/eventualo/\">eventualo</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/florianziegler/\">Florian Ziegler</a>, <a href=\"https://profiles.wordpress.org/floriswt/\">floriswt</a>, <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">fullofcaffeine</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/geekpress/\">GeekPress</a>, <a href=\"https://profiles.wordpress.org/geekzebre/\">geekzebre</a>, <a href=\"https://profiles.wordpress.org/geoffguillain/\">Geoff Guillain</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/geriux/\">geriux</a>, <a href=\"https://profiles.wordpress.org/gkibria69/\">gKibria</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gmariani405/\">gmariani405</a>, <a href=\"https://profiles.wordpress.org/alinod/\">Gord</a>, <a href=\"https://profiles.wordpress.org/greatsaltlake/\">greatsaltlake</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a>, <a href=\"https://profiles.wordpress.org/gunnard/\">gunnard</a>, <a href=\"https://profiles.wordpress.org/bordoni/\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/hansjovisyoast/\">Hans-Christiaan Braun</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep Asrani</a>, <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh</a>, <a href=\"https://profiles.wordpress.org/hauvong/\">hauvong</a>, <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a>, <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a>, <a href=\"https://profiles.wordpress.org/helmutwalker/\">helmutwalker</a>, <a href=\"https://profiles.wordpress.org/tejwanihemant/\">Hemant Tejwani</a>, <a href=\"https://profiles.wordpress.org/herregroen/\">Herre Groen</a>, <a href=\"https://profiles.wordpress.org/nonverbla/\">hirasso</a>, <a href=\"https://profiles.wordpress.org/hmabpera/\">hmabpera</a>, <a href=\"https://profiles.wordpress.org/howdy_mcgee/\">Howdy_McGee</a>, <a href=\"https://profiles.wordpress.org/hsingyuc7/\">hsingyuc7</a>, <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/ibiza69/\">ibiza69</a>, <a href=\"https://profiles.wordpress.org/igorradovanov/\">Igor Radovanov</a>, <a href=\"https://profiles.wordpress.org/ingereck/\">ingereck</a>, <a href=\"https://profiles.wordpress.org/iprg/\">iprg</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a>, <a href=\"https://profiles.wordpress.org/ismailelkorchi/\">Ismail El Korchi</a>, <a href=\"https://profiles.wordpress.org/iviweb/\">iviweb</a>, <a href=\"https://profiles.wordpress.org/jdgrimes/\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadeddragoon/\">jadeddragoon</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha/\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/jamesgol/\">James Golovich</a>, <a href=\"https://profiles.wordpress.org/macmanx/\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/jnylen0/\">James Nylen</a>, <a href=\"https://profiles.wordpress.org/jamesros161/\">James Rosado</a>, <a href=\"https://profiles.wordpress.org/janthiel/\">Jan Thiel</a>, <a href=\"https://profiles.wordpress.org/jason_the_adams/\">Jason Adams</a>, <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a>, <a href=\"https://profiles.wordpress.org/viablethought/\">Jason Ryan</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a>, <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeff Chandler</a>, <a href=\"https://profiles.wordpress.org/jfarthing84/\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a>, <a href=\"https://profiles.wordpress.org/jmdodd/\">Jennifer M. Dodd</a>, <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a>, <a href=\"https://profiles.wordpress.org/jeroenrotty/\">Jeroen Rotty</a>, <a href=\"https://profiles.wordpress.org/jessplease/\">Jessica Duarte</a>, <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a>, <a href=\"https://profiles.wordpress.org/joanrho/\">joanrho</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joelclimbsthings/\">joelclimbsthings</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a>, <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a>, <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jonathanstegall/\">Jonathan Stegall</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a>, <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jomisica/\">José Miguel</a>, <a href=\"https://profiles.wordpress.org/jose64/\">Jose Luis</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/accessiblejoe/\">Joseph Karr O'Connor</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a>, <a href=\"https://profiles.wordpress.org/joshuatf/\">joshuatf</a>, <a href=\"https://profiles.wordpress.org/joshuawold/\">JoshuaWold</a>, <a href=\"https://profiles.wordpress.org/tai/\">JOTAKI, Taisuke</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/jsmoriss/\">JS Morisset</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a>, <a href=\"https://profiles.wordpress.org/justinsainton/\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jtsternberg/\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/kafleg/\">kafleg</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/trepmal/\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/akabarikalpesh/\">Kalpesh Akabari</a>, <a href=\"https://profiles.wordpress.org/karamcnair/\">kara.mcnair</a>, <a href=\"https://profiles.wordpress.org/vyskoczilova/\">Karolina Vyskocilova</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/tmfespresso/\">kimdcottrell</a>, <a href=\"https://profiles.wordpress.org/kirilzh/\">Kiril Zhelyazkov</a>, <a href=\"https://profiles.wordpress.org/kburgoine/\">Kirsty Burgoine</a>, <a href=\"https://profiles.wordpress.org/ixkaito/\">Kite</a>, <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/hwk-fr/\">Konrad Chmielewski</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a>, <a href=\"https://profiles.wordpress.org/kurtpayne/\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/kbjohnson90/\">Kyle B. Johnson</a>, <a href=\"https://profiles.wordpress.org/notlaura/\">Lara Schenck</a>, <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a>, <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a>, <a href=\"https://profiles.wordpress.org/leogermani/\">leogermani</a>, <a href=\"https://profiles.wordpress.org/levdbas/\">Levdbas</a>, <a href=\"https://profiles.wordpress.org/litemotiv/\">litemotiv</a>, <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a>, <a href=\"https://profiles.wordpress.org/lucasbustamante/\">lucasbustamante</a>, <a href=\"https://profiles.wordpress.org/_luigi/\">Luigi Cavalieri</a>, <a href=\"https://profiles.wordpress.org/lpawlik/\">Lukas Pawlik</a>, <a href=\"https://profiles.wordpress.org/lukecarbis/\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a>, <a href=\"https://profiles.wordpress.org/happiryu/\">Luke Walczak</a>, <a href=\"https://profiles.wordpress.org/oellin/\">Magali</a>, <a href=\"https://profiles.wordpress.org/magnuswebdesign/\">magnuswebdesign</a>, <a href=\"https://profiles.wordpress.org/mahfuz01/\">Mahafuz</a>, <a href=\"https://profiles.wordpress.org/akramipro/\">Mahdi Akrami</a>, <a href=\"https://profiles.wordpress.org/malinajirka/\">malinajirka</a>, <a href=\"https://profiles.wordpress.org/mallorydxw/\">mallorydxw</a>, <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a>, <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/marcelo2605/\">marcelo2605</a>, <a href=\"https://profiles.wordpress.org/marcio-zebedeu/\">Marcio Zebedeu</a>, <a href=\"https://profiles.wordpress.org/netweblogic/\">Marcus</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/chaton666/\">Marie Comet</a>, <a href=\"https://profiles.wordpress.org/marijnkoopman/\">Marijn Koopman</a>, <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius Jensen</a>, <a href=\"https://profiles.wordpress.org/mdwolinski/\">Mark D Wolinski</a>, <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a>, <a href=\"https://profiles.wordpress.org/markscottrobson/\">Mark Robson</a>, <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a>, <a href=\"https://profiles.wordpress.org/vindl/\">Marko Andrijasevic</a>, <a href=\"https://profiles.wordpress.org/flootr/\">Markus</a>, <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a>, <a href=\"https://profiles.wordpress.org/mberard/\">Mathieu Berard Smartfire</a>, <a href=\"https://profiles.wordpress.org/imath/\">Mathieu Viet</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a>, <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/maxpertici/\">Maxime Pertici</a>, <a href=\"https://profiles.wordpress.org/mayankmajeji/\">Mayank Majeji</a>, <a href=\"https://profiles.wordpress.org/mdrockwell/\">mdrockwell</a>, <a href=\"https://profiles.wordpress.org/megphillips91/\">Meg Phillips</a>, <a href=\"https://profiles.wordpress.org/megabyterose/\">Megan</a>, <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a>, <a href=\"https://profiles.wordpress.org/mehrshaddarzi/\">Mehrshad Darzi</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar/\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mendezcode/\">mendezcode</a>, <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a>, <a href=\"https://profiles.wordpress.org/michael-arestad/\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/mbabker/\">Michael Babker</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/miinasikk/\">Miina Sikk</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/0mirka00/\">mirka</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/daddou/\">Mohamed El Amine DADDOU</a>, <a href=\"https://profiles.wordpress.org/monika/\">Monika</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/morenaf/\">morenaf</a>, <a href=\"https://profiles.wordpress.org/mrjoeldean/\">mrjoeldean</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/mzorz/\">mzorz</a>, <a href=\"https://profiles.wordpress.org/naveen17797/\">Naveen</a>, <a href=\"https://profiles.wordpress.org/krstarica/\">net</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/nre/\">nicky</a>, <a href=\"https://profiles.wordpress.org/nico23/\">Nico</a>, <a href=\"https://profiles.wordpress.org/nico_martin/\">Nico Martin</a>, <a href=\"https://profiles.wordpress.org/nicolalaserra/\">Nicola Laserra</a>, <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nicolaskulka/\">NicolasKulka</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a>, <a href=\"https://profiles.wordpress.org/nwjames/\">nwjames</a>, <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a>, <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a>, <a href=\"https://profiles.wordpress.org/oxyc/\">oxyc</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/patopaiar/\">patopaiar</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/pabline/\">Paul Bunkham</a>, <a href=\"https://profiles.wordpress.org/paulschreiber/\">Paul Schreiber</a>, <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a>, <a href=\"https://profiles.wordpress.org/pawki07/\">pawki07</a>, <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a>, <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendonça</a>, <a href=\"https://profiles.wordpress.org/gungeekatx/\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pinkalbeladiya/\">Pinkal Devani</a>, <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a>, <a href=\"https://profiles.wordpress.org/freewebmentor/\">Prem Tiwari</a>, <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a>, <a href=\"https://profiles.wordpress.org/prettyboymp/\">prettyboymp</a>, <a href=\"https://profiles.wordpress.org/princeahmed/\">Prince</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a>, <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a>, <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rafaelgalani/\">Rafael Galani</a>, <a href=\"https://profiles.wordpress.org/rafhun/\">rafhun</a>, <a href=\"https://profiles.wordpress.org/ramiy/\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a>, <a href=\"https://profiles.wordpress.org/ratneshk/\">ratneshk</a>, <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/retrofox/\">retrofox</a>, <a href=\"https://profiles.wordpress.org/reardestani/\">Reza Ardestani</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly/\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/roger995/\">roger995</a>, <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a>, <a href=\"https://profiles.wordpress.org/romain-d/\">Romain</a>, <a href=\"https://profiles.wordpress.org/burtrw/\">Ronnie Burt</a>, <a href=\"https://profiles.wordpress.org/magicroundabout/\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/sebastienserre/\">Sébastien SERRE</a>, <a href=\"https://profiles.wordpress.org/soean/\">Sören Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Saša</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sarahricker/\">Sarah Ricker</a>, <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sebsz/\">SeBsZ</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">sergiomdgomes</a>, <a href=\"https://profiles.wordpress.org/shahinsid07/\">Shahin Sid</a>, <a href=\"https://profiles.wordpress.org/shaunandrews/\">shaunandrews</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a>, <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a>, <a href=\"https://profiles.wordpress.org/souri_wpaustria/\">souri_wpaustria</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a>, <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevenkword/\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/quadthemes/\">Sunny</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/t-p/\">t-p</a>, <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanvirul/\">Tanvirul Haque</a>, <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan</a>, <a href=\"https://profiles.wordpress.org/teamdnk/\">TeamDNK</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tweetythierry/\">Thierry Muller</a>, <a href=\"https://profiles.wordpress.org/thorlentz/\">thorlentz</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/hedgefield/\">Tim Hengeveld</a>, <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a>, <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tinodidriksen/\">tinodidriksen</a>, <a href=\"https://profiles.wordpress.org/tkama/\">Tkama</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tz-media/\">Tobias Zimpel</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/arcangelini/\">Tony A</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/tonysandwich/\">tonysandwich</a>, <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/transl8or/\">transl8or</a>, <a href=\"https://profiles.wordpress.org/tylertork/\">Tyler Tork</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/umangvaghela123/\">Umang Vaghela</a>, <a href=\"https://profiles.wordpress.org/vandestouwe/\">vandestouwe</a>, <a href=\"https://profiles.wordpress.org/vcanales/\">vcanales</a>, <a href=\"https://profiles.wordpress.org/vipulc2/\">Vipul Chandel</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">webcommsat AbhaNonStopNewsUK</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design | Oliver Juhas</a>, <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a>, <a href=\"https://profiles.wordpress.org/wesselvandenberg/\">wesselvandenberg</a>, <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wallstead/\">Willis Allstead</a>, <a href=\"https://profiles.wordpress.org/worldedu/\">worldedu</a>, <a href=\"https://profiles.wordpress.org/wponlinesupport/\">WP OnlineSupport</a>, <a href=\"https://profiles.wordpress.org/tikifez/\">Xristopher Anderton</a>, <a href=\"https://profiles.wordpress.org/yannkozon/\">Yann Kozon</a>, <a href=\"https://profiles.wordpress.org/yoavf/\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/yscik/\">yscik</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>, <a href=\"https://profiles.wordpress.org/yuliyan/\">yuliyan</a>, <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a>, and <a href=\"https://profiles.wordpress.org/zieladam/\">zieladam</a>.\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-group has-background\" style=\"background-color:#0a5b89\"><div class=\"wp-block-group__inner-container\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-large-font-size\"><strong>Code is poetry.</strong></p>\n</div></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:4:\"9888\";s: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:34:\"People of WordPress: Olga Gleckler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/03/people-of-wordpress-olga-gleckler/\";s:7:\"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, 08 Mar 2021 22: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:4:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9875\";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:159:\"The latest edition of our People in WordPress series features developer Olga Gleckler, who grew her interest in computers into a career as a tech entrepreneur.\";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s: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:19992:\"\n<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<p><strong>From a natural interest in computers and fixing things as a young woman, Olga Gleckler from St Petersburg, Russia, found WordPress took her on a journey to becoming a successful female tech entrepreneur. On International Women’s Day, we share her story. </strong></p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=580%2C768&ssl=1\" alt=\"Olga with a WordCamp Vienna t-shirt\" class=\"wp-image-9878\" width=\"580\" height=\"768\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=773%2C1024&ssl=1 773w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=226%2C300&ssl=1 226w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=768%2C1018&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1159%2C1536&ssl=1 1159w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?resize=1546%2C2048&ssl=1 1546w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1932&ssl=1 1932w, https://i2.wp.com/wordpress.org/news/files/2021/03/WCEU-2020-online.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 580px) 100vw, 580px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2><strong>Finding your path can take longer than you expect</strong></h2>\n\n\n\n<p>From the age of 15, Olga found herself under pressure to find a free place for her professional studies. She said: “I didn’t know how high or low my chances were even if I had very good marks. I could have been just the biggest fish in a small pond. But anyway, I made up my mind to go to technical school.”</p>\n\n\n\n<p>On leaving school in St Petersburg with her certificate, Olga felt her knowledge of opportunities was very narrow. She had pictured being an ecologist or guide translator based on the subjects she had been taught at school. There was also an advertising boom in Russia and she began to explore this as a career avenue. She had developed her computer skills and found opportunities to practise by helping her teachers with administrative work.</p>\n\n\n\n<p>Though she did not have access to any formal career advice, her journey led her into programming. She said: “The range of technical schools was not wide. I spent four years studying transistor markings, soldering and drawing PCB layouts. Programming courses using Pascal didn’t do anything useful with it.”</p>\n\n\n\n<p>A lack of suitable access to English-language courses made things harder for Olga. She was determined that she would master the language later in her life. In the meantime, she left technical school with an honors degree and improved typing skills.</p>\n\n\n\n<p>“I faced it was a wild, unfriendly market. I didn’t know how to recognize a genuine job offer or how to avoid the bad ones. It was difficult and I don’t know how long I would’ve looked for work without help.”</p>\n\n\n\n<h2><strong>Think differently to find where you belong</strong></h2>\n\n\n\n<p>Olga’s father worked in an IT company and was able to give her some advice and help with potential introductions. When she was still studying, he suggested her strong technical skills might be useful as a substitute typist. When she finished her studies, he helped her apply for a job updating a legal system on clients’ computers.<br><br>Six months later, she got a full-time job in the same service department. She liked her position and her clients. However, she was given friendly advice that without a university degree she would not be able to have any further promotions.</p>\n\n\n\n<p>At this time, Olga was trying to study PHP from a book. She found it very exciting at first, but a lot of their functions did not give her explanations on how to build something useful. She found when she tried to build practical items from book reading, it did not always make sense and the solutions would often fail. </p>\n\n\n\n<p>She said: “It was hard to admit a failure even to myself and it was nagging me for a long time. I had to choose something I could handle, that I was interested in and could afford. It turned out to be advertising.”</p>\n\n\n\n<p>She spent most of the family’s holidays on learning sessions during the next six years. Olga recalled: “It was tricky for my husband to make me leave a computer, once I was glued to it, so he bought me my first laptop. English was still hard for me, I got high marks through just memorizing all the words in a textbook and how they should sound.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Doubting your professional skills can happen when you are at home isolated looking after children. Keeping up your interests is important.</strong></p></blockquote>\n\n\n\n<p>Olga’s life took a change after having a new baby and she spent three years doubting her professional skills and her chances of getting a good job. She tried to get back into other interests through studying, baking and drawing, but found ‘the pram was pulling me back’. She found she became very isolated and felt less able to contribute as the family was relying on her husband’s income as she tried to focus on looking forward.</p>\n\n\n\n<p>She said: “I was convinced (and saw) that not too many companies wanted a woman in the office, who with a small baby might need lots of leave.”</p>\n\n\n\n<p>She finished her education when she returned to work after three years caring for her son. She secured a promotion but with changes in the company’s staffing, things were tense. She found the difficulties there had become more heightened and felt that young female colleagues were treated as ‘pieces of furniture’ by one manager. She did not want to stay in this environment and in a few months time decided to leave.</p>\n\n\n\n<h2><strong>Your next chapter may be nearby</strong></h2>\n\n\n\n<p>Determined to not repeat this type of experience, Olga looked at the brighter side. She said: “I wanted to be a marketer. Knowing how tricky it is to sell intangibles, I wanted a solid product to work with.” </p>\n\n\n\n<p>It turned out to be more difficult to find a job outside traditional IT as a young mother. Some human resource officers advised her to remain within the technology arena.</p>\n\n\n\n<p>Olga remained hopeful and continued to study hard. She had many learning experiences along the way, which she hopes others can learn from too. One was setting a low bar to employers. She said: “Companies I worked in wanted to get all publicity and sales increases achieved through deductions from my salary.” This happened once and the next time she was in this situation she asked specifically about the budget before signing up. “I was assured this would not be the case, but again I found the budget for publicity came out of my wages. It was a tough period of disappointments. So when I was offered a part-time administrative job with basic sick leave, I took it gladly as a reprieve.”</p>\n\n\n\n<p>The job was far from home and involved a lot of travelling. Olga spent two to three hours a day on buses with Harry Potter audio books for company. “In these traffic jams, I started to feel English at last and loved it. It gave me a freedom no money can buy. Life was getting better.” </p>\n\n\n\n<p>Though the job did not pay highly, it gave her something valuable – a working website. After her boss and the developer parted company, she was asked to maintain the site. Through some studying and reverse engineering, she discovered how it worked and it gave her an insight into how to write simple websites from scratch.</p>\n\n\n\n<p>Olga’s first encounter with JavaScript wasn’t easy: “My first JavaScript calculator almost made me crazy, but I pursued it.”</p>\n\n\n\n<p>Quickly she started to get small tasks from friends and relatives, usually to solve some urgent problems and started to meet popular content management systems. One of the first she met with was WordPress. There was an issue in a website theme used by a website which had been changed and not maintained. It took a whole weekend to solve, but she was determined to work it out. Back then, WordPress was ‘just a system’. She didn’t know then how much it was to become part of her life.</p>\n\n\n\n<p>Olga spent the next two years in this role. As time went on, she started to feel worried and less satisfied with the work. The last straw for her was a negative statement from her boss, who was not a programmer and who hadn’t seen any of the work done on the website. She felt the approach was unfair as she had done extensive work on the site. She recalls: “I became angry, but it was exactly what I needed to move jobs.”</p>\n\n\n\n<p>When Olga was job hunting, she didn’t feel she had the courage to apply for a developer’s role, despite the learning and work she had already done. So instead she started working on projects where she felt she was more like a ‘seller of box-ready websites’. It was another tough half a year for her with a lot of work, low payment and plans not turning out as she had hoped. On top of long hours, she ended up with pneumonia. She said: “I see now that I was doing a disservice to customers, websites are not a microwave meal – quick, cheap and dummy. There was no life in the sites without a lot of work which no one was willing to buy. Most of the sites I sold back then died after the first year and they never were truly alive and useful.”</p>\n\n\n\n<h2><strong>You need to be brave and have courage</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=632%2C422&ssl=1\" alt=\"Olga in Berlin wearing the WordPress Code is Poetry lanyard and a WordCamp t-shirt\" class=\"wp-image-9879\" width=\"632\" height=\"422\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1024%2C684&ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=300%2C200&ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=768%2C513&ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?resize=1536%2C1025&ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=2048&ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1264&ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/03/Berlin-2019.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga really wanted a developer job but seeking jobs of this type was very frustrating. From the job adverts she found, it felt like most IT companies were asking for geniuses who already knew a lot of technologies and frameworks. She found this very demotivating.</p>\n\n\n\n<p>She then found a job offer on a website outside the most popular job portals and it seemed like a perfect fit. They wanted someone with experience to write from scratch, understand someone else’s code and maintain it, with an ability to translate technical documentation and articles, and make simple designs for printing products. After completing a trial task, she was taken on, and enjoyed a better salary, in a calm environment with good colleagues and without the requirement for a lot of extra hours. </p>\n\n\n\n<p>The advert turned out to be a direct ad from one of the sales departments in a technology company. By succeeding in the task set, Olga had bypassed the Human Resources team which she felt would not normally have considered her. </p>\n\n\n\n<p>Her boss agreed to her working remotely most of the time. It solved any potential leave problems which Olga had thought may be an obstacle. </p>\n\n\n\n<p>For Olga it had been 14 years since the original decision to become a programmer and it was only the beginning. </p>\n\n\n\n<p>After a few years at what she describes as an ‘amazing experience’ in this workplace, Olga felt able to move on to her next challenge as a developer.</p>\n\n\n\n<h2><strong>Decision-making can benefit from wider knowledge</strong></h2>\n\n\n\n<p>After working with different systems Olga became sure that WordPress is the best CMS for developers and clients. But she was disappointed to find that the ease of use meant that good code was not always a priority for some of the sites she looked at. </p>\n\n\n\n<p>“The biggest flaw of WordPress – it’s so easy to make things work that some may feel they don’t need to bother to do things right, but this becomes a problem later.”</p>\n\n\n\n<p>In custom themes for a site, she also saw sites being made and clients left without any further support, or items hard coded when clients actually needed more control to change regularly.</p>\n\n\n\n<p>Olga used to rely on examples she could easily find, documentation and search engines to improve her understanding in using WordPress. She discovered that just by searching for a specific feature or a solution, you can miss the whole picture. </p>\n\n\n\n<p>She turned to online courses to get more comprehensive knowledge and then started to attend WordPress events, firstly online and then by foot, trains and planes! She discovered a worldwide community that was very much alive. She didn’t know when she started studying online materials and attending discussions that she would end up contributing herself to the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> platform a few years later.</p>\n\n\n\n<p>WordCamps and contributor days became a big part of her life. From her early days attending events and starting out contributing to WordPress, she is an active member of the WordPress.org Global Marketing and Polyglots Teams, and supported the recent WordPress release. She is just beginning her first WordCamp organiser experience, joining WordCamp Europe 2021 on the Contribute Team. </p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=632%2C602&ssl=1\" alt=\"Olga next to a banner of WordCamp St Petersburg 2018\" class=\"wp-image-9883\" width=\"632\" height=\"602\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1024%2C976&ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=300%2C286&ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=768%2C732&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=1536%2C1464&ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?resize=2048%2C1951&ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1264&ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/03/St-Petersburg-2018.jpg?w=1896&ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Olga said: “Through the wider WordPress community, I knew not only where to look but also whom to ask. Most importantly, I found allies who don’t think I’m going crazy by speaking with delight about work, and with whom I share a passion and fondness for WordPress. This is what matters.</p>\n\n\n\n<p>“Now, after more than seven years of full time development, I am still enjoying endless learning, frequent discoveries, mistakes and an impassioned wish to do better.”</p>\n\n\n\n<p>This and a desire to help others use WordPress.org is part of Olga’s continued contribution to its Support and Marketing Teams, and led her to be involved in the Release Marketing questions and answers in 2020.</p>\n\n\n\n<h2><strong>There is no chequered flag on the way</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"946\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=632%2C946&ssl=1\" alt=\"Olga at WordCamp Europe in Berlin in 2019\" class=\"wp-image-9881\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=684%2C1024&ssl=1 684w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=200%2C300&ssl=1 200w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=768%2C1151&ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?resize=1025%2C1536&ssl=1 1025w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1367&ssl=1 1367w, https://i1.wp.com/wordpress.org/news/files/2021/03/Berlin-2019-1.jpg?w=1264&ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>The road to freedom and becoming her own boss has not been easy for Olga. It is the path that got her where she is today, and she continues to find joy in it. She retains the lessons she’s learned and is always hungry to learn more.</p>\n\n\n\n<p> “I travelled through a very uneven path, with a lot of obstacles and noise, but for me it’s like a kaleidoscope where a little turn presents a new picture, a new “ah-ha” moment, new excitement after seemingly pointless efforts.” </p>\n\n\n\n<p>She added: “When in doubt I remind myself about David Ogilvy (generally considered the Founding Father of the modern advertising industry) who tried a lot of things before he struck gold with advertising, and maybe that’s why he did.”</p>\n\n\n\n<p>Finally, she learned not only to keep a good spirit and try different things, but also to dare as you move forward.</p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>). Thank you to Olga Gleckler (<a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>) for sharing her #ContributorStory.</p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" /></figure>\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</em></p>\n\n\n\n<p></p>\n\n\n\n<p><em>Photo credits: 2nd and 4th Pablo Gigena, Berlin, 2019</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9875\";s: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: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:37:\"The Month in WordPress: February 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2021/03/the-month-in-wordpress-february-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Mar 2021 16:00:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9842\";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:293:\"You don’t have to be rich to have an online presence. You don’t have to find loopholes in proprietary platforms and hope that they never change their terms of service. You own all of the content that you create on a WordPress site and have the liberty to move it to a new host if […]\";s: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:\"Hari Shanker 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:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15761:\"\n<blockquote class=\"wp-block-quote\"><p>You don’t have to be rich to have an online presence. You don’t have to find loopholes in proprietary platforms and hope that they never change their terms of service. You own all of the content that you create on a WordPress site and have the liberty to move it to a new host if you need to, or switch your theme if it fits your mood.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was Josepha Haden Chomphosy on <a href=\"https://wordpress.org/news/2021/02/wordpress-is-freedom/\">WordPress is Free(dom) episode</a> of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, speaking about the four freedoms of open-source software. Those four freedoms are core to how WordPress is developed. A lot of the updates we bring you this month will resonate with those freedoms.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress now powers 40% of the web</h2>\n\n\n\n<p>W3Techs reported that <a href=\"https://w3techs.com/blog/entry/40_percent_of_the_web_uses_wordpress\">WordPress now powers 40% of the top 10 million websites in the world</a>! Every two minutes, a new website using WordPress says, <em>“Hello world”</em>! For the top 1000 sites, the market share is even higher at 51.8%. Over the past 10 years, the growth rate has increased, which is reflected by the fact that 66.2% of all new websites use WordPress!</p>\n\n\n\n<h2>WordPress release updates</h2>\n\n\n\n<p>February was an eventful month for WordPress releases!</p>\n\n\n\n<ul><li>WordPress maintenance releases — <a href=\"https://wordpress.org/news/2021/02/wordpress-5-6-1-maintenance-release/\">version 5.6.1</a> and <a href=\"https://wordpress.org/news/2021/02/wordpress-5-6-2-maintenance-release/\">version 5.6.2</a> — came out this in February. Update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org.</li><li>Members of the Core team are working hard on WordPress 5.7, due in March. <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-1/\">Beta 1</a>, <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-2/\">Beta 2</a>, and <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-beta-3/\">Beta 3</a> versions of WordPress 5.7 launched in February. The <a href=\"https://wordpress.org/news/2021/02/wordpress-5-7-release-candidate/\">first</a> and <a href=\"https://wordpress.org/news/2021/03/wordpress-5-7-release-candidate-2/\">second</a> release candidates of WordPress 5.7 are also out! You can test the Beta versions and the release candidate by <a href=\"https://wordpress.org/wordpress-5.6-beta2.zip\">downloading them from WordPress.org</a> or using the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin. To know more about WordPress 5.7, <a href=\"https://make.wordpress.org/polyglots/2021/02/22/wordpress-5-7-ready-to-be-translated/\">check out its field guide</a>. </li></ul>\n\n\n\n<p>Want to contribute to upcoming WordPress releases? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core team blog</a>. The Core team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a>. UTC. You can also contribute to WordPress 5.7 <a href=\"https://make.wordpress.org/polyglots/2021/02/22/wordpress-5-7-ready-to-be-translated/\">by translating it into your local language</a>. Learn more on the <a href=\"https://make.wordpress.org/polyglots/2021/03/02/wordpress-5-7-translation-status-march-2-2020/\">translation status post</a>.</p>\n\n\n\n<h2>Gutenberg celebrates its 100th release with version 10</h2>\n\n\n\n<p>The 100th release of the Gutenberg plugin — <a href=\"https://make.wordpress.org/core/2021/02/17/whats-new-in-gutenberg-10-0-february/\">Version 10</a>, launched on February 17th, more than four years after the project was first announced at WordCamp US 2016. <a href=\"https://wordpress.org/news/2021/02/reflecting-on-gutenbergs-100th-release/\">Matias Ventura’s post</a> offers a bird’s eye view of the project over the last four years. Version 10 adds the basic pages block and makes the parent block selector visible in the block toolbar. <a href=\"https://make.wordpress.org/core/2021/02/05/whats-new-in-gutenberg-9-9-5-february/\">Version 9.9</a> of Gutenberg — coincidentally, the 99th release of the plugin, which is also the latest Gutenberg release that will be featured in WordPress 5.7, also came out in February. Key highlights of the release include custom icons and background colors in social icons, a redesigned options modal for blocks (which is now called block preferences), and text labels in the block toolbar. </p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Making WordPress Slack group</a>.</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/design/handbook/focuses/full-site-editing/\">Full Site Editing (FSE)</a> is an exciting new WordPress feature that allows you to use blocks outside the post or page content. The <a href=\"https://make.wordpress.org/updates/2021/01/21/big-picture-goals-2021/\">main focus</a> of the Core team for 2021 is to merge FSE into WordPress core. Here’s the latest on the Full Site Editing project: </p>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/test/2021/02/18/fse-program-testing-call-2-build-a-homepage-with-site-editing-blocks/\">second call for testing</a> as part of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing outreach program</a> is out! To participate, <a href=\"https://make.wordpress.org/test/2021/02/18/fse-program-testing-call-2-build-a-homepage-with-site-editing-blocks/\">check out the second testing call</a> on the <a href=\"https://make.wordpress.org/test/\">Make/Test blog</a> and join the <a href=\"https://make.wordpress.org/core/tag/fse-outreach-experiment/\">#fse-outreach-experiment</a> Slack channel. Deadline: March 5, 2021.</li><li>In case you missed participating in the FSE outreach program, <a href=\"https://make.wordpress.org/test/2021/02/04/fse-program-test-fse-anytime/\">you can now test FSE anytime</a> —check out <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/how-to-test-fse/\">this handbook page on testing FSE</a> to learn more.</li><li>Contributor teams are asking for help from local WordPress Communities to support the FSE Project.<a href=\"https://make.wordpress.org/test/2021/02/05/fse-program-connecting-with-local-communities/\"> Learn more on how you can contribute</a>.</li><li><a href=\"https://make.wordpress.org/test/tag/fse-answers/\">Check out these answers</a> for the most common FSE questions on the Make/Test blog.</li><li><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a> has provided an update on the <a href=\"https://make.wordpress.org/core/2021/02/01/full-site-editing-and-themes-where-things-are/\">current status of the FSE and themes</a>.</li></ul>\n\n\n\n<h2>Decision-making checklist for in-person meetups</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/02/16/announcement-decision-making-checklist-for-in-person-meetups-now-available/\">has published handbook pages and a decision-making checklist for organizers</a> to restart in-person meetups at areas where it is safe to do so (e.g., countries such as New Zealand, Australia, and Taiwan, where there are lower COVID-19 risks). However, WordPress meetups and WordCamps in most parts of the world will remain online due to COVID-19.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>The Polyglots team has <a href=\"https://make.wordpress.org/polyglots/2021/02/09/proposal-call-for-volunteers-polyglots-training-working-group/\">kicked-off a proposal to create a working group of contributors </a>to develop training resources for translation contributors.</li><li>The Meta team is actively <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">working on a tool</a> to help the Themes team automate the theme testing process. The team has already shipped a <a href=\"https://github.com/WordPress/theme-review-action\">proof-of-concept of the Theme Review Action tool</a> to test the process and is <a href=\"https://make.wordpress.org/meta/2021/02/01/call-for-feedback-automated-theme-testing/\">looking for feedback</a>. The Meta team is also working on <a href=\"https://make.wordpress.org/meta/2021/02/19/reducing-the-plugin-review-teams-workload-through-automation/\">reducing the Plugin team’s workload by improving the code scanner tool</a> used for scanning plugins.</li><li>The <a href=\"https://make.wordpress.org/themes/2021/02/24/meeting-notes-matt-josepha-and-theme-review-team/\">Themes team met with the WordPress project leadership team (Matt Mullenweg and Josepha Haden)</a> about improving the Theme directory. They decided to reframe the theme review process by adding “review guard rails” with automated tooling.</li><li>The Plugin Review Team reiterated that <a href=\"https://make.wordpress.org/plugins/2021/02/16/reminder-forked-premium-plugins-are-not-permitted/\">forked premium plugins are not allowed in the Plugin directory.</a> </li><li>After three weekends of celebrating WordPress, <a href=\"https://india.wordcamp.org/2021/\">WordCamp India 2021</a> concluded on February 15. <a href=\"https://prague.wordcamp.org/2021/\">WordCamp Prague 2021</a> took place on February 27. WordCamp India <a href=\"https://india.wordcamp.org/2021/watch-now/\">videos are already available</a>, and videos of both camps will soon be uploaded to WordPress.tv. </li><li>Several online WordCamps were scheduled this month. <a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica</a>, <a href=\"https://greece.wordcamp.org/2021/\">WordCamp Greece</a>, and <a href=\"https://neo.wordcamp.org/2021/\">WordCamp North East Ohio</a> are scheduled for April 2021. <a href=\"https://japan.wordcamp.org/2021/\">WordCamp Japan</a> takes place in June and has opened-up their <a href=\"https://japan.wordcamp.org/2021/call-for-speakers-is-now-open/\">call for speakers in English and Japanese</a>. Meanwhile, the inaugural <a href=\"https://cochabamba.wordcamp.org/2021/\">WordCamp Cochabamba (Bolivia)</a> runs in July!.</li><li>The Community Team wants <a href=\"https://make.wordpress.org/community/2021/02/25/proposal-to-improve-the-organizing-experience-for-online-wordcamps/\">feedback on how to improve online WordCamps</a>. The team has also announced a <a href=\"https://make.wordpress.org/community/2021/02/18/proposal-2021-global-community-sponsorship-program/\">revamped 2021 Global Community sponsorship program</a> to support online events.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/02/03/review-feedback-request-ux-for-learn-wordpress-org/\">reviewing the user experience</a> for <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a>. Please share any <a href=\"https://make.wordpress.org/design/2021/02/03/review-feedback-request-ux-for-learn-wordpress-org/\">design-feedback that you have as comments on the post</a>.</li><li>The Accessibility Team is working on <a href=\"https://make.wordpress.org/accessibility/2021/02/28/accessibility-team-meeting-notes-february-26-2021/\">publishing the updated accessibility standards document </a>(with regard to WCAG 2.1 changes) alongside the WordPress version 5.7 release. The team has also <a href=\"https://make.wordpress.org/accessibility/2021/02/28/accessibility-teams-goals-for-wordpress-5-8-and-beyond/\">started brainstorming goals for WordPress 5.8</a> and beyond. </li><li>The Support Team is <a href=\"https://make.wordpress.org/support/2021/02/rethinking-the-master-list/\">rethinking the use of the master list</a> used for troubleshooting recurring issues. The team is also <a href=\"https://make.wordpress.org/support/2021/02/removing-plugin-and-theme-names-used-as-topic-tags-on-the-forums/\">removing plugin/theme names used as topic tags</a> in forums.</li><li>The Training Team has <a href=\"https://make.wordpress.org/training/2021/03/02/march-2021-sprint-planning/\">kicked off their March 2021 sprint planning</a> to work on their goals.</li><li>The <a href=\"https://make.wordpress.org/core/tag/feature-notifications/\">WP Notify project</a> working group (which is working toward a better notification system for WordPress) has completed the <a href=\"https://github.com/WordPress/wp-notify/wiki/Requirements-(v1)\">first version of the requirements document</a>, and officially kicked off <a href=\"https://make.wordpress.org/core/2021/02/09/wp-notify-meeting-notes-february-8-2021/\">active development of the feature plugin</a>. Contact the team in the <a href=\"https://wordpress.slack.com/archives/C2K1C71FE\">#feature-notifications</a> Slack channel if you would like to contribute. You can start by reviewing the <a href=\"https://github.com/WordPress/wp-notify/issues\">list of the current issues</a>.</li><li><a href=\"https://wordpress.org/news/2021/02/people-of-wordpress-pooja-derashri/\">Pooja Derashri of India</a> was featured in February’s <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series. A cross-team initiative led by the Marketing Team with support from <a href=\"https://heropress.com/\">HeroPress</a>, the series aims to highlight lesser-known stories of WordPress contributors. The Contributor Story series is collecting new features. If you are an active contributor to a WordPress.org team or a local WordCamp, contact the <a href=\"https://make.wordpress.org/marketing/\">Marketing Team</a> in the <a href=\"https://wordpress.slack.com/archives/C0GKJ7TFA\">#marketing</a> Slack channel for more information.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\n\n\n\n<p><em>The Month in WordPress post series is a collective effort, and it would not be possible without contributions from different members of the WordPress Community. Starting this month, we would like to credit and thank all individuals that support this effort with their contributions. I would like to thank the following folks for their contributions to February’s Month in WordPress: <a href=\'https://profiles.wordpress.org/adityakane/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>adityakane</a> <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a> <a href=\'https://profiles.wordpress.org/courtneypk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courtneypk</a> <a href=\'https://profiles.wordpress.org/kristastevens/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kristastevens</a></em> <em>and <a href=\'https://profiles.wordpress.org/psykro/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>psykro</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9842\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Apr 2021 18:18:18 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 15 Apr 2021 03:05:07 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20210404215039\";}','no'),(778,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1618640298','no'),(779,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1618597098','no'),(780,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1618640300','no'); INSERT INTO `wp_options` VALUES (781,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Enō: ‘Probably This Is the Best Blogging Theme Ever’\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://wptavern.com/eno-probably-this-is-the-best-blogging-theme-ever?utm_source=rss&utm_medium=rss&utm_campaign=eno-probably-this-is-the-best-blogging-theme-ever\";s: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:4460:\"<img />\n\n\n\n<p class=\"has-drop-cap\">Sometimes a theme’s description is so moving that one must install, activate, and test the project. I often rail against the obviously keyword-stuffed text in the free WordPress theme directory. But, I am pleasantly surprised from time to time.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Enō is an elegant, modern and functional WordPress theme. Probably this is the best blogging theme ever. Just see the demo at…It supports Gutenberg block editor and has a lot of Customizer options…</p></blockquote>\n\n\n\n<p>Thus began my journey into <a href=\"https://webminimalism.com/blog/eno-wordpress-theme/\">Enō</a>, an upcoming theme by Ivan Fonin. I could have been partially a language-barrier thing. Or, the author could have just been having a bit of fun. Nevertheless, it was the sort of description that stood out enough to pull into my test environment. Any blogging theme claiming the title of “the best” was at least worth a look.</p>\n\n\n\n<p>What I found was a well-designed theme that focused on some of those timeless elements, such as generous use of whitespace and sound typography. I would not go so far as crowning it the best ever created, but it will undoubtedly be the perfect fit for many bloggers in the future.</p>\n\n\n\n<p>Currently, the theme is awaiting a review before it lands in the official WordPress theme directory. However, those who want to try it out early can snag a copy of the ZIP file from its <a href=\"https://themes.trac.wordpress.org/ticket/97585\">Trac ticket</a>.</p>\n\n\n\n<p>Enō tackles the intricacies of block editor design like a pro. In areas where so many “block-ready” themes fail to live up to expectations, it is a textbook example of working alongside the block system.</p>\n\n\n\n<p>Where it falls short is that it does not go beyond nailing down the basics of block design. The theme bundles no patterns, which would allow users to quickly drop in more advanced layouts. It also does not include block styles or even a custom color palette. There are no unique elements in the design where the author stamps his own signature in bold. It is almost formulaic, but that is not necessarily a bad thing. Formula can feel good. It can be comforting when you need something that simply gets out of the way and allows your content to shine.</p>\n\n\n\n<p>While Fonin bills the project as a blogging theme, it stands out as a solid option for photographers. The open-canvas layout leaves ample room for large images and galleries, and the <a href=\"https://demo.webminimalism.com/eno/\">theme’s demo</a> is filled with examples.</p>\n\n\n\n<img />Gallery examples from the Enō theme.\n\n\n\n<p>What would make this theme even better would be a few image and gallery styles, allowing end-users to spruce up their blocks a little more.</p>\n\n\n\n<p>As much as I like the theme, it does tick one of the boxes from my most-irritating-things-that-themes-do checklist. It outputs the featured image on single post views above the post content. This creates the dreaded double-image issue when a user also uses the same image in the post itself. The easy fix for this is to provide a theme option for not showing the featured image on single posts.</p>\n\n\n\n<img />No customizer option to disable post featured image on single views.\n\n\n\n<p>It is a surprise that the theme does not have this option because it allows users to enable or disable nearly everything possible outside of the post content. It has three different areas where metadata can be shown: before the post title, after the title, and after the content. Users can pick and choose what appears where via a series of checkboxes. The approach is convoluted at best and is a good representation of why we need the site editor. This is not so much the fault of the theme as it is a limitation of the customizer. Instead of ticking and unticking boxes, users could simply move blocks around to their desired location.</p>\n\n\n\n<p>The comments are broken in the theme at the moment. Each comment’s text is outputting a simple comma instead of the content. I am sure this will come up in the theme review and be addressed before it goes live.</p>\n\n\n\n<p>For users looking for a minimalist, block-ready theme, this will be a solid option once it makes it through the review process. I look forward to the day when themes like Enō are the baseline when designing for the block system.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Apr 2021 17:20:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:66:\"WPTavern: Full Site Editing Is Partly a ‘Go’ for WordPress 5.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:30:\"https://wptavern.com/?p=115193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:165:\"https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8?utm_source=rss&utm_medium=rss&utm_campaign=full-site-editing-is-partly-a-go-for-wordpress-5-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:6930:\"<p class=\"has-drop-cap\">Today, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/15/full-site-editing-go-no-go-april-14-2021/\">announced the results</a> of yesterday’s “go/no-go” demo and decision on <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">whether Full Site Editing (FSE) would land in WordPress 5.8</a>. The site editor and global styles are not landing in the next release. However, several other features should launch and allow users to build their sites with blocks in new ways.</p>\n\n\n\n<p>The following people attended the demo:</p>\n\n\n\n<ul><li>Matías Ventura – Demo Host and Gutenberg Project Lead</li><li>Matt Mullenweg – WordPress Project Lead</li><li>Helen Hou-Sandí – Lead Developer</li><li>Josepha Haden Chomphosy – Executive Director</li><li>Héctor Prieto – Technical Project Manager</li><li>Chloé Bringmann – Assisting with administrative and operational logistics</li></ul>\n\n\n\n<p>Ventura walked the group through the various FSE features that could be ready for WordPress 5.8, taking questions and discussing along the way. There was also a discussion afterward that focused on ideas beyond the next release.</p>\n\n\n\n<p>The following FSE-related features are expected to ship:</p>\n\n\n\n<ul><li>Improvements from Gutenberg 9.9+.</li><li>New theme-related blocks like Query, Site Logo, Navigation, and more.</li><li><code>theme.json</code> integration, which allows themes to define block defaults and settings.</li><li>Template-editing mode for the block editor.</li><li>Block-based widgets screen and customizer integration.</li><li>New block design tools, such as duotone (SVG filters for images), layout controls, padding, and more.</li></ul>\n\n\n\n<p>“Not all of the above are currently ready but there’s some level of confidence that they can be by the time of 5.8,” noted Haden Chomphosy in the post.</p>\n\n\n\n<p>This list feels like a solid compromise between launching some of the more polished FSE features and trying to force in those that are probably out of reach for a July 2021 release. The features also provide current users access to new block tools without activating a block-based theme.</p>\n\n\n\n<p>The group focused on the Query block for much of the early discussion. The Gutenberg development team will likely change the block’s user-facing name to something less confusing. It also needs a bit more polishing to make things more user-friendly. I am interested in seeing how theme authors use this in conjunction with patterns once this launches.</p>\n\n\n\n<p>One other feature that users should look forward to is the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">pattern directory</a>. While it is not ready for integration into the WordPress admin UI, it does not need to be. Users will be able to copy patterns from the directory and paste them directly into their editor. In time, it should become a part of the built-in experience.</p>\n\n\n\n<p>The group seems to have made a good call on which features to include. It is easy to want to push forward and get everything into the hands of users. It can be tougher to pull back and compromise.</p>\n\n\n\n<p>Full video of the demo:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>I had two takeaways that stood out to me more than anything in the meeting.</p>\n\n\n\n<h2>Takeaway #1: Page Template Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">In WordPress 5.8, users should gain access to the <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template editor</a>. On the page-editing screen, it allows users to switch out of content-editing mode. From there, they can work on the overall template. Essentially, for this release, it would serve as a landing page builder.</p>\n\n\n\n<p>This is a sort of middle ground between just the block editor and the eventual site editor. I like this route because it does not overwhelm end-users with a complete site-editing experience at once. It is a helping hand, a transition from the current phase to the next, allowing users to familiarize themselves with more advanced tools.</p>\n\n\n\n<p>The template editor will work for all users too. They will not be required to run a block-based theme to access it. Because each template would be a one-off use case, WordPress can serve this up without theme authors opting into it.</p>\n\n\n\n<p>Many block-ready themes have already been including an “open canvas” type of template. This would remove the need for those unless also including it for third-party builders. It would also solve the portability issue when users switch from a theme that bundles the template and one that does not.</p>\n\n\n\n<h2>Takeaway #2: Many Block-Based Themes</h2>\n\n\n\n<p class=\"has-drop-cap\">At the end of the discussion, the group was more or less spitballing some ideas beyond version 5.8. In particular, Hou-Sandí shared a vision of what theme development for the official directory could look like in the era of FSE.</p>\n\n\n\n<p>“Because the full site editing, like from a user-facing point of view, is not about page building all the time,” she said. “It’s about tweaking what’s there. Yeah. So I feel like the correct thing for core to do in terms of bundled themes is actually a bunch of small bundled themes.”</p>\n\n\n\n<p>I have previously written about how work on <a href=\"https://wptavern.com/work-on-the-twenty-twenty-two-default-wordpress-theme-should-already-be-underway\">Twenty Twenty-Two should already be underway</a> instead of waiting until the last moment to piece a new default theme together for the end-of-the-year launch. The yearly default theme system has served the community well for over a decade now. I am already warming to the idea of turning it on its head and forging a new path.</p>\n\n\n\n<p>With FSE, developers do not necessarily have to follow all of the rules of traditional themes. Themes like Kjell Reigstad’s <a href=\"https://wptavern.com/carrd-like-theme-experiment-provides-a-glimpse-into-the-future-of-theming\">Carrd-like, two-column landing page theme</a> would be well-suited to such an experiment. Smaller, more experimental projects like this could replace the old Twenty* theme system with something new or even complement it.</p>\n\n\n\n<p>Hou-Sandí also threw out a few ideas around building block-based themes via a library of CC0 images, the patterns directory, and copying/pasting things from WordPress.org. She likened it to the CSS Zen Garden era. It could even open the possibility of bypassing the theme review process since everything would be pre-vetted.</p>\n\n\n\n<p>But, these are thoughts for tomorrow. For now, we are at least getting some initial FSE components.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 21:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:77:\"WPTavern: Zerodium Temporarily Triples Payout to $300K for WordPress Exploits\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115080\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits?utm_source=rss&utm_medium=rss&utm_campaign=zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits\";s: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:4216:\"<p><a href=\"https://zerodium.com/\">Zerodium</a>, one of the most well-known security vulnerability brokers, announced that it is tripling payouts for remote code execution exploits on default WordPress installations. Payouts are typically $100K but have been temporarily increased to $300K. </p>\n\n\n\n<p>The company focuses on acquiring original and previously unreported zero-day research. It pays researchers for high-risk vulnerabilities and fully functional exploits, with the highest rewards at $2.5M for ‘full chain, zero-click, with persistence’ Android exploits. This price tag was increased from $200K in September 2019, suggesting Android exploits have become more difficult to find or that demand for them has increased significantly.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">We\'re temporarily increasing our payouts for WordPress RCEs to $300,000 per exploit (usually $100K). <br /><br />The exploit must work with latest WordPress, default install, no third-party plugins, no auth, no user interaction!<br /><br />If you have this gem, contact us: <a href=\"https://t.co/PBuS1nnpED\">https://t.co/PBuS1nnpED</a></p>— Zerodium (@Zerodium) <a href=\"https://twitter.com/Zerodium/status/1380489573009031170?ref_src=twsrc%5Etfw\">April 9, 2021</a></blockquote>\n</div>\n\n\n\n<p>Exploit resellers operate within a sort of grey area of security research. As a standard practice, security researchers are encouraged to report vulnerabilities to the original developer of the software, not an intermediary that may pass it along to a party that may not use the information for good. The appeal of these companies is that they pay more than most organizations, hence the tagline: “<em>We pay BIG bounties, not bug bounties.”</em></p>\n\n\n\n<p>WordPress has an account with <a href=\"https://hackerone.com/wordpress/\">Hackerone</a> to pay security researchers for vulnerabilities but <a href=\"https://hackerone.com/wordpress/hacktivity?type=team\">payouts</a> are much smaller in comparison to what exploit brokers pay. This makes it a tough choice for security researchers who do this for a living. Professional zero-day hunters are looking for the highest payouts for the vulnerabilities they find, which can sometimes take months or longer.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Zerodium does not reveal who its clients are or what their purpose is for buying the the vulnerabilities. The best case scenario would be a government entity wanting to secure its own systems. Even then one cannot guarantee that they use the exploit ethically or that they don’t inadvertently leak the exploits where they could be used maliciously by others. </p>\n\n\n\n<p>Zerodium did not elaborate on why it has increased payouts for WordPress exploits to $300K. <a href=\"https://blog.wpscan.com/2021/04/10/zerodium-wordpress-exploit.html\">WPScan</a> speculates that the company may suddenly have a greater demand for WordPress RCE exploits, combined with WordPress becoming more secure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>This could indicate that WordPress is becoming more secure and that it is getting harder to find the critical security issues that buyers want. On the other hand, we must also assume that these types of exploits already exist and are already being actively sold on Zerodium and other similar platforms.</p><p>We could also conclude that if a government is going to pay more than $300,000 on a WordPress RCE exploit, that they intend to use it. World governments may even barter over the exploits so that the seller, in this case, Zerodium, gets the best price.</p></blockquote>\n\n\n\n<p>WPScan also emphasized that with WordPress having such a large presence on the web, an exploit against core with those particular characteristics “would be devastating to the web as a whole if it landed in the wrong hands.”</p>\n\n\n\n<p>“Zerodium increasing their prices may indicate that it is becoming harder to find these critical issues in WordPress Core,” WPScan founder and CEO Ryan Dewhurst said. “That, at least, should be good news for WordPress and the web as a whole.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 18:11:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:68:\"WordPress.org blog: WordPress 5.7.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=10144\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8387:\"<p>WordPress 5.7.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">26 bug fixes</a> in addition to two security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 4.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.7.1 is a short-cycle security and maintenance release. The next major release will be version 5.8.</p>\n\n\n\n<p>You can download WordPress 5.7.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3>Security Updates</h3>\n\n\n\n<p>Two security issues affect WordPress versions between 4.7 and 5.7. If you haven’t yet updated to 5.7, all WordPress versions since 4.7 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Thank you <a href=\"https://www.sonarsource.com/\">SonarSource</a> for reporting an XXE vulnerability within the media library affecting PHP 8.</li><li>Thanks <a href=\"https://mikaelkorpela.fi/\">Mikael Korpela</a> for reporting a data exposure vulnerability within the REST API.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>Props to <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">Ehtisham Siddiqui</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> and the WordPress security team for their work on these issues.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.7.1&group=component&col=id&col=summary&col=milestone&col=owner&col=type&col=status&col=priority&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-7-1/\">version 5.7.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.7.1 release was led by <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">@peterwilsoncc</a> and <a href=\"https://profiles.wordpress.org/audrasjb/\">@audrasjb</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.7.1 happen:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/ninetyninew/\">99w</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/annalamprou/\">annalamprou</a>, <a href=\"https://profiles.wordpress.org/anotherdave/\">anotherdave</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a>, <a href=\"https://profiles.wordpress.org/bobbingwide/\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/brechtvds/\">Brecht</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dkoo/\">dkoo</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dragongate/\">dragongate</a>, <a href=\"https://profiles.wordpress.org/eatsleepcode/\">eatsleepcode</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a>, <a href=\"https://profiles.wordpress.org/fabianpimminger/\">Fabian Pimminger</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a>, <a href=\"https://profiles.wordpress.org/gab81/\">gab81</a>, <a href=\"https://profiles.wordpress.org/galbaras/\">Gal Baras</a>, <a href=\"https://profiles.wordpress.org/geoffrey1963/\">Geoffrey</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/grzim/\">grzim</a>, <a href=\"https://profiles.wordpress.org/ipstenu/\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a>, <a href=\"https://profiles.wordpress.org/jaymanpandya/\">Jayman Pandya</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jonkastonka/\">Johan Jonk Stenström</a>, <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joseeyoast/\">Josee Wouters</a>, <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a>, <a href=\"https://profiles.wordpress.org/k3nsai/\">k3nsai</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/mihdan/\">Mikhail Kobzarev</a>, <a href=\"https://profiles.wordpress.org/mmuyskens/\">mmuyskens</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nicegamer7/\">nicegamer7</a>, <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/palmiak/\">palmiak</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pwallner/\">pwallner</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/rinatkhaziev/\">Rinat Khaziev</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rogertheriault/\">Roger Theriault</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/yakimun/\">Sergey Yakimov</a>, <a href=\"https://profiles.wordpress.org/sirstuey/\">SirStuey</a>, <a href=\"https://profiles.wordpress.org/stefanjoebstl/\">stefanjoebstl</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a>, <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a>, <a href=\"https://profiles.wordpress.org/terriann/\">Terri Ann</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toru/\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a>, and <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Apr 2021 03:05: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:12:\"Peter Wilson\";s: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:60:\"WPTavern: FSE Outreach Round #5: Venturing out a Query Quest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115153\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/fse-outreach-round-5-venturing-out-a-query-quest?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-5-venturing-out-a-query-quest\";s: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:5293:\"<p class=\"has-drop-cap\">The Full Site Editing (FSE) outreach program is chugging along. Since December, it has called for and completed four rounds of testing. The latest round asks volunteers to <a href=\"https://make.wordpress.org/test/2021/04/14/fse-program-testing-call-5-query-quest/\">provide feedback on the Query block</a>, arguably one of the most crucial pieces of the FSE-puzzle.</p>\n\n\n\n<p>Automattic Developer Relations Wrangler Anne McCarthy has been overseeing the program since its inception. Each round of testing asks participants to follow along with a set of instructions while testing a specific feature related to FSE. They can then provide feedback on what does or does not work. Thus far, the program has tested and identified issues for <a href=\"https://wptavern.com/first-round-of-the-fse-outreach-program-concludes-identifies-template-editing-mode-problems\">template-editing mode</a>, <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">building a custom homepage</a>, <a href=\"https://wptavern.com/new-full-site-editing-testing-challenge-create-a-custom-404-page\">creating a 404 page</a>, and <a href=\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\">wrangling a restaurant-themed header</a>.</p>\n\n\n\n<p>Volunteers for the program should install the latest version of the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg plugin</a> and the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a>. Participation is open to all, and further details are available through the announcement post.</p>\n\n\n\n<p>The latest test is all about the Query block — McCarthy is dubbing it a “Query Quest.”</p>\n\n\n\n<p>“Not many blocks get an entire milestone dedicated to them but the Query Block did!” she wrote. “As the name implies, this is a pretty powerful block allowing you to display posts/pages on your site and customize them as you see fit. For example, you could easily use this block to show off all of your favorite recipes by setting it up to show a specific category of posts.”</p>\n\n\n\n<p>Generally, theme authors will primarily work with this block. However, for those end-users who will inevitably want to customize post output on their sites, they may need to at least have some basic familiarity with it or its block variations.</p>\n\n\n\n<h2>Building With the Query Block</h2>\n\n\n\n<p class=\"has-drop-cap\">Following the instructions for the testing round netted fairly consistent results between the editor and front end. Each step walks participants through the process of assembling a two-column page with posts from separate categories. Within just a few minutes, I built a few demo posts with custom categories named “Veggie Garden” and “Fruit Trees” (side note: these are pics of my plants). I sped through the process with no issues.</p>\n\n\n\n<img />Using Columns to output two category-based Query blocks.\n\n\n\n<p>However, I am a bit of a pro at this point with the Query block. It is one feature I have been eyeing at least every week for months.</p>\n\n\n\n<p>The two primary issues I ran into were with the “read more” link and spacing. For the more-link, it simply did not appear on the front end. When viewing the source code, the wrapper HTML was there, but the actual text was nowhere to be found.</p>\n\n\n\n<p>As for spacing, this is more of a theme problem. I have harped on this issue in past testing rounds, and it is the same ol’ tune. TT1 Blocks failed to produce consistent spacing between the front and back end. One example is when using the Post Featured Image block followed by the Post Excerpt block. In the editor, there is little whitespace between the two. On the front end, there is ample room.</p>\n\n\n\n<p>Some might say it is the most vital part of page building — nailing down the layout. I have voiced my concerns <em>ad nauseam</em> on spacing, so I have nothing new to report on the subject.</p>\n\n\n\n<p>I decided to take a few extra steps and move beyond the basic testing instructions. Because it is springtime, I have been enjoying the outdoors a bit more as of late. I wanted to spruce up my Query block design. I wrapped the initial design in a Cover block with a garden-related background image, dropped in some header and intro text, and created boxes for my posts with the Group block. With a splash of color, some font-size changes, and a Spacer block here and there, I built something with a tiny bit more personality.</p>\n\n\n\n<img />Custom layout with the Query, Cover, and Columns blocks.\n\n\n\n<p>Testing never has to be boring. I encourage participants to grab inspiration from their own lives as they venture out on their Query Quest.</p>\n\n\n\n<p>While I have my complaints about the site editor and realize we are miles away from the long-term vision, it is also amazing what is now possible. Even six months ago, building something as simple as this was not happening. More and more each day, I believe a <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">public beta of the site editor</a> and other FSE components in WordPress 5.8 is not such a bad idea.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 22:38:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:68:\"WPTavern: WordCamp Europe 2021 Opens Call for Speakers and Workshops\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:181:\"https://wptavern.com/wordcamp-europe-2021-opens-call-for-speakers-and-workshops?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-europe-2021-opens-call-for-speakers-and-workshops\";s: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:1836:\"<p><a href=\"https://europe.wordcamp.org/2021/wceu-launch-7-june-2021/\">WordCamp Europe 2021</a> will be taking place online, June 7-10. This will be the second year in a row that the event has not been held in person due to the pandemic, but organizers are incorporating feedback from the first edition to improve upon it.</p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2021/call-for-speakers/\">Speaker applications are now open</a> and first-time speakers are encouraged to apply. Organizers posted a list of example topics for inspiration, including advanced development, frameworks, security, storytelling, website performance optimization, and more.</p>\n\n\n\n<p>WCEU 2021 will be running two tracks, with two different presentation formats: long talks (20-minute talk with a 10-minute Q&A) and lightning talks (10-minute talk with a 5-minute Q&A). Prospective speakers are allowed to submit up to three different presentation topics on their <a href=\"https://europe.wordcamp.org/2021/speaker-application-form/\">applications</a>. The call for speakers is open until April 24, 2021, and selected speakers will be contacted the first week of May ahead of mid-May public announcements.</p>\n\n\n\n<p>WCEU organizers also plan to continue the successful tradition of hosting workshops after 77% of attendees who completed a feedback survey requested their return. Workshop sessions will be 45 minutes long and hosts will have workshop assistants available to them. Organizers are aiming to schedule a diverse lineup of workshops with topics like “Starting with WordPress,” accessibility, development, security, and SEO, to name a few.</p>\n\n\n\n<p>The <a href=\"https://europe.wordcamp.org/2021/call-for-workshops/\">call for workshops</a> is on the same timeline as speaker selection, with a closing date of April 24, 2021.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:40: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:172:\"HeroPress: A Journey toward Freedom with WordPress – वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3529\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=a-journey-toward-freedom-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:46476:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/041321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: My WordPress job allowed the freedom to work on my time.\" /><p><a href=\"https://heropress.com/feed/#nepali\">यो लेख नेपाली भाषामा पनि उपलब्ध छ।</a></p>\n<p>Hello world!</p>\n<p>“Always be thankful for what you have, many people have nothing!” – Buddha</p>\n<p>Yes, I’m immensely grateful to be writing this essay! I’m fortunate to have had the education that gave me the capacity to aspire, get into a WordPress job, meet people from around the world, connect with Topher of HeroPress, and tell my story!</p>\n<h3>How I Landed Into a WordPress Job</h3>\n<p>My WordPress journey began by chance! Honestly, I didn’t know WordPress until I landed on a WordPress job.</p>\n<p>Back then, I was doing my Master’s degree in Sociology and had just left my work as a school teacher. I was looking for a job that would allow me to focus on my study and pay me a decent salary.</p>\n<p>I had a long career of over 5 years in teaching which was a full-time job. In addition to 9 AM to 5 PM work, we had to work extra hours at home – designing lesson plans, evaluating assignment works, exams, etc. – so I was finding it hard to manage time for my own study. I just needed a job that wouldn’t require me to work after office hours.</p>\n<p>After applying to several different positions, I finally got a content writing job. Fortunately, the company turned out to be a successful WordPress development company based in Nepal (<a href=\"https://access-keys.com/\">Access Keys</a>).</p>\n<p>Well, it’s how my WordPress story began! But it’s not the full story.</p>\n<h3>For Hope! My Family’s Struggle for Education</h3>\n<p>I come from a remote village in the hills of Nepal, not connected by any means of transportation until recently. We had to walk a minimum of an hour to go to the nearest school, from where I completed my secondary education.</p>\n<blockquote><p>But that time wasn’t just about walking hours to reach school. It was also about poverty, hardships, and the burning desire to overcome them someday!</p></blockquote>\n<p>Schools were first opened in the late 1970s in our village but my parents couldn’t even complete the lower secondary level. Pervasive poverty and lack of awareness both were responsible for it.</p>\n<p>Time passed but our family’s financial condition was still the same. But my parents had understood that the only way out of it was education. Hence, they decided to send us to school, no matter what. Our father sometimes as a seasonal migrant worker to India, sometimes as a porter, brought us (me and my siblings) school supplies. Our mother worked day and night, managed home, family, and our farm.</p>\n<p>After completing secondary level education, I moved to a nearby city in the guardianship of my aunt. With minimal financial support from my parents, my aunt helped me complete higher secondary school.</p>\n<p>However, she had her own hardships. She was a single mother without any academic degree so had to work minimum-wage jobs which hardly met her and her family’s needs.</p>\n<p>Therefore, I couldn’t simply add to her burden. And on the other side, my parents had to support my younger siblings too. So, the only choice I had, if I wanted to study further, was to support myself, for which I started teaching in a school.</p>\n<h3>Breakthrough through English Language Skills</h3>\n<p>I got my life’s first job but it wasn’t easy. I joined a private English-medium school as a teacher. But my schooling as well as the undergraduate program had been in our national language, Nepali, and not in English. We had “English” as a subject in school but the teacher taught us English in the Nepali language. We never spoke in English. Yet, my English writing was fine as I was a good student.</p>\n<p>When I joined an English medium school as a teacher, I had no choice but to improve my English. I practiced speaking English with primary-level students. Within a year, my spoken English improved considerably.</p>\n<p>Along with my teaching job, I continued my college. It was a super-busy schedule but was the only option I had! With my earnings, I paid my college fees, covered some of my living expenses, and also supported my family. Well, this is how I completed my Bachelor’s degree and started my Master’s degree too.</p>\n<p>Later on, the same teaching job that I started to sustain myself enabled me to apply for an English content writing job! As of now, I’m quite confident about my English language skills but still feel hesitant when I have to talk with native speakers.</p>\n<h3>My WordPress Journey – Toward Freedom</h3>\n<p>As I stated earlier, I landed on my first WordPress job when I was looking for the type of job that would allow me free time for my study. Yes, and that’s from where my journey toward freedom began!</p>\n<p>During my interview, I explained to the CEO of <a href=\"https://access-keys.com/\">Access Keys</a> (<a href=\"https://twitter.com/athakuri\">Arjun Singh Thakuri</a>) about the flexibility that I need in my new job so that I could also focus well on my studies. I was hired and could join from 11 AM instead of the usual 9:30 AM after attending my classes in the morning. It was a moment of gratitude and great relief for me!</p>\n<p>I learnt WordPress at Access Keys. <em><strong>First</strong></em>, by reading Wikipedia and other blogs on the web. <em><strong>Second</strong></em>, from Arjun sir as well as from the senior developers and the designers at the company. I used to have a lot of questions, and my team at Access Keys helped me get answers to those questions. <em><strong>Third</strong></em>, by doing. I set up a WordPress.com blog, a testing site on localhost, and tried different options.</p>\n<blockquote><p>My curiosity was definitely the driving force, but above all, ‘the way WordPress is built’ is what made it possible for someone like me (with no technical background) to understand a powerful website creation software, WordPress.</p></blockquote>\n<p>As for content writing skills, I started with list articles (theme collections). Arjun sir mentored me for my first few articles. Later, Access Keys hired an experienced SEO professional <a href=\"https://twitter.com/seonerdy\">Amin Ghale</a> who taught me more about SEO and content writing. He is a mentor cum brother to me.</p>\n<p>When in Access Keys, I joined WordCamp for the first time – <a href=\"https://nepal.wordcamp.org/2015/\">WordCamp Nepal 2015</a>. The event was grand! I met people involved in WordPress from other companies in Nepal and abroad, heard their stories, and learnt about new innovations in WordPress!</p>\n<p>I was truly enthralled by the event and had truly wished to give a presentation in a WordCamp someday. And I did, the very next year! I shared what I had learnt so far on the title ‘SEO Copywriting for WordPress’ at <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwi64ajv-_TvAhVCCM0KHdXKAVoQFjAAegQIBBAD&url=https%3A%2F%2Fkathmandu.wordcamp.org%2F2016%2F&usg=AOvVaw0nTcwn8d7MOgIp2sDtNhOD\">WordCamp Kathmandu 2016</a>.</p>\n<p>Later, I also joined a panel ‘Girls in WordPress – Story, Experience, Opportunity, and Career’ in <a href=\"https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwiCzcj_-_TvAhUJbc0KHfLUAWMQFjAAegQIBBAD&url=https%3A%2F%2Fbiratnagar.wordcamp.org%2F2018%2F&usg=AOvVaw1on2S3L2VlRRUTeN9eYsqa\">WordCamp Biratnagar 2018</a> along with a dear friend <a href=\"https://twitter.com/sandilyakafle\">Ganga Kafle</a> and my WordPress sister <a href=\"https://twitter.com/prithuthakuri\">Prithu Singh Thakuri</a>. Now, looking forward to joining some international WordCamps!</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai.jpg\" class=\"attachment-full size-full\" alt=\"Speaking at WordCamp Kathmandu 2016 S Rai\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel.jpg\" class=\"attachment-full size-full\" alt=\"Sunita Rai on a panel at WordCamp\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampkathmandu2017fun/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampkathmandu2017fun.jpg\" class=\"attachment-full size-full\" alt=\"\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun.jpg\" class=\"attachment-full size-full\" alt=\"A Moment of Fun at WordCamp Kathmandu 2018\" /></a>\n\n<p>About my WordPress career, I’m still in WordPress content writing.</p>\n<p>After Access Keys, I went to ThemeGrill, another successful WordPress business in Nepal, with even more flexibility and freedom in the working hours. <a href=\"https://twitter.com/sanjipshah\">Sanjip Shah</a> and <a href=\"https://twitter.com/rabinsthaa\">Rabin Shrestha</a> (Founders of ThemeGrill) encouraged me to learn and explore this field even more. After some time, ThemeGrill hired a few new writers and I started mentoring them.</p>\n<p>Next, I joined Awesome Motive, the company behind the popular WPBeginner blog. In the beginning, I wrote for IsItWP and MonsterInsights blog but later also got the opportunity to write for WPBeginner. When at Awesome Motive, I got an even better opportunity to learn WordPress and marketing skills.</p>\n<p>My supervisors <a href=\"https://twitter.com/shahzadsaeed\">Shahzad Saeed</a> from India, <a href=\"https://twitter.com/noumaan_\">Noumaan Yaqoob</a> from Pakistan, <a href=\"https://twitter.com/LittleZotzWrite\">Lauren Tharp</a>, and <a href=\"https://twitter.com/keri_engel\">Keri Lynn Engel</a> from the United States helped me be better at my work. Above all, I was super lucky to have <a href=\"https://twitter.com/syedbalkhi\">Syed Balkhi</a> himself tutoring me every week on various aspects of content writing and marketing. I still remember how he explained the “success gap” over multiple calls, over weeks. He’s really a wonderful mentor!</p>\n<p>As of now, I work with beginners who’re just starting their careers in WordPress content writing. I’m trying to help small WordPress businesses and blogs with the marketing skills I’ve acquired so far. For example, SiteSaga.com, ZakraTheme.com are some of the sites I’m currently working on. Yet, I feel there’s a lot more for me to learn!</p>\n<p>Now, I want to make my final and important point – freedom!</p>\n<blockquote><p>First, my WordPress job allowed me the freedom to work on my time (so I could manage time for my study too). But more importantly, I meant the ‘economic freedom’.</p></blockquote>\n<p>For an individual, economic independence is a major freedom factor! Income isn’t everything, but definitely a basic aspect of human development!</p>\n<p>My salary at my first WordPress job wasn’t high, but increments since then are cool! Plus, we can always do some extra work. For instance, after my talk at WordCamp, I got a lot of freelance work opportunities, which I did during my free time and earned some extra bucks. Then, I was able to support my family even better.</p>\n<p>Finally, it’s the ‘feeling of freedom’ that, I have now, enabled me to share this story. I always had an ‘inferiority complex’ due to which I could never tell anyone about my family or our socio-economic background. Even if someone asked, I’d simply avoid the question or lie to them.</p>\n<p>I’ve now overcome the situation as well as the fear of being judged. And, I believe it’s the ‘freedom’ in its truest sense.</p>\n<p>That’s my story of freedom! Story of our freedom!</p>\n<h3>Now is Great! I Have Greater Aspiration for the Future!</h3>\n<p>Yes, now is great! I have a good career as a WordPress content writer, editor, and mentor. I also joined the MPhil degree and will soon complete it.</p>\n<p>For the future, have greater aspirations!</p>\n<ol>\n<li>I hope to continue doing what I do – teaching beginners copywriting skills and help them achieve their part of freedom. WordPress is a gift for people like me!</li>\n<li>I want to earn a Doctorate degree; not yet content being a student! I haven’t planned it yet but I really wish to do it in this life!</li>\n<li>I want to give back to my community. Our village hasn’t changed much – still struggling with poverty. Even today, most students from my village fail to complete their university degree in lack of a support system. I firmly believe education is vital to change; for individuals as well as society as a whole. So, I really wish to work on it but I’m not yet sure how! I hope time will answer!</li>\n</ol>\n<p>Thanks for reading my story! Thanks, dear friend Topher for this opportunity! It’s a privilege to be sharing my story on HeroPress (feeling like a hero!). :D</p>\n<p>Thank you to every single individual who supported my journey to this date! And, thanks to the universe for everything I have!</p>\n<hr class=\"ttfmake-hr\" />\n<h1 id=\"nepali\">वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</h1>\n<p>नमस्कार संसार!</p>\n<p>तपाईंसँग जे छ त्यसैमा सदैव कृतग्य रहनु, किनकी धेरै मानिसहरू संग केहि पनि हुन्न। – बुद्ध</p>\n<p>हो, म यो लेख लेख्दै गर्दा एकदमै खुसी र आभारि छु। म आफुलाई एकदमै भाग्यमानी ठान्दछु कि मैले जस्तोसुकै परिस्थितिमा पनि शिक्षा आर्जन गर्न पाए जसले मलाई सपना देख्न प्रेरित गर्यो, वर्डप्रेसमा काम गर्न सक्षम बनायो, संसारभरिका मानिससंग भेटघाट गर्ने अवसर दिलायो, हिरोप्रेसका टोफर संग भेत्न र मेरो कथा सबैसंग बाड्ने अवसर दिलायो।</p>\n<h3>मेरो वर्डप्रेस यात्राको शुरुवात</h3>\n<p>मेरो वर्डप्रेस यात्रा संयोगवश सुरु भएको हो। साच्चिकै भन्नुपर्दा मैले काम गर्न सुरु गर्नु भन्दा अगाडी मलाई वर्डप्रेसको बारेमा केही पनि थाहा थिएन।</p>\n<p>त्यो समयमा म समाजशास्त्र बिषयमा मास्टर डिग्री गरिरहेकी थिएँ। समयको अभावले गर्दा भर्खरै विद्यालय शिक्षण पेशाको काम पनि छोडेको थिएं। त्यसैले म यस्तो कामको खोजीमा थिए जुन बाट राम्रो तलब र मेरो पढाईको लागि केहि समय पनि बच्न सक्थ्यो।</p>\n<p>मैले शिक्षण पेशामा लगभग ५ बर्ष सम्म काम गरें। ती दिनहरुमा म विहान ९ बजेदेखि दिउँसो ५ बजे सम्म स्कुल पढाउथे । अनि फेरि राति अर्को दिनको कक्षाका लागि तयारी र गृहकार्य जाँच गर्दा गर्दै ठिक्क हुन्थ्यो। जसले गर्दा मलाई आफ्नो पढाई सम्हाल्न गाह्रो भइरहेको थियो। त्यसैले मलाई खासगरि अफिस समयपश्चात अरु थप काम गर्नु नपर्ने खालको काम चाहिएको थियो।</p>\n<p>धेरै खालको जागिरहरूमा आवेदन दिएपश्चात बल्ल कन्टेन्ट राइटिङ्ग (इन्टरनेटको लागि लेख लेखन) को जागिर पाए। भाग्यवश मैले काम पाएको कम्पनी वर्डप्रेस विकासको क्षेत्रमा नेपालको एक सफल कम्पनी रहेछ (<a href=\"https://access-keys.com/\">एक्सेस किइज</a>)।</p>\n<p>हो यसरी नै मेरो वर्डप्रेसको यात्रा सुरु भयो, तर यो नै सम्पुर्ण कथा भने हैन।</p>\n<h3>शिक्षाको लागि मेरो परिवारको संघर्ष र आशा</h3>\n<p>नेपाल को पहाडी भेगमा अवस्थित एउटा गाउँमा मेरो जन्म भएको हो जहाँ आवतजावत गर्नलाई अझैसम्मपनि भरपर्दो सडक अनि गाडीहरूको ब्यबस्था भएको छैन। हाम्रो घरबाट नजिकैको विद्यालय नै १ घण्टा को बाटो हिडेर पुग्नुपर्थ्यो र त्यहि विद्यालय बाट मैले कक्षा १० सम्म को अध्ययन पुरा गरें।</p>\n<blockquote><p>तर हाम्रो गाउँको त्यो समय घन्टौ हिड्नुपर्ने दुखका बारेमा मात्र थिएन। सर्वत्र ब्याप्त गरिवी, खानलाउनको लागि कठिन संघर्ष, र यि तमाम दुखबाट कुनै दिन मुक्त हुने प्रबल आकङ्क्षाको पनि समय थियो।</p></blockquote>\n<p>हाम्रो गाउँमा विद्यालय सन १९७० को दशक अन्त्य तिर खुले तर मेरो आमाबाबुले भने गरिवी र अशिक्षाको कारण निम्न माध्यमिक तहको शिक्षा सम्म पनि पुरा गर्न सक्नुभएन। समय बित्यो, हामि बिद्यालय जान थाल्यौ तर पनि हाम्रो परिवारको आर्थिक अवस्थामा भने कुनै सुधार आएको थिएन। तरपनि मेरा बुबाआमाले भने शिक्षाको महत्व बुझिसक्नु भएको थियो। त्यसैले उहाहरुले जस्तो सुकै अप्ठ्यारो परिस्थिति भए पनि हामी लाई विद्यालय पठाउने निधो गर्नुभयो।</p>\n<p>आपा (राई बान्तावा भाषामा बुबा) कहिले भारततिर मौसमी कामदार को रूपमा त कहिले भरियाको रूपमा काम गर्न जानुहुन्थ्यो। अनि फर्केर आउँदा म र मेरो बहिनीहरू लाई किताब कापी र स्कुलको कपडा हरू ल्याइदिनु हुन्थ्यो। हाम्रो आमा भने रातदिन आफैं खटेर घरपरिवार, खेतिपाती र गाइबस्तु सम्हाल्नु हुन्थो।</p>\n<p>गाउँकै बिध्यालय बाट माध्यमिक तह उत्तीर्ण गरीसके पछि म नजिकै को सहरमा फुपुसंग बस्दै पढ्न थालें। मेरो फुपुले मलाई उच्च शिक्षा हासिल गर्नमा धेरै मद्दत गर्नुभएको छ।</p>\n<p>तर त्यो बेला उहाँको लागि पनि कठिन समय थियो। कुनै पनि शैक्षिक डिग्रि नभएको एक एकल महिलाका लागि सहरमा आफु अनि आफ्नो सन्तानलाइ पाल्नु, हुर्काउनु, पढाउनु सानो दुख थिएन। उहाँले दिनभर ज्याला मजदुरि गरेर कमाएको पैसाले बिहानबेलुका को छाक टार्न मै ठिक्क हुन्थ्यो।</p>\n<p>त्यसैले म आफैंपनि उहाँमाथि अझ भार थपिन चाहन्नथे। फेरि अर्को तर्फ मेरो बाबाआमा ले पनि त अरु साना बहिनीहरू लाई हेर्नुपर्थ्यो। अब भने मसंग आफ्नो उच्च शिक्षालाइ निरन्तरता दिनको लागि एउटै मात्र बिकल्प थियो – आफैले कमाएर पढ्ने। यसैकारण मैले एउटा विद्यालयमा पढाउन शुरु गरें।</p>\n<h3>अङ्ग्रेजी भाषाको ज्ञानमार्फत उडान आरम्भ</h3>\n<p>मैले मेरो जीवनको पहिलो जागिर त पाए तर त्यो सोचेजस्तो सजिलो थिएन। मैले शिक्षक को रूपमा एक निजी विद्यालयमा प्रबेश गरे। तर म आफैले भने सरकारी विद्यालयमा पढेको थिए जहाँ नेपाली भाषामा पढाई हुन्थ्यो। हाम्रो कक्षामा अङ्ग्रेजी एउटा मात्र अनिवार्य विषय थियो तर त्यो पनि शिक्षकहरु ले नेपाली भाषामा नै पढाउनु हुन्थ्यो। हामीले कहिल्यै पनि अङ्ग्रेजी भाषा बोलेनौं। यधपी म राम्रो बिध्यार्थीहरु मध्यको एक थिए, जसकारण मेरो अङ्ग्रेजी लेखन भने सामान्यतया राम्रो नै थियो।</p>\n<p>मैले अङ्ग्रेजी शिक्षकको रूपमा पढाउन थालिसके पछि भने मसंग अङ्ग्रेजी सुधार्नु भन्दा अरू कुनै उपाए थिएन। त्यसैले मैले प्राथमिक तहका बिध्यार्थीहरूसँग अङ्ग्रेजीमा बोल्न सुरु गरें। फलस्वरूप एकवर्ष भित्र मेरो अङ्ग्रेजी बोलाईमा धेरै सुधार आयो।</p>\n<p>शिक्षण पेशासंगै मैले मेरो पढाईलाई पनि अगाडि बढाउदै लगें। त्यो बेला मेरो दैनिकि धेरै नै व्यस्त थियो, तर फेरि अर्को विकल्प पनि त थिएन। मेरो तलबले आफ्नो पढाई खर्च जुटाउँदै अलिअलि परिवार लाई पनि सहयोग गर्न थाले। हो यसरी नै मैले ब्याचलर डिग्री पुरा गरें र मास्टर डिग्री पनि शुरु गरें।</p>\n<p>मैले आफ्नो आवश्यकता पुर्ति गर्नको लागि सुरु गरेको शिक्षण पेशाले नै मलाई अङ्ग्रेजी कन्टेन्ट राइटिङ्गको जागिरमा आवेदन दिने साहस दियो। अहिलेको कु्रा गर्ने हो भने, म मेरो अङ्ग्रेजी भाषाको बोलाई र लेखाईसंग केही हदसम्म विश्वस्त छु तर अझै पनि अङ्ग्रेजी नै मातृभाषा भएका बिदेशिहरुका अगाडि बोल्न भने केहि हिच्किचाउछु।</p>\n<h3>मेरो वर्डप्रेस यात्राः स्वतन्त्रता तिर</h3>\n<p>मैले अगाडि नै भनेको जस्तै मेरो पढाईलाई हानी नगर्ने खालको काम खोज्दै गर्दा संयोगवश वर्डप्रेसमा प्रवेश गरेको थिएँ। र यहि बाट नै मेरो स्वतन्त्रता तिर को यात्रा सुरु भएको हो।</p>\n<p>मैले कामको लागि अन्तर्वार्ता दिँदै गर्दा नै <a href=\"https://access-keys.com/\">एक्सेस किइज</a> कम्पनीको प्रमुख (<a href=\"https://twitter.com/athakuri\">अर्जुन सिंह ठकुरी</a>) संग आफ्नो पढाईको लागि चाहिने समयको बारेमा पनि कुरा गरेको थिएँ। उहाँले सजिलैसंग सहमति जनाउनु भयो। फलस्वरूप मैले आफ्नो बिहान को कलेज सकेर ११ बजेदेखि कार्यालय जाने भए जबकि अफिस समय भने ९ः३० बजे नै शुरु हुन्थ्यो। त्यो पल मेरो लागि कृतज्ञता र ठूलो राहतको क्षण थियो।</p>\n<p>एक्सेस किइज कम्पनीमा काम गर्दा नै मैले वर्डप्रेस सिके। <em><strong>पहिलो</strong></em>, विकिपीडिया र अन्य ब्लग हरूलाई धेरै पढे। <em><strong>दोस्रो</strong></em>, नजानेको सानासाना कुराहरू अर्जुन सर र अरू अनुभबी कर्मचारी (डेभलपर, डिजाइनर) हरु संग सोध्थे। र उहाँ हरूले पनि धेरै सहयोग गर्नुहुन्थ्यो। <em><strong>तेस्रो</strong></em>, मैले आफैले वर्डप्रेस डटकम ब्लग स्थापना गरें, परिक्षणका लागि वेबसाइट बनाए र त्यहाँ हरेक कुरा जान्ने र बुझ्ने कोशिस गरे।</p>\n<blockquote><p>अवश्य पनि मेरो जिज्ञासु भावना नै मलाई अगाडि बढाउने शक्ती थियो। यधपी म जस्तो प्राविधिक पृष्ठभूमि नभएको ब्यक्तिलाई वेबसाइट बनाउन सक्ने शक्तिशाली सफ्टवेयर, वर्डप्रेस को बारेमा बुझाउनमा भने वर्डप्रेस आफै सरल हुनु र इन्टरनेटमा प्रशस्ट सामग्रि पाइनुको ठूलो भुमिका छ।</p></blockquote>\n<p>मैले कन्टेन्ट राइटिङ्ग गर्ने क्रमको शुरुवात भने वर्डप्रेस थिमको सुचि बनाउने लेखहरुबाट गरें। सुरूको लेखहरूमा अर्जुन सर नै मेरो सल्लाहकारको रूपमा रहनु भयो। पछि एक्सेस किइज कम्पनीले अनुभबी एसईओ विज्ञ <a href=\"https://twitter.com/seonerdy\">अमिन घले</a> लाइ नियुक्ति गर्यो र उहाँले नै मलाई धेरै कुराहरु सिकाउनुभयो। उहा मेरो गुरुका साथै दाई पनि हुनुहुन्छ।</p>\n<p>म एक्सेस किइज कम्पनीमा काम गरिरहेकै बखत पहिलो पटक “<a href=\"https://nepal.wordcamp.org/2015/\">वर्डक्याम्प नेपाल २०१५</a>“ मा सहभागी भए। यो कार्यक्रम भव्य थियो। मैले त्यहाँ वर्डप्रेसमा काम गर्ने नेपालका तथा अन्य देशबाट आएका ब्यक्तिहरुसंग भेटें, उनीहरूको कथा सुने र वर्डप्रेसको बारेमा अझ नयाँनयाँ कुराहरु थाहा पाए।</p>\n<p>म त्यो कार्यक्रमबाट धेरै नै प्रभावित भए र त्यतिबेलानै कुनै दिन वर्डक्याम्पमा वक्तव्य दिने अठोट गरे। नभन्दै मैले अर्को सालको “<a href=\"https://kathmandu.wordcamp.org/2016/\">वर्डक्याम्प काठमान्डु २०१६</a>“ मा वक्ता को रूपमा सहभागी भए र “वर्डप्रेसको लागि एसइओ कपिराईटिङ“ शिर्षक मा वक्तव्य दिए।</p>\n<p>पछि फेरि बिराटनगर मा आयोजना भएको “<a href=\"https://biratnagar.wordcamp.org/2018/\">वर्डक्याम्प बिराटनगर २०१८</a>“ मा पनि सहभागी भए। यसमा म, साथी <a href=\"https://twitter.com/sandilyakafle\">गंगा काफ्ले</a> र प्यारी बहिनी <a href=\"https://twitter.com/prithuthakuri\">प्रिठु शिंह थकुरी</a>ले “वर्डप्रेसमा केटीहरुः अनुभव, कथा, अवसर, र चुनौती“ शिर्षक मा छलफल गरेका थियौ। अब भने, मलाई अरु अन्तर्राष्ट्रिय वर्डक्याम्प हरूमा सहभागी हुन मन छ।</p>\n\n<a href=\"https://heropress.com/wordcampkathmandu2016speaker-srai-1/\"><img width=\"2048\" height=\"1349\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2016speaker-srai-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१६ मा प्रस्तुति दिदै गर्दा\" /></a>\n<a href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/wordcampbiratnagar2018panel-2/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2022/04/wordcampbiratnagar2018panel-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प बिराटनगर २०१८ मा एक प्यानलमा बोल्दै गर्दा\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2017fun-1/\"><img width=\"2048\" height=\"1367\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2017fun-1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१७ मा वर्डप्रेसको मेरो दाजुभाइहरु सँग फोटो खिच्दै\" /></a>\n<a href=\"https://heropress.com/wordcampkathmandu2018-fun1/\"><img width=\"2048\" height=\"1365\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/wordcampkathmandu2018-fun1.jpg\" class=\"attachment-full size-full\" alt=\"वर्डक्याम्प काठमान्डु २०१८ मा एक रमाइलो क्षण\" /></a>\n\n<p>म अझै पनि वर्डप्रेस कन्टेन्ट राइटिङ्ग नै गर्छु।</p>\n<p>मैले एक्सेस किइजमा काम गरिसके पछि नेपालको अर्को सफल कम्पनी थिमग्रिलमा प्रवेश गरे। त्यहाँ अझै धेरै काममा सौलियत र समयमा लचकता थियो। थिमग्रिल कम्पनी का संस्थापक-सन्चालक द्वय <a href=\"https://twitter.com/sanjipshah\">सन्जिप शाह</a> र <a href=\"https://twitter.com/rabinsthaa\">रबिन श्रेष्ठ</a> सरले झन धेरै कुरा सिक्ने हौसला दिनुभयो। केही समय पछाडि कम्पनी ले नयाँनयाँ लेखकहरु ल्यायो र मैले उनीहरूलाई सिकाउन थाले।</p>\n<p>पछि मैले अमेरिकामा अवस्थित अवसम मोटिभ कम्पनीमा पनि काम गरें। सुरु सुरुमा “इजइटडब्लुपि“ र “मन्स्टरइनसाइट्स“ ब्लगमा लेखे र पछि “डब्लुपिबिगिनर“ मा पनि लेख्ने मौका पाएं। म यसै कम्पनीमा काम गरिरहेकै बेला वर्डप्रेस र मार्केटिङ सम्बन्धि अझ धेरै कुरा जान्ने मौका पाए।</p>\n<p>मेरो काममा सुधार आउनुमा मुख्यतया मेरो निरिक्षक <a href=\"https://twitter.com/shahzadsaeed\">साहजाद सइद</a> (भारतबाट), <a href=\"https://twitter.com/noumaan_\">नवमान याकुब</a> (पाकिस्तानबाट), <a href=\"https://twitter.com/LittleZotzWrite\">लउरेन थार्प</a> र <a href=\"https://twitter.com/keri_engel\">केरि लिन एन्जेल</a> (अमेरिकाबाट) को धेरै ठूलो भुमिका छ। यतिमात्र हैन कम्पनीको प्रमुख <a href=\"https://twitter.com/syedbalkhi\">शाइद बाल्खि</a> संग काम गर्न पाउनु पनि मेरो लागि भाग्यको कुरा थियो। उहाँले मलाई प्रत्येक हप्ता कन्टेन्ट राइटिङ्ग को बारेमा बिस्तृत रुपमा सिकाउनु हुन्थ्यो। मलाई अझै याद छ उहाँले थुप्रै पटकको संवादमा “सफलताको अन्तर” को बारेमा सिकाउनु भएको थियो। उहाँ साच्चिकै राम्रो प्रशिक्षक सल्लाहकार हुनुहुन्छ।</p>\n<p>अब अहिलेको कुरा! हाल म वर्डप्रेस लेख लेखन क्षेत्रमा भर्खर आउदै गरेका ब्यक्तिहरु संग काम गर्छु। मैले अहिलेसम्म बटुलेको अनुभवहरु को माध्यमबाट साना वर्डप्रेस विजिनेश र ब्लग लाई सहयोग गर्न खोजिरहेको छु। जस्तो कि म अहिले “साइटसागा डटकम“ र “जाक्राथिम डटकम“ मा कार्यरत छु। यधपि मेरो आफ्नै सिक्ने क्रम भने सदैब जारि नै छ।</p>\n<p>अब भने म आफुलाइ लागेको सबभन्दा महत्वपुर्ण कुरा भन्न चाहान्छ। यो क्षेत्रमा मैले पाएको सबभन्दा महत्वपूर्ण कुरा भनेको “स्वतन्त्रता“ हो।</p>\n<blockquote><p>सर्वप्रथम त मेरो वर्डप्रेसको कामले मलाई समयको स्वतन्त्रता दिलायो। मेरो मतलब यो काम म आफुले भ्याएको समयमा गर्न सक्थे जसले गर्दा मेरो आफ्नै पढाईको लागि समय छुटाउन पाए। अनि दोस्रो कुरा भनेको “आर्थिक स्वतन्त्रता“।</p></blockquote>\n<p>आर्थिक आत्मनिर्भरता प्रत्येक व्यक्तिकालागि स्वतन्त्रता प्राप्तिको एक प्रमुख आधार हो। आम्दानी नै सबै कुरा हो भन्ने त होइन तर यो मानव विकासको एक आधारभुत पक्ष भने अवश्य पनि हो।</p>\n<p>वर्डप्रेसमा मेरो शुरुको तलब ठिकै मात्र थियो तर यसको वृद्धि क्रमशः राम्रो हुदै गयो। उदाहरणका लागि, मैले वर्डक्याम्पमा वक्तव्य दिइसकेपछि भने मलाई अरू पनि धेरै फ्रिल्यान्सिङ्ग काम गर्ने अवसरहरू पाए जुन काम मैले खालि समयमा गर्थे र केही थप पैसा पनि कमाए। त्यसपछि मैले मेरो परिवारलाई पनि राम्ररि सहयोग गर्न थाले।</p>\n<p>अबभने, म स्वतन्त्रता बारे अन्तिम कुरा भन्न चाहान्छु। मलाइ लाग्छ यो स्वतन्त्रताको अनुभुति नै त हो जसले मलाइ यो लेख लेख्न सक्षम बनायो। किनभने मलाइ जहिल्यै पनि लघुताबासले थिचिरहन्थ्यो र आफ्नो परिवार अनि आफ्नो सामाजिक-आर्थिक अवस्थाबारे कसैलाइ पनि भन्न सक्दिनथे या चाहान्नथे। यदि कसैले सोधिहाले पनि, म त्यो प्रश्नलाइ बेवास्ता गर्थे वा ढाटेर जवाफ दिन्थे।</p>\n<p>अहिलेको सन्दर्भको कुरा गर्दा, मैले त्यो परिस्थिति र अरुले के सोच्छन भन्ने डर दुबैमाथि जित हासिल गरेझै लाग्छ। र मलाइ यो नै साचो अर्थमा ‘स्वतन्त्रता’ हो जस्तो लाग्छ।</p>\n<p>यही हो मेरो स्वतन्त्रता को कथा! हाम्रो स्वतन्त्रता को कथा!</p>\n<h3>आज राम्रो छ र मसँग अझै ठुला आकांक्षाहरु छन् भविष्यको लागि!</h3>\n<p>हो, मेरो वर्तमान राम्रो छ! वर्डप्रेस कन्टेन्ट राइटर, एडिटर, र सल्लाहाकार रूपमा मेरो करियर राम्रो छ। म एमफिल डिग्री पनि गर्दैछु र छिट्टै पुरा पनि गर्नेछु।</p>\n<p>तर अझपनि भविष्यको लागि मेरा धेरै ठुला आकांक्षाहरु छन्!</p>\n<ol>\n<li>म जे गरिरहेको छु त्यसैलाई निरन्तरता दिन चाहन्छु – नयाँ लेखकहरुलाई कपिराइटिङ्गको सिप सिकाउदै स्वतन्त्रता को अनुभुति दिलाउन। म जस्तो मान्छेहरू को लागि वर्डप्रेस एक अमुल्य उपहार हो।</li>\n<li>म कुनैदिन विद्यावारिधि गर्न चाहन्छु। यसको लागि यतिबेला भने कुनै योजना बनाएको छैन तर जसरी पनि यसै जुनिमा पुरा गर्ने इच्छा छ।</li>\n<li>म मेरो समुदायलाई सहयोग गर्न चाहन्छु। हाम्रो गाउँमा अझै पनि धेरै परिवर्तन आएको छैन – गरिबीको अवस्था यथावत् नै छ। राम्रो सहयोग प्रणालीको अभावमा अहिले पनि मेरो गाउँका धेरै जसो विद्यार्थीहरु स्नातक तह सम्मको अध्ययन पुरा गर्न सम्म असमर्थ छन्। मलाइ चै ब्यक्ति र समाज सबैको परिवर्तन को लागि शिक्षा एक्दमै महत्वपुर्ण हुन्छ भन्ने कुरामा दृढ विश्वास छ। त्यसैले म यो क्षेत्रमा काम गर्न चाहन्छु, तर कसरी गर्ने भन्ने कुरा भने थाहा छैन! मलाई आशा छ, समयले मेरो प्रश्नको जवाफ अवश्य दिनेछ!</li>\n</ol>\n<p>मेरो कथा पढ्नुभएको यहाँहरु सबैलाई धन्यवाद! मुख्यतः मलाई यो अवसर दिने साथी टोफर लाई धेरै धेरै धन्यवाद! हिरोप्रेसमा मेरो कथा सुनाउन पाउँदा म धेरै नै खुसि छु (आफुलाइ हिरो जस्तै महसुस गरिरहेकोछु)।</p>\n<p>मलाई यो स्थान सम्म पुग्न मद्दत गर्ने सम्पूर्ण व्याक्तीहरूलाई धेरै धेरै धन्यवाद! मैले पाएका सम्पूर्ण चिजहरुको लागि ब्रह्माण्ड लाई धन्यवाद!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/a-journey-toward-freedom-with-wordpress/\">A Journey toward Freedom with WordPress – वर्डप्रेससंगै स्वतन्त्रता तर्फको यात्रामा</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Apr 2021 02:24:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Sunita Rai\";s: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:52:\"WPTavern: Yet Another WordPress Block Library Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115095\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"https://wptavern.com/yet-another-wordpress-block-library-plugin?utm_source=rss&utm_medium=rss&utm_campaign=yet-another-wordpress-block-library-plugin\";s: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:4107:\"<p class=\"has-drop-cap\">You are the team manager at a WordPress development company. You just spent the last couple of months directing the group of highly skilled developers that you oversee to create the latest and greatest block library for WordPress. Your developers just spent those two months recreating what has already been done at least a couple of dozen times.</p>\n\n\n\n<p>You go through your product launch list:</p>\n\n\n\n<p><em>Testimonial block?</em> Check.</p>\n\n\n\n<p><em>Accordion block?</em> Check.</p>\n\n\n\n<p><em>Countdown block?</em> Check.</p>\n\n\n\n<p><em>Meme-creation block?</em> Coming in version 2.0.</p>\n\n\n\n<p>Everything seems to be in order. Your company has a new and shiny wheel, a bullet point on its product list, and a promise to end-users that you are keeping up with the times, launching a set of blocks that they can pick up literally anywhere else. But, yours is better because you built it in-house.</p>\n\n\n\n<p>Color me unimpressed.</p>\n\n\n\n<p>Maybe you are just trying to make a dent in the market, grabbing your share of the pie that companies have been snacking on for the last couple of years. Every time I see another forms plugin, I wonder how they will remain competitive, but there have been success stories. However, the ones who tell those stories always had a fresh take on an old concept.</p>\n\n\n\n<p>I worry about the upcoming years when the block market is simply a race to the bottom. Everyone has built their plugin with 100+ blocks, 500+ patterns, and more customization options than you can count. It is the story of the early ThemeForest days where premium themes amassed a gluttonous amount of theme options. The top sellers were continually one-upping each other with another notch on their feature lists.</p>\n\n\n\n<p>As a user, developer, and journalist who writes about these products, I am often lost. I look at a new plugin and ask myself if I had already checked it out and dismissed it last week. I am always searching for something innovative, but the lines between one project to the next are blurry. I am swirling in a sea of icon, shape divider, post list, and container blocks — just looking for a life preserver to pull myself out.</p>\n\n\n\n<p>Don’t get me wrong. I am a wheel recreator myself. I have built products that others had already created. In some cases, I launched something better. In others, I failed miserably. I may be a little biased, but I always felt like I was bringing something new to the table. And that is where I take issue.</p>\n\n\n\n<p>I want to see you create a block that no one has ever done before, such as <a href=\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor\">drawing digital sheet music</a> or a <a href=\"https://wptavern.com/block-a-saurus-embeds-a-side-scrolling-t-rex-game-via-the-block-editor\">side-scrolling T-Rex game</a>.</p>\n\n\n\n<p>I want to see you extend the editor with new tools like <a href=\"https://wptavern.com/emoji-conbini-and-the-case-for-a-block-enhancements-directory\">inserting Emoji</a> or <a href=\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\">Font Awesome icons</a> into Rich Text.</p>\n\n\n\n<p>I want to see you overhaul the editor and create a <a href=\"https://wptavern.com/new-iceberg-plugin-brings-a-distraction-free-writing-experience-to-wordpress\">Markdown-friendly experience</a>.</p>\n\n\n\n<p>Instead of an “advanced” list block of your own design, create a plugin that extends the core List block with custom options. Skip that custom gallery. <a href=\"https://wptavern.com/automatically-create-image-slideshows-with-the-full-screen-galleries-plugin\">Bring something new</a> to the existing Gallery block. Got a custom music player? Use it to overhaul the Audio block instead of wrapping it up separately.</p>\n\n\n\n<p>The community has all the tabs, buttons, and progress bars it can handle. Of course, if you are raising the bar on all of these same ol’ blocks, keep pushing forward. Let’s see what you can do. Otherwise, keep thinking outside of the box.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 20:34:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:50:\"WordPress.org blog: People of WordPress: Tyler Lau\";s:7:\"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=10102\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\";s: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:9022:\"<p><em>WordPress is open source software, maintained by a global network of contributors. There are many examples of how WordPress has changed people’s lives for the better. In this monthly series, we share some of the amazing stories that are lesser-known.</em></p>\n\n\n\n<h2><strong>Embrace Who You Are and Your Journey</strong></h2>\n\n\n\n<p>In this People of WordPress contributor story, we chat to Tyler Lau from the US on his relationship building work in marketing and his WordPress journey.</p>\n\n\n\n<p>Read on to discover his story which shows it is often what you have learned from negative experiences in your life that can make you a major asset to a product team.</p>\n\n\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-thumb.jpg?resize=632%2C464&ssl=1\" alt=\"Tyler Lau stood in front of a colorful mural\" class=\"wp-image-10116\" width=\"632\" height=\"464\" />\n\n\n\n<h2><strong>An Entrepreneurial Mindset</strong></h2>\n\n\n\n<p>Tyler recalls he always had a knack for spotting a enterprise ideas. As an industrious seven-year-old, he was already finding ways to make sales during the school breaks. </p>\n\n\n\n<p>While many entrepreneurs have similar stories, Tyler’s path took many turns before he discovered and thrived in the WordPress community.</p>\n\n\n\n<p>He was drawn to both the software and the community that surrounds it from his search for personal and professional freedom. He ultimately was able to combine his various business interests and people skills into professional marketing work.</p>\n\n\n\n<h2><strong>Using your skills to uncover your journey</strong></h2>\n\n\n\n<img src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/people-of-wp-tyler-2.jpg?resize=632%2C758&ssl=1\" alt=\"Tyler Lau pictured sat on a chair using his mobile phone in his social media work\" class=\"wp-image-10118\" width=\"632\" height=\"758\" />\n\n\n\n<p>Tyler’s current role is as a Marketing Relationship Builder, based in Kansas, USA. His responsibilities span across all digital properties and products, leveraging his broad set of business and people skills.</p>\n\n\n\n<p>These skills are amplified by his creativity and adaptability. Tyler says that one reason he is always looking for new projects is his Attention Deficit Hyperactivity Disorder (ADHD), a diagnosis he received in 2005.</p>\n\n\n\n<p>In an industry built by programmers and developers who often have a strong sense of focus, Tyler felt that someone with ADHD wouldn’t be seen as a natural fit. He found the WordPress community to be a place where everyone can find the right spot for their unique skills. Tyler’s skill is people, and this has translated into many opportunities and responsibilities in his work life. His skills have also helped him give back to the WordPress community as a speaker and volunteer, and through multiple contributor days.</p>\n\n\n\n<h2><strong>Relationship-building as a career</strong></h2>\n\n\n\n<p>Most of Tyler’s experience was in the restaurant industry, and his resume did not exactly point to a career in tech. But the service industry actually prepared him well for everything he has taken on since.</p>\n\n\n\n<p>When he is at work events, he meets people from across the world and builds connections with them. As an extrovert, he enjoys this and couldn’t imagine a job where he was isolated from getting to know others and relationship-building.</p>\n\n\n\n<p>Understanding people and being able to operate in any setting are key competencies. Social skills and tact are useful for community building in the WordPress space too, and in Tyler’s life at different times it has been necessary for survival. </p>\n\n\n\n<h2><strong>The true meaning of freedom</strong></h2>\n\n\n\n<p>In the WordPress community, the concept of freedom comes up often. WordPress is built on GPL, free software, and open-source values. Practically speaking, anyone can work remotely or be their own boss to gain more freedom in work and life. Tyler feels that he never fitted into a traditional work mould. With his strong focus on freedom, he found this resonated with the freedom and opportunities he believes WordPress provides him and thousands of others.</p>\n\n\n\n<p>Tyler describes how in 2013 his ‘inner opportunist’ got him into trouble. After dropping out of college following a brain aneurysm, he needed capital to fund his first startup. He shares that he found a quick but unlawful way to make money. Alongside this between shifts as a waiter, he worked on prototypes for his first product. The company was growing fast, and to protect his patents and take research and development to the next level, he had to work hard. Everything came to a halt when some of the actions he took resulted in being sent to prison. </p>\n\n\n\n<p>He says that meeting other inmates reminded him that he was in a much better situation than most. He was educated, well-off, loved, and knew he had a future once he was released. He found that many inmates never graduated from high school and were computer illiterate. While inside, Tyler taught subjects like science, math, writing, reading, and social studies. He found that due to the lack of skills and support, many inmates would struggle upon release. He believes getting the mental health support and job training needed to thrive after prison is not easy for many.</p>\n\n\n\n<p>“<em>There’s more to freedom than just being on the outside. You also need a sense of agency and enfranchisement,</em>” says Tyler. He considered his sense of purpose and support network were plenty to keep him going and was ready to take on his next (legal) business challenge as soon as he could.</p>\n\n\n\n<h2>Going forward positively </h2>\n\n\n\n<img width=\"632\" height=\"632\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/04/FF50DF21-38AA-4778-B465-C2DF0B441AD7.jpeg?resize=632%2C632&ssl=1\" alt=\"Tyler Lau portrait picture\" class=\"wp-image-10139\" />\n\n\n\n<p>The idea that your past doesn’t define you and you can choose to embrace it, is a key driver for Tyler.</p>\n\n\n\n<p>He describes himself as an outlier in many ways. He recalls how politics influenced his life from the day he was born. Tyler’s father is a semi-dissident Chinese visual anthropologist, his mother is an art professor who left her home country of Japan to break free from traditional Japanese gender roles. Tyler feels he inherited a lot of this fearlessness.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>I’ve never fitted in, and yet this is what makes me able to adapt to most situations and relate to just about anyone. I embrace my eclectic, dissonant past and see beauty in the person those experiences shaped me to be</em>,” says Tyler. </p></blockquote>\n\n\n\n<p>Now, he’s able to put those skills to good use in the WordPress community and beyond. </p>\n\n\n\n<p>He says: “<em>Regardless of your physical abilities, mental health struggles, upbringing, and even your run-ins with the law, no one is excluded from carving their place in the WordPress industry</em>”.<br /></p>\n\n\n\n<h2><strong>Contributors</strong></h2>\n\n\n\n<p>Thank you to Tyler Lau (<a href=\"https://profiles.wordpress.org/tylermaximus/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>tylermaximus</a>) for sharing his #ContributorStory.</p>\n\n\n\n<p>Thanks to Larissa Murillo (<a href=\"https://profiles.wordpress.org/lmurillom/\">@lmurillom</a>), Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sthakor</a>), Olga Gleckler (<a href=\"https://profiles.wordpress.org/oglekler/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>oglekler</a>), Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Yvette Sonneveld (<a href=\"https://profiles.wordpress.org/yvettesonneveld/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>yvettesonneveld</a>), Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@webcommsat</a>), Josepha Haden (<a href=\"https://profiles.wordpress.org/chanthaboune/\">@chanthaboune</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>) and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for working on the People of WordPress series.</p>\n\n\n\n<img src=\"https://lh3.googleusercontent.com/Y3odYTyvSfJbVxUxUWEgKxOprox2zxVwhk7_vdW-AIs4IlE-jK0Zt1itCj867x0dIAbIiK-VeuTLMZr6BjNEY0fkTf--4dT1hkLbnGtsPFNfyrVBYIN59IirTkNnqiQgqxk6E1MI\" alt=\"HeroPress logo\" />\n\n\n\n<p><em>This post is based on an article originally published on HeroPress.com, a community initiative created by </em><a href=\"https://profiles.wordpress.org/topher1kenobe/\"><em>Topher DeRosia</em></a><em>. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.</em></p>\n\n\n\n<p><em>Meet more WordPress community members in our <a href=\"https://wordpress.org/news/category/heropress/\">People of WordPress</a> series.</em></p>\n\n\n\n<p><em>#ContributorStory #HeroPress</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, 13 Apr 2021 13:47:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s: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:100:\"WPTavern: Free Software Foundation Unrelenting on Stallman Reinstatement: “We Missed His Wisdom”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115008\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"https://wptavern.com/free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom?utm_source=rss&utm_medium=rss&utm_campaign=free-software-foundation-unrelenting-on-stallman-reinstatement-we-missed-his-wisdom\";s: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:8324:\"<p>The Free Software Foundation has <a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">published</a> a public explanation of why they decided to reinstate Richard Stallman to the board of directors last month:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“The voting members of the Free Software Foundation, which include the board of directors, voted to appoint Richard Stallman to a board seat after several months of thorough discussion and thoughtful deliberation.</p><p>We decided to bring RMS back because we missed his wisdom. His historical, legal and technical acumen on free software is unrivaled. He has a deep sensitivity to the ways that technologies can contribute to both the enhancement and the diminution of basic human rights. His global network of connections is invaluable. He remains the most articulate philosopher and an unquestionably dedicated advocate of freedom in computing.”</p></blockquote>\n\n\n\n<p>The board took responsibility for bungling the news of his election to a board seat, stating that the planned flow of information was not executed in a timely manner. When Stallman <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">announced his return to the board</a> at last month’s LibrePlanet event, the free software community was not able to discern whether he did so with the board’s permission. It took the FSF by surprise, polarized the community, and provoked organizations and corporations to publish statements condemning his reinstatement.</p>\n\n\n\n<p>The board admits that “FSF staff should have been informed and consulted first,” but follows it up by effectively downplaying his influence, stating that Stallman is “an unpaid volunteer and subject to the organization’s policies.” </p>\n\n\n\n<p>The statement reads like a perplexing love letter for someone who struggles with social cues. It obscures most of the real issues outlined in an <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by many prominent members of the free software community. The FSF board referenced a <a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">statement</a> from Stallman, published one minute prior, and claims that he has acknowledged his mistakes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“He has sincere regrets, especially at how anger toward him personally has negatively impacted the reputation and mission of FSF. While his personal style remains troubling for some, a majority of the board feel his behavior has moderated and believe that his thinking strengthens the work of the FSF in pursuit of its mission.”</p></blockquote>\n\n\n\n<p>The FSF board has officially confirmed that the majority of its leadership advocated for Stallman’s return and see it as important in its aim “to attract a new generation of activists for software freedom and to grow the movement.” </p>\n\n\n\n<p><a href=\"https://www.fsf.org/news/rms-addresses-the-free-software-community\">Stallman’s statement</a> identifies his past behaviors as something outside his control, saying it was “not a choice” and “unavoidable:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Later in life, I discovered that some people had negative reactions to my behavior, which I did not even know about. Tending to be direct and honest with my thoughts, I sometimes made others uncomfortable or even offended them — especially women. This was not a choice: I didn’t understand the problem enough to know which choices there were.</p><p>Sometimes I lost my temper because I didn’t have the social skills to avoid it. Some people could cope with this; others were hurt. I apologize to each of them. Please direct your criticism at me, <a href=\"https://www.fsf.org/news/statement-of-fsf-board-on-election-of-richard-stallman\">not at the Free Software Foundation</a>.</p></blockquote>\n\n\n\n<p>He also attempted to explain his position regarding the 2019 controversy that prompted his <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resignation from the FSF board</a> and MIT’s Computer Science and Artificial Intelligence Lab.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“It was right for me to talk about the injustice to Minsky, but it was tone-deaf that I didn’t acknowledge as context the injustice that Epstein did to women or the pain that caused.</p><p>I’ve learned something from this about how to be kind to people who have been hurt. In the future, that will help me be kind to people in other situations, which is what I hope to do.”</p></blockquote>\n\n\n\n<p>This strategically intertwined pair of statements from Stallman and the FSF did little to change the community’s perception of his reinstatement to the board. They seemed to have the opposite effect of inflaming those who opposed it in the first place.</p>\n\n\n\n<p>“I’m really grateful that the FSF board took the time to clarify this,” Tock founder Brian Fitzpatrick <a href=\"https://twitter.com/therealfitz/status/1381656583554404353\">said</a>. “This makes it crystal clear that they would rather have RMS around than become an inclusive and welcoming environment to more than half the people who write software. Toxic to the core.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Congratulations on getting RMS offering a non-apology for being tone deaf. You\'ve just inherited that skill.<br />It\'s time for that \"new generation of activists for software freedom\" to help another foundation grow.</p>— St⭕nehead (@stonehead) <a href=\"https://twitter.com/stonehead/status/1381647487178571776?ref_src=twsrc%5Etfw\">April 12, 2021</a></blockquote>\n</div>\n\n\n\n<p>The statements were met with considerable backlash, as they did little to assuage community concerns regarding Stallman’s patterns of misconduct. More recently that includes his controversial remarks on rape, assault, and child sex trafficking, along with two decades of <a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\">behaviors and statements</a> that many have found to be disturbing and offensive. Whether these behaviors are motivated by malice or simply a lack of understanding the proper context, the damage to the FSF continues.</p>\n\n\n\n<p>Red Hat principle engineer Elana Hashman, former director of the Open Source Initiative, <a href=\"https://twitter.com/ehashdn/status/1381665600846528515\">published a thread</a> with suggestions for 501(c)(3) public charities the community can donate to as an alternative to the FSF, including The Software Freedom Conservancy, EFF, OSI, and Software in the Public Interest.</p>\n\n\n\n<p>Last week we <a href=\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\">reported</a> that the WordPress project does not support Stallman’s return to the FSF board of directors. Curiously, WordPress’ executive director Josepha Haden-Chomphosy published the <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a> to her personal blog instead of on the project’s website, but she confirmed it is WordPress’ official stance on Stallman’s reinstatement. Since that time, the <a href=\"https://wordpressfoundation.org/\">WordPress Foundation</a> has quietly removed the Free Software Foundation from its list of inspirations. </p>\n\n\n\n<p>Many corporations and individuals have distanced themselves and pulled funding from the FSF, but it has not had much impact on the leadership of the organization. The FSF board seems confident in their decision to keep Stallman in place, despite openly admitting that “his personal style remains troubling.” When the organization’s actions so sublimely repudiate its stated goals (to attract a new generation of activists for software freedom), it’s easy to see why former supporters can no longer buy into the FSF’s promises to improve transparency and accountability.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 13 Apr 2021 03:53:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: Display Digital Sheet Music With the WordPress Block Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=115022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/display-digital-sheet-music-with-the-wordpress-block-editor?utm_source=rss&utm_medium=rss&utm_campaign=display-digital-sheet-music-with-the-wordpress-block-editor\";s: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:4520:\"<img />OSMD plugin output on the front end.\n\n\n\n<p class=\"has-drop-cap\">PhonicScore, a company out of Vienna, recently released its <a href=\"https://wordpress.org/plugins/opensheetmusicdisplay/\">OpenSheetMusicDisplay (OSMD) plugin</a>. It is a WordPress block built for rendering digital sheet music in the browser.</p>\n\n\n\n<p>The OSMD plugin is built on top of the team’s JavaScript library of the same name, a project officially released in 2016. It is a bridge between <a href=\"https://www.vexflow.com/\">VexFlow</a> and <a href=\"https://www.musicxml.com/\">MusicXML</a>. VexFlow is a JavaScript API for rendering music notation, and MusicXML is a standard open format for exchanging digital sheet music.</p>\n\n\n\n<p>“As WordPress is one of the most popular CMS’ we decided to make an out-of-the-box solution that users could easily plug in their WP websites,” wrote Marin Jurcic in the <a href=\"https://opensheetmusicdisplay.org/2016/09/19/hello-world-opensheetmusicdisplay-musicxml/\">announcement post</a>. “This wasn’t an easy build, lucky for us OSMD provided all the tools for the job. To make this happen we relied heavily on the latest OSMD release and bundled it with the plugin. To add the ‘out-of-the-box features’ and get it working we used WordPress’s framework/library — Javascript and PHP.”</p>\n\n\n\n<p>This is the type of plugin that allows the beauty of the block editor to shine. A few years ago, such a feat would only have been possible via the shortcode system. Users would have had to manually type in all of the shortcode’s arguments — assuming they could remember them all — and preview the post to see what it would look like. Today, they can interact with and make changes directly to their sheet music’s display from the editor. </p>\n\n\n\n<p>OSMD was never a WordPress-first project. It was a standalone library that the company decided to make available to WordPress. With the power of the block system, they were able to do that. One can only hope that we see investments in our community from similar projects now that the block editor has become more stable.</p>\n\n\n\n<p>We are barely digging beneath the surface of what will be possible in time. Blocks like OSMD build upon the optimism I had when the system was first unveiled.</p>\n\n\n\n<p>To use the plugin, users must simply insert the OpenSheetMusicDisplay block into their content canvas. It is located under the Embed category. From that point, they must select or upload an XML file via the block options sidebar (<code>.xml</code>, <code>.musicxml</code>, and <code>.mxl</code> files are supported). Dragging and dropping a file does not work in this version — <em>maybe a feature request for 2.0?</em></p>\n\n\n\n<img />OSMD block in the editor.\n\n\n\n<p>The “Basic Options” tab has several width and aspect ratio settings. For the most part, it is probably best to leave these at the defaults. However, this will depend on your theme and how much room it provides.</p>\n\n\n\n<p>The block does not currently support the standard wide-alignment system. Instead, it has a width option, allowing users to determine the front-end output. Because this is a non-standard option, it may not play well with all themes. Depending on how the user’s active theme handles content width, they can get wildly different results.</p>\n\n\n\n<p>The “Drawing Options” tab is where users have more control over customizing the output. These settings allow users to determine what is “drawn” in the digital sheet music. One option is whether to draw the composer’s name. Another is to output time signatures. With 10 settings in total, there is a lot to tinker with.</p>\n\n\n\n<p>The biggest issue I ran into with the plugin was with the editor freezing from time to time. It appeared that the block was trying to reload, even when I was working outside of it. This happened despite having unticked the “Automatically Rerender on Change” checkbox.</p>\n\n\n\n<p>Overall, this plugin should serve users who want to display sheet music well. It is simple to use and offers numerous customization options. The team has a <a href=\"https://opensheetmusicdisplay.github.io/demo/\">demo of the OSMD library</a> in action on their site.</p>\n\n\n\n<p>For those who are not inclined to share digital sheet music, well, we can all appreciate the genius of J.S. Bach’s <em>Air</em>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 21:16:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:92:\"WordPress Foundation: Announcement: Upcoming live discussion on do_action charity hackathons\";s:7:\"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:41:\"https://wordpressfoundation.org/?p=184010\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpressfoundation.org/2021/announcement-upcoming-live-discussion-on-do_action-charity-hackathons/\";s: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:4712:\"<blockquote class=\"wp-block-quote\"><p>This live discussion has concluded. You can find a video recording of the live discussion on this post or <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\">watch it directly </a><a href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\" rel=\"noreferrer noopener\">o</a><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\" target=\"_blank\">n YouTube</a>. This video will shortly be uploaded to WordPress.tv (with captions) and a full transcript will also be made available. </p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">Over the past few months, many community organizers have expressed interest in organizing do_action charity hackathons and asked many questions about the event to Community deputies. In order to address these questions – some members of the WordPress Community are organizing a live <a href=\"https://make.wordpress.org/community/tag/tuesdaytrainings/\">Tuesday Training</a> discussion on <a href=\"https://make.wordpress.org/community/2021/04/09/tuesday-training-announcement-how-to-organize-an-online-do_action-charity-hackathon/\">How to organize do_action charity hackathons</a>!</p>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker\" target=\"_blank\">Hari Shanker</a>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/hlashbrooke\" target=\"_blank\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/nao\">Naoko Takano</a>, and <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/yoga1103\" target=\"_blank\">Yogesh Londhe</a> – who are all experienced do_action hackathon organizers, will participate in this Live discussion on do_action charity hackathons. The event, which will be streamed LIVE on the <a href=\"https://www.youtube.com/WordCampCentral\">WordCamp Central YouTube channel</a> on <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday, April 13, 2021, 02:00 UTC</a>, is open to all! Community members can also participate in the discussion by asking questions in the live chat, which will be answered by the panelists live, during the session!</p>\n\n\n\n<h2>What are do_action charity hackathons?</h2>\n\n\n\n<p><a href=\"https://www.google.com/search?q=do_action+handbook&oq=do_action+handbook&aqs=chrome..69i57j69i60l3.2453j0j4&sourceid=chrome&ie=UTF-8\">do_action hackathons</a> are community-organized events that are focused on using WordPress to give deserving charitable organizations their own online presence. Each do_action event includes participants from the local WordPress community coming together to plan and build brand new websites for a number of local organizations in one day. Due to the COVID-19 pandemic, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">do_action hackathons have moved online</a>. </p>\n\n\n\n<p>In this session, we talk about do_action events, and their importance in this post-pandemic world, and on how to effectively organize an online do_action hackathon.</p>\n\n\n\n<h2>Watch the discussion!</h2>\n\n\n\n<p>The live discussion has concluded, but you can catch a recording of the session below.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<div class=\"jetpack-video-wrapper\"></div>\n</div>\n\n\n\n<p><s><strong>Date and time:</strong> <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210413T0200\">Tuesday April 13, 2021, 02:00 UTC</a> (Click to view in your local time)<br /><em>You can sign up for notifications on the YouTube live link below!</em></s></p>\n\n\n\n<p><s>In case the timing is off, and if you will not be able to join the live event, fret not! The <a href=\"https://www.youtube.com/watch?v=pCg47iuHgBI\">event recording will be available on YouTube</a>, and will soon be uploaded to <a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/\" target=\"_blank\">WordPress.tv</a> as well!</s> <br />As mentioned above, while the live discussion has concluded, don’t forget to check out the recording of the live discussion above. The full video of the discussion (with captions) will shortly be made available on WordPress.tv, along with a full transcript.</p>\n\n\n\n<p>We hope that this session was useful. We strongly encourage you to <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">organize a do_action charity hackathon</a> to support your local non-profits by giving them a WordPress-powered online presence. Thank you for all that you do to support the global WordPress Community!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 15:10: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:12:\"Hari Shanker\";s: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:50:\"WordPress.org blog: WP Briefing: Who Is 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:53:\"https://wordpress.org/news/?post_type=podcast&p=10099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/news/2021/04/who-is-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:9290:\"<p>In this episode, Josepha explores the five groups within the WordPress ecosystem and provides a high-level example of how they interact and support one another. As always, stay tuned for the small list of big things and a contributor highlight. </p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li>Get to know<a href=\"https://make.wordpress.org/\"> WordPress Teams</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Five Steps of Volunteer Engagement </a></li><li><a href=\"https://twitter.com/CoachBirgit/status/1339516878495117313\">Community Highlight </a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">WordCamp Centroamérica 2021 Online</a> (<a href=\"https://centroamerica.wordcamp.org/2021/sesiones/\">Schedule</a>)</li><li><a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">So you want to make block patterns?</a></li><li><a href=\"https://docs.google.com/spreadsheets/d/1h73xMwjSRkJJsn7ooiwXFeZpd0hxXh26pJ7qXzI5iUg/edit#gid=0\">Gutenberg Tutorial sign-up</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10099\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>In the first episode of this podcast, I said that there’s a lot that goes into WordPress, that’s really hard to see. One of the hardest things to see about the WordPress project as you get started is the overall structure. There is quite a bit of documentation that can clarify the basics: the names of teams, what they work on, and where, and when they meet. The way that they influence and support each other can really feel like a bit of a mystery. So today, I’m going to break down the WordPress community into five big groups; I want you to keep a couple of things in mind. </p>\n\n\n\n<p>Firstly, these are high-level and based on my observations. Each of these groups can be further broken down into subgroups. So while you may not feel represented in this exact five, you are included if you were to dig a little bit deeper. The second thing to keep in mind is that the makeup of these groups is pretty fluid. Many community members find themselves in more than one group, but generally not far off. Some group two folks end up in group three, depending on the situation, people in group four can also end up in group five, and so on. As with so many things that I share, I’m not trying to insist that one size fits all. I’m not trying to put the WordPress community into a box. This is just a basic framework to understand how it all fits together. Alright, are you ready? I’m ready. Let’s do it!</p>\n\n\n\n<p>Okay, I have a broad definition of the community, which I have mentioned before. I believe that the community is anyone who has interacted with WordPress, whether they know it or not. So, I’ll start from way out there and work my way in that first group; we’re going to call our <strong>Visitors</strong>. </p>\n\n\n\n<p><strong>Visitors</strong> are people who arrive at a WordPress site to gain information or engage in an activity. Sometimes they know it’s a WordPress site, but most of the time, they don’t. The second group are <strong>Users</strong>, people who use WordPress as their CMS. So, that’s website builders, website designers, small businesses, content creators, and the list goes on and on. The third group I like to refer to is the <strong>Extenders</strong>. Those are people who extend WordPress through the creation of blocks, themes, plugins, and more. There are also people who teach WordPress to others through WordPress podcasts, and newsletters and tutorials. The fourth group I refer to as our <strong>Contributors</strong> is the people who contribute to the open source software and the infrastructure supporting it, but not necessarily the same people who contribute directly to their own product. And then there’s group five, <strong>Leaders</strong>. Those are people who help drive the vision and strategy for WordPress; the most notable member of that group is of course, Matt Mullenweg. And I’m also in that group. </p>\n\n\n\n<p>Each of these groups directly influenced the groups on either side. For example, a WordPress user is affected by both visitors and extenders. Imagine a content creator who shares their passion for photography through a WordPress site; this photographer may have visitors that need to purchase photos. In response, the user now has a need to make it possible for visitors to purchase photos on a site. So they go to what we consider the extenders, people who have built a plugin that supports that need. And as a result, that user can install that on their site. And they have have satisfied the need of the visitors to their site, the people who now can purchase photos. </p>\n\n\n\n<p>There are a lot of examples like this in the WordPress project. Every small pattern that you see is mirrored in the larger patterns across our ecosystem. And every large pattern you see in the ecosystem can be seen among our teams. It’s pretty cool to look at really. So, why should this matter to you? From a very practical standpoint, this matters for anyone who’s trying to learn more about contributing to the WordPress project. These five groups mirror very closely the five steps of volunteer engagement that we see across the ecosystem and from a more philosophical standpoint, it’s just kind of nice to know who your neighbors are. Without the influence and support of the groups around us, it can be hard to know whether we’re on the right track or not. So take a look to your left and look to your right, and get to know your partners in this project.</p>\n\n\n\n<p>That brings us now to our community highlight, the segment where I share a note about contributors who have helped others along the way, or WordPress success story. This week’s highlight is from @CoachBirgit, <a href=\"https://profiles.wordpress.org/coachbirgit/\">Birgit Olzem</a>, a longtime contributor and a friend of mine. Her success story goes like this. </p>\n\n\n\n<p>WordPress has allowed me as a mother of five to leave a toxic marriage for good. </p>\n\n\n\n<p>Later, the community picked me up when I became seriously ill. </p>\n\n\n\n<p>So I can say from the bottom of my heart, that working with WordPress has saved my life.</p>\n\n\n\n<p>And now our small list of big things. I’ve got three things for you this week. I think that they’re all very important. And I hope you check them all out. The first one is a reminder that word camp Central America is coming up on April 15 and 16th. If you have not registered for tickets, you still have time, I will share a link to the registration page and the schedule in the show notes below. </p>\n\n\n\n<p>The second thing on our small list of big things is that the Gutenberg 10.4 release is coming out later this week on April 14th. It’s an important release because it’s when we take a look at the current iteration of full site editing tools that we have, and decide if it’s ready to get into the WordPress 5.8 release. There’s a post that has a little more information about that which I will share in the show notes below as well. If you haven’t checked out the Gutenberg plugin lately, obviously I think it’s a good idea to do that in general, but definitely a good idea to check it out now. </p>\n\n\n\n<p>The third thing on our list today is a reminder to check out our most recent block pattern tutorial, I’ll share a link to that in the show notes. It’s this kind of tips and tricks, tutorial, the “show me how to do it,” kind of thing in the style of <a href=\"https://css-tricks.com/css-style-guides/\">CSS-Tricks</a>. If you or anyone that you know might be interested in sharing a similar style of tutorial, there’s a link to a form in that show notes as well so that you can share with us your name and the topic that you’re interested in. We’ll take a look and see if it’s something that we definitely need to make sure our users know how to do. So, that my friends is your small list of big things. </p>\n\n\n\n<p>Thank you for joining in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Apr 2021 14:36:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:85:\"WPTavern: Set Up a Gutenberg Test Site in 2 Minutes with the Gutenberg Nightly Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114098\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin?utm_source=rss&utm_medium=rss&utm_campaign=set-up-a-gutenberg-test-site-in-2-minutes-with-the-gutenberg-nightly-plugin\";s: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:4142:\"<p>WordPress contributors are working towards landing full site editing (FSE) sometime this year, an ambitious plan that will require all hands on deck for testing. A meeting of a small group of core leads on April 14 will start the process of deciding whether FSE will land in version 5.8. In the meantime, the FSE outreach program has <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">extended the deadline for the fourth round of testing</a> until April 12. </p>\n\n\n\n<p>One of the quickest ways to get started doing alpha/beta testing is to install the Gutenberg Nightly plugin, which pulls in the latest build from the Gutenberg project. Ordinarily, to get the latest build one would have to install NodeJS and npm and use the command line to get set up. This process can be prohibitive, along with the dizzying pace of Gutenberg development, for less technical users who want to start testing.</p>\n\n\n\n<p>The Gutenberg Nightly plugin, combined with the GitHub Updater plugin completely automates the process of grabbing the latest zip from Gutenberg trunk, and users will be notified when a new nightly is available for updating.</p>\n\n\n\n<h2>How to Set Up a Gutenberg Nightly Test Environment</h2>\n\n\n\n<p>The first step is to <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/#nightly\">download</a> and install the Gutenberg Nightly plugin by uploading the zip file. If you already have the stable version of the Gutenberg plugin, you will be prompted to replace the current version with the one you are uploading. If you want to get updates when a new nightly is available, download and install the <a href=\"https://github.com/afragen/github-updater/releases/latest\">GitHub Updater</a> plugin the same way. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Gutenberg Nightly update available</div>\n\n\n\n<p>Testing the full-site editing project will require you to install a theme like TT1 Blocks, which has support for the experimental feature. Once you do, you will see the “Site Editor (beta)” menu item in the dashboard.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>I set up a Gutenberg testing environment in 2 minutes using these plugins. Please note that it’s not recommended to use Gutenberg Nightly in production.</p>\n\n\n\n<p>Birgit Pauli-Haack, publisher of the <a href=\"https://gutenbergtimes.com/\">Gutenberg Times</a>, created the plugin in October 2020, to help testers keep up with the rapid pace of Gutenberg development. </p>\n\n\n\n<p>“On October 19, 2020, there were 250 new commits made since the last release (9.1.1) and before the release of 9.2,” Pauli-Haack said. “Any issue you might file, might get a response like ‘Could you please try it in master, I think it was already fixed.\'” This slows down the testing process and can be discouraging to testers.</p>\n\n\n\n<p>Pauli-Haack creates the build every day as a volunteer service to facilitate Gutenberg testing. </p>\n\n\n\n<p>“At the beginning it took a bit longer but now I wrote a small <a href=\"https://github.com/bph/distribute-nightly\">Node CLI script</a> that does the distribution to GitHub and uploads it to the GT site as well, so the button Download gives you the newest version,” she said. “In October, I was a total rookie with an idea.”</p>\n\n\n\n<p>Pauli-Haack credits Andy Fragen, author of the GitHub Updater plugin, and Riad Benguella, a technical lead on the Gutenberg project, who helped her past some skill gaps in getting the process more automated.</p>\n\n\n\n<p>“Andy Fragen helped me think through it for making it the easiest for the ‘normal’ users to get a Test version without to know much about git, node and stuff,” she said.</p>\n\n\n\n<p>Gutenberg Nightly has facilitated more than 62,000 downloads to date. The repository for the plugin has <a href=\"https://github.com/bph/gutenberg/discussions/\">discussions</a> enabled so users can stay updated with major changes, make feature requests, and <a href=\"https://github.com/bph/gutenberg/discussions/3\">participate in Q&A</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:\"Sun, 11 Apr 2021 16:12:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:86:\"Gutenberg Times: Full-Site Editing Scope in WordPress 5.8. Weekend (Tiny) Edition #165\";s:7:\"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=17473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://gutenbergtimes.com/full-site-editing-scope-in-wordpress-5-8-weekend-edition-165/\";s: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:8253:\"<p>Howdy! </p>\n\n\n\n<p>In the last two weeks there was so much was happening around Gutenberg. To keep you somewhat in the loop, I interrupt my unpacking of way-too-many boxes and share a few links with you.</p>\n\n\n\n<p>Next week again in full force. Stay tuned. </p>\n\n\n\n<p>Have a great weekend! </p>\n\n\n\n<p>Yours, ?<br />Birgit</p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Grzegorz </strong>(Greg)<strong> Ziółkowsk</strong>i and I published our first episode together, <strong><a href=\"http://erg-10-3-full-site-editing-mvp/\">Episode #41</a></strong>. It is a great episode, and we had a lot of fun. I am delighted having Grzegorz on the show. It’s now available with show notes and transcript. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong>posted <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">Full Site Editing Scope for WP5.8</a> (u)</p>\n\n\n\n<ul><li>Lesson from Phase 1 roll-out, extenders like plugins developers, site builders and theme authors didn’t have enough time to test their products with the new editor in core. </li><li>Full-Site Editing user experience with Global Styles, Template editing and saving, will not be changing default user experience. It’s opt-in only. There is some confusion on saving template and switch from overall template to content and back. Polishing those will be out of scope for 5.8. </li><li>Also, on the scope list for WordPress 5.8 are: Widget Editor, Navigation Screen and block, refactored Gallery Block and the List View. These components are some of the most complex, and the user experience of them will be key. “They are all high priority to complete (hopefully for WP5.8), but will be punted if they aren’t ready in time for Beta.” </li></ul>\n\n\n\n<p><em>Matias Ventura</em> will demo the current state of these features to the release lead team trio of Matt Mullenweg, Josepha Haden Chomphosy and Helen Hou-Sandi. </p>\n\n\n\n<p><strong>Justin Tadlock</strong> has the skinny: <a href=\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\">Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming</a></p>\n\n\n\n<p><strong>Hector Prieto</strong> published the <a href=\"https://make.wordpress.org/core/2021/04/08/whats-next-in-gutenberg-april-2021/\">April Focus areas for the Gutenberg team. </a></p>\n\n\n\n<p>As expected, it covers Widget, Navigation Screen, and Full-Site Editing with more details. Please see the <strong>“Area to be aware of”</strong> section of the post, for Block and plugin Developers, Designers and Theme builders. We talked about most of them in one or the other episode, but you find them all in one place in Hector’s post. </p>\n\n\n\n<p><strong>Kjell Reigstad</strong> published the notes from the <strong><a href=\"https://make.wordpress.org/themes/2021/04/08/block-themes-meeting-notes-april-7-2021/\">Block Theme Meeting </a></strong> They team discussed among other things: </p>\n\n\n\n<ul><li>TT1 Blocks update </li><li>Block-based theme updates in Gutenberg 10.3 with alignment styles automatically for front and back end and the capability to use theme.json styles for every block. </li><li>New tools for transitioning to Block-based Themes.</li></ul>\n\n\n\n<p>The deadline for the <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"><strong>Full Site Editing Testing Call #4</strong></a> has been extended until <strong>April 12th, 2021. </strong></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p>⏰ <strong>Don’t Miss this! </strong> <br /><strong>Mega-Meetup April 15th, 2021 </strong> 6:30 -8:30 pm EDT / 23:30 UTC with Anne McCarthy, David Bisset and the organizers of six Florida Meetup groups. All <strong>About Full Site Editing </strong>(Coming in WordPress). <a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">Register via Meetup.com</a> <a href=\"https://t.co/36RYiMfivU?amp=1\" rel=\"noreferrer noopener\" target=\"_blank\"></a></p>\n\n\n\n<p>For a more in-depth look on current Gutenberg development, <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\">the Index page with all the teams’ updates</a> in the Core handbook has the latest. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n\n<p class=\"has-small-font-size\">Featured Image: <em>Photo by <a href=\"https://unsplash.com/@fran_?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Fran Jacquier</a> on <a href=\"https://unsplash.com/s/photos/lego?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></em></p>\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p> <a href=\"https://gutenbergtimes.com/podcast/changelog-41-greg-ziolkowski-gutenberg-10-3-full-site-editing-mvp/\"><strong>Episode #41</strong> is now available</a>, with new co-host <strong>Grzegorz Ziolkowski</strong></p>\n\n\n\n<p> <strong>Subscribe to the <a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a> podcast </strong><br />?️ <a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a> | <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a> | <a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a> | <a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a> | <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a> |<br />?️ <a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a> | <a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a> | <a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a> | <a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a> </p>\n\n\n\n<img />Review by <a href=\"https://twitter.com/Peter_Ingersoll\"><strong>Peter Ingersoll</strong></a> on <a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</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:\"Sat, 10 Apr 2021 15:24: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: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: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:81:\"WPTavern: Will Full Site Editing Land in WordPress 5.8? A Decision Is Forthcoming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114870\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming?utm_source=rss&utm_medium=rss&utm_campaign=will-full-site-editing-land-in-wordpress-5-8-a-decision-is-forthcoming\";s: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:6679:\"<p class=\"has-drop-cap\">Yesterday, Josepha Haden Chomphosy <a href=\"https://make.wordpress.org/core/2021/04/08/full-site-editing-scope-for-wp5-8/\">announced the roadmap</a> for deciding whether Full Site Editing (FSE) will land in WordPress 5.8. After the launch of Gutenberg 10.4 on April 14, a small group of core leads will participate in a go/no-go demo.</p>\n\n\n\n<p>The following people will be on the call:</p>\n\n\n\n<ul><li>Matias Ventura – Gutenberg Project Lead who will host the demo.</li><li>Matt Mullenweg – WordPress Project Lead.</li><li>Helen Hou-Sandì – Lead Developer.</li><li>Josepha Haden Chomphosy – Executive Director.</li></ul>\n\n\n\n<p>The meeting’s agenda is simple. Ventura will host the demo, and the group will discuss and cover implementation questions.</p>\n\n\n\n<p>If there are no blockers, they will share a plan for merging FSE into WordPress. The more likely outcome is that they will find at least a few items that must be addressed. In that case, they will share these publicly with a plan to tackle them before a second go/no-go date of April 27.</p>\n\n\n\n<p>The first beta release of WordPress 5.8 is set for June 8, with a general public release for July 20. The team needs to decide on inclusion early in the release cycle to give theme and plugin developers time to prepare.</p>\n\n\n\n<p>While many are on their toes awaiting a final decision, everyone needs to have a little patience at the moment. Everything needs to be carefully weighed by the project leaders. There is a good chance we will not know the outcome until that second, April 27 deadline.</p>\n\n\n\n<p>Most of the FSE transition would be a beta run for a subset users. Including these features in core does not mean that WordPress immediately flips the switch and enables everything for 40% of the web. For the overall FSE experience, users must make an explicit choice to install and activate a block-based theme.</p>\n\n\n\n<p>With that in mind, the onboarding experience should be a welcoming one that invites users into site editing while letting them know the potential issues. If it is a built-in beta, they <em>really</em> need to understand that improvements are forthcoming.</p>\n\n\n\n<p>An in-core beta run like this is also welcome, given the project’s launch of the block editor a couple of years ago. Regardless of whether people loved or hated the block editor, the rollout was not smooth for everyone. WordPress dropped end-users into an overhauled system, which was a shocking change for many. The project has a chance to do better this time around by incrementally introducing features to users and allowing others to immerse themselves in the new experience of their own choice.</p>\n\n\n\n<p>“The most important context to share is that <strong>it isn’t shipping as the full, default experience for users</strong>,” wrote Chomphosy in the post, noting that the team is growing beyond past mistakes. “One of the clearest pieces of feedback from the Phase One merge process was that there wasn’t enough time for our extenders (agencies, theme authors, plugin developers, site builders, etc.) to prepare for the upcoming changes.”</p>\n\n\n\n<p>The decision-makers may also decide to ship some pieces but not others. FSE is a project made up of several components.</p>\n\n\n\n<p>“The whole full site editing project is sort of an umbrella term for a collection of tools and projects, so it would be possible for some pieces to ship while others don’t,” said Haden Chomphosy. “There are probably some exceptions to that, as you mentioned, but many of these can ship as they are ready.”</p>\n\n\n\n<p>The exceptions she was referring to are components that make more sense together. For example, block-based themes via a <code>theme.json</code> config file and most of the site-editing blocks are not as useful when separate.</p>\n\n\n\n<p>Of course, there are cases where something like the Query block could be used outside of the site editor. Users might create custom queries within a page without the benefit of the site editor, for example.</p>\n\n\n\n<p>My primary concern is not with features related to the site editor but with block-based widgets. It is a transitional tool for users on traditional themes. Along with the new nav menus screen, it is not a part of the block-based themes experience. The goal is to allow users to start using blocks in more places. However, this will result in a broken UX in many cases.</p>\n\n\n\n<p>The widgets experience is still <a href=\"https://wptavern.com/are-block-based-widgets-ready-to-land-in-wordpress-5-6\">partially broken</a>, treating each block as a separate widget. Users must learn to put a Heading (widget title) and another block (widget content) into a Group (widget wrapper) for the correct widget-related classes on the front end of the site. For some themes, whether users do this will be a non-issue. For others, it will look ugly at best and break the layout at worst. Putting this responsibility on the shoulders of end-users was <a href=\"https://github.com/WordPress/gutenberg/issues/25174#issuecomment-708238689\">deemed an acceptable solution</a>.</p>\n\n\n\n<p>I wanted to focus on this issue because it is one of those things that may simply be flipped on for all users. I am still afraid that transitioning from a functioning system to a potentially broken one will make for a bumpy ride.</p>\n\n\n\n<p>The WordPress 5.6 release team <a href=\"https://wptavern.com/wordpress-5-6-release-team-pulls-the-plug-on-block-based-widgets\">decided not to ship</a> block-based widgets. Hou-Sandì, as the core tech lead for 5.6, provided a historical account of the decision and why it was not ready for inclusion:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>My question for features that affect the front-end is “can I try out this new thing without the penalty of messing up my site?” — that is, user trust. At this current moment, given that widget areas are not displayed anything like what you see on your site without themes really putting effort into it and that you have to save your changes live without revisions to get an actual contextual view, widget area blocks do not allow you to try this new feature without penalizing you for experimenting.</p></blockquote>\n\n\n\n<p>While widgets have arguably improved, I still see the answer as being the same as last October. I have not seen enough buy-in from the theme development community to support the block editor itself, much less new block-related features. However, at some point, the project simply needs to move forward. Themers will just need to keep up.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 15:48:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: iThemes Acquires Kadence WP, Plans to Sunset Legacy Themes in 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022?utm_source=rss&utm_medium=rss&utm_campaign=ithemes-acquires-kadence-wp-plans-to-sunset-legacy-themes-in-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3957:\"<p>iThemes has <a href=\"https://ithemes.com/kadence-wp-joins-ithemes-family/\">acquired Kadence WP</a>, the Missoula-based makers of the <a href=\"https://wordpress.org/plugins/kadence-blocks/\">Kadence Blocks</a> plugin and its accompanying <a href=\"https://wordpress.org/themes/kadence/\">Kadence theme</a>. Originally founded in 2008 as a themes company, iThemes became more of a plugin-oriented business over the years before it was <a href=\"https://wptavern.com/liquid-web-acquires-ithemes-in-multi-million-dollar-deal\">acquired by Liquid Web in 2018</a>. The company is returning to its roots with this acquisition and plans to make Kadence WP the official theme platform of choice for iThemes.</p>\n\n\n\n<p>“It’s no secret that the ‘themes’ part of iThemes has been lacking for many years now,” iThemes general manager Matt Danner said. “While we got our start in WordPress themes in 2008, over the past 10 years, we pivoted to the more obvious needs of our customers (mainly WordPress security, backups, memberships and maintenance) as the theme marketplace got more competitive. </p>\n\n\n\n<p><em>“</em>Joining forces with Kadence WP means that iThemes can once again have an innovative and modern WordPress theme platform.”</p>\n\n\n\n<p>iThemes announced it will be sunsetting its <a href=\"https://ithemes.com/purchase/builder-theme/\">iThemes Builder theme framework</a> and all of its legacy themes in 2022, in favor of supporting the Kadence theme which already has more than 50,000 active installations. Danner said the older themes “are no longer truly compatible with the future direction of WordPress.”</p>\n\n\n\n<p>Kadence Blocks are even more popular than the accompanying theme, since they can be used in combination with any WordPress theme. The plugin has gained more than 100,000 users after its initial launch in August 2018. Kadence Blocks <a href=\"https://wptavern.com/wordpress-theme-and-plugin-shops-are-pioneering-the-first-layout-blocks-for-gutenberg\">pioneered some of the first full-featured layout blocks</a> in the early days of Gutenberg prior to its inclusion in core.</p>\n\n\n\n<p>“This last year has marked some ridiculous growth for Kadence WP,” co-founder Ben Ritner said. “Only one year ago my sister Hannah (many users will know Hannah from our support channels) and I were the entirety of the Kadence WP team. It is hard to gauge user numbers with accuracy because of how many free products we have, but the amount of people using Kadence WP products has roughly quadrupled in the last 10 months! Our new Kadence Theme, which landed on the repo in November (only 160 days ago), now has more than 50,000 active users.”</p>\n\n\n\n<p>Kadence WP will continue running under its same branding and as a separate company under the iThemes brand. Pricing will remain the same for existing Kadence WP customers. iThemes plans to raise its prices for its Agency Bundle on May 1, 2021, but renewal pricing will remain the same as long as the customers’ subscriptions auto-renew.</p>\n\n\n\n<p>Kadence Blocks is adding dynamic content for its pro version in the next month. The team is also launching a new plugin called Kadence Cloud, which will allow users to create a pre-built cloud of content that they can pull down into any website. Both Kadence Blocks and the theme will also be rolling in many of the top-voted feature requests from its community. A major new product release is planned for Q4 2021.</p>\n\n\n\n<p>iThemes will be hosting a <a href=\"https://attendee.gotowebinar.com/register/8329602538499610384\">townhall meeting</a> Friday, April 9 at 11:00 am CST to address any questions or concerns that users and customers may have. They are also running an online training workshop titled “<a href=\"https://attendee.gotowebinar.com/register/446959587392124432\">Learn How to Use Kadence WP</a>” on May 5, 2021, at 1:00 p.m. CST.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Apr 2021 05:23:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: Yes, Comments Are Still Relevant, But We Need a Better System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/yes-comments-are-still-relevant-but-we-need-a-better-system?utm_source=rss&utm_medium=rss&utm_campaign=yes-comments-are-still-relevant-but-we-need-a-better-system\";s: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:6116:\"<p class=\"has-drop-cap\">More and more, open comments are becoming a thing of the past. Large news organizations have kicked them to the curb. Frustrated bloggers who no longer desire all of the hassles with moderation shut down their forms. The conversations have moved to corporate-controlled social media.</p>\n\n\n\n<p>It is hard to pinpoint the exact moment much of the web devolved into chaos. It was probably more of a gradual thing. The tools that we built fostered the darkest side of humanity. Far too often, people let out their worst unfiltered thoughts without regard to decency and kindness. If we dig deep enough, social media is likely the culprit that spawned this growing experience. However, it is also entrenched in the blogging world.</p>\n\n\n\n<p>Now, with the ubiquity of mobile phones, everyone has a voice. And, far too often, the vocal minority drives the masses from discussion to ad hominem. Or, maybe the majority was always looking for a justification.</p>\n\n\n\n<p>There is a bright side. Commenting on and discussing ideas in an open forum can change hearts and minds. It can lead to discoveries and create life-long friendships — I still routinely chat with people I met through blogs and their comments from nearly two decades ago.</p>\n\n\n\n<p>Ryan McCue, a core contributor to WordPress, said that <a href=\"https://twitter.com/rmccue/status/1375873040496594946\">comments should be a plugin</a>.</p>\n\n\n\n<p>There are few things I could think that would hurt the blogging community more. Comments are the lifeblood of many WordPress-built sites. Without them as part of the core experience, how many new users will venture out to find a commenting plugin? Such a change would sign the death warrant for commenting on a large part of the web, moving more discussion away from blogs into the waiting arms of social networks.</p>\n\n\n\n<p>McCue’s response was to a <a href=\"https://twitter.com/Krogsgard/status/1375867036102971396\">tweet by Brian Krogsgard</a>, the Post Status creator and editor. “WordPress should have one singular button that says: Turn off all comments and comment displays. This is so hilariously complicated, it’s absurd.”</p>\n\n\n\n<p>He is not wrong.</p>\n\n\n\n<p>The WordPress comment settings screen is so complex that I rarely change anything other than a setting or two, even when I want comments enabled for a site. There are around two dozen individual options on that screen, and none of them just allow users to turn it all off.</p>\n\n\n\n<p>Eric Karkovack explores this same topic in his piece for Speckyboy titled <a href=\"https://speckyboy.com/is-the-wordpress-comment-system-still-relevant/\">Is the WordPress Comment System Still Relevant?</a> He concluded:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>So, where does this leave the default comment system? It still offers the basics and can be extended. Yet it seems a bit antiquated when compared to what other services are offering. To remain a compelling option, improvements are in order.</p><p>There’s certainly no harm in keeping it around. But, short of a renewed effort to improve the out-of-the-box functionality, perhaps it shouldn’t be as front-and-center within WordPress as it is now.</p></blockquote>\n\n\n\n<p>WordPress has failed to iterate on its commenting feature in recent years.</p>\n\n\n\n<p>“Like most things, [Full Site Editing] will change things there,” wrote WordPress Themes Team rep Ari Stathopoulos in the Post Status Slack. “Want comments? Add the comment-form block in your template. Don’t want them? Don’t add it.”</p>\n\n\n\n<p>While that is partly true, it only handles things on the front end of the site. All the commenting-related features would still be there in the admin. However, it is a step in the right direction.</p>\n\n\n\n<p>The ability to easily opt in or out of a commenting system is merely one change that needs to happen. Something as basic as an <a href=\"https://core.trac.wordpress.org/ticket/33627\">in-context comment list view</a> is a must for easier moderation. The <a href=\"https://wptavern.com/a-conceptual-wordpress-plugin-by-stephen-cronin-that-makes-comment-moderation-easier\">Tavern still uses</a> Stephen Cronin’s <a href=\"https://wordpress.org/plugins/show-parent-comment/\">Show Comment Parent</a> plugin for this. Even a basic JavaScript-based front-end submission form would go a long way toward modernizing the commenting system. Does anyone enjoy a full page reload when leaving a comment?</p>\n\n\n\n<p>However, there is more that we could be doing. For a platform that prides itself on democratizing publishing and owning your content, a <a href=\"https://core.trac.wordpress.org/ticket/35435\">ticket for supporting webmentions</a> has had virtually no movement in five years.</p>\n\n\n\n<p>A Webmention is a standardized protocol for mentions and conversations across the web. It is a part of a goal for a decentralized social “network” of sorts where everyone owns and controls their content. While the <a href=\"https://wordpress.org/plugins/webmention/\">Webmention plugin</a> by Matthias Pfefferle takes care of this feature, universal adoption would be a far more realistic goal as part of WordPress.</p>\n\n\n\n<p>We should also have some serious conversations about what tools publishers need to build thriving communities via their comments. For example, is comment moderation easy enough? If not, what can we do to improve it?</p>\n\n\n\n<p>WordPress is more than simply a blogging platform. Users can build any kind of site they want today, with or without the comments. However, commenting is part of the software’s history and identity. It is a gateway to discussion — often as important or even more so than a site’s content.</p>\n\n\n\n<p>Comments will always be relevant. Whether it is a response to a blog post, tweet, Slack thread, or some new thing we have yet to think of, the web is all about connecting and communicating with others. We should constantly reevaluate whether WordPress is leading the pack, creating the tools to enable more discussion.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 23:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"HeroPress: Hallway Chats Joins The HeroPress Family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=3524\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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://heropress.com/hallway-chats-joins-the-heropress-family/#utm_source=rss&utm_medium=rss&utm_campaign=hallway-chats-joins-the-heropress-family\";s: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:2413:\"<img width=\"375\" height=\"100\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/04/hallway-chats-logotype-v01.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Original Hallway Chats logo\" />\n<p>As any parent or pet owner knows, quiet doesn’t always equal inactivity. And the same is true here at HeroPress.</p>\n\n\n\n<h2 id=\"h-investing-in-a-sustainable-framework\">Investing in a sustainable framework</h2>\n\n\n\n<p>While we haven’t said much over the last few months, we’ve been working with the initial feedback we received to expand HeroPress in the most manageable and sustainable way. Because really, if it’s not manageable and sustainable, what’s even the point?</p>\n\n\n\n<p>This quest prompted a lot of additional research and active listening, all of which lead the fine folks behind the <a href=\"http://hallwaychats.com\">Hallway Chats</a> podcast to start a conversation with us. </p>\n\n\n\n<h2 id=\"h-hallway-chats-found-us\">Hallway Chats found us</h2>\n\n\n\n<p>We were considering a podcast, but had moved it down the build list. <a href=\"https://twitter.com/TaraClaeys\">Tara Claeys</a> and <a href=\"https://twitter.com/liamdempsey\">Liam Dempsey</a>, while loving the work they’ve done with Hallway Chats, found life was moving then in different directions, as it does for us all. And as Hallway Chats approached its 150th episode, the decision was made to pass the torch, or microphone as it were.</p>\n\n\n\n<p>We’re thrilled to be able to build on their legacy and continue to grow Hallway Chats through out the community, and we’re grateful to Tara and Liam that they’ve entrusted it into our care.</p>\n\n\n\n<h2 id=\"h-embrace-opportunities-that-are-the-right-fit\">Embrace opportunities that are the right fit</h2>\n\n\n\n<p>A few shifts and changes are inevitable, but the spirit of Hallway Chats will always stand. After all, why change something that so ideally meshes with our own goals?</p>\n\n\n\n<p>Listen to the <a href=\"https://hallwaychats.com/episodes/episode-150-cate-and-topher-derosia/\">150th Episode of Hallway Chats</a> where Tara, Liam, Topher, and I talk even more about the direction we’re all heading.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/hallway-chats-joins-the-heropress-family/\">Hallway Chats Joins The HeroPress Family</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 Apr 2021 14:55: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:\"\";}}}}}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:76:\"WPTavern: Calling All Themers: Design the Next Round of Query Block Patterns\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/calling-all-themers-design-the-next-round-of-query-block-patterns?utm_source=rss&utm_medium=rss&utm_campaign=calling-all-themers-design-the-next-round-of-query-block-patterns\";s: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:4621:\"<p class=\"has-drop-cap\">The Gutenberg plugin repository currently has an open ticket calling for <a href=\"https://github.com/WordPress/gutenberg/issues/30508\">community-contributed Query block patterns</a>. These would launch alongside Full Site Editing’s inclusion in WordPress, which could be as soon as version 5.8 — no hard decision has been made on that yet. Some may not end up bundled directly in WordPress but could be included in the <a href=\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory\">upcoming pattern directory</a>.</p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Gutenberg 10.2</a> introduced a new feature called “scoped patterns.” This system allows developers to build block patterns within a specific context instead of always being available from the inserter. Specifically, the Gutenberg development team created a handful of patterns for the Query block. When inserting the block, users can choose between each of these patterns as a starting point for outputting their posts.</p>\n\n\n\n<img />Pattern selections for the Query block in its initial state.\n\n\n\n<p>The patterns are far too generic and do not come close to replicating the array of design options in the real world. While the end goal is to not cover every scenario imaginable, WordPress should ultimately give users a little more flexibility as a jumping-off point.</p>\n\n\n\n<p>“Those were always meant to be temporary to start with,” wrote Kjell Reigstad, a core WordPress contributor and Design Director at Automattic, in the GitHub ticket. “Let’s take another look at these, both to replace the current ones for now, but also so that we eventually have a nice set of WordPress community-designed query block patterns to add to the Pattern Directory at launch.”</p>\n\n\n\n<p>Theme authors will be able to release their own scoped patterns for the Query block too. However, with block-based themes being few and far between at this phase of the project, WordPress needs to set the stage.</p>\n\n\n\n<p>This is one of the reasons I was so vocal pre-WordPress 5.5 about the <a href=\"https://wptavern.com/decision-time-what-block-patterns-should-ship-with-wordpress-5-5\">early pattern designs</a>, and it is why I was happy to see them <a href=\"https://wptavern.com/gutenberg-8-7-adds-minor-changes-updates-block-pattern-designs-and-continues-full-site-editing-work\">overhauled before the launch</a>. Many users need that bit of inspiration, that push to try out alternate layouts instead of building them on their own. They need options beyond the typical stacked blog posts layouts.</p>\n\n\n\n<p>A few well-designed Query patterns do that.</p>\n\n\n\n<p>I decided to try my hand at building what I think would be a fun Query pattern to use:</p>\n\n\n\n<img />Query block pattern with full-width background image.\n\n\n\n<p>I built this using core blocks instead of the Query block with the Eksell theme installed. Side note: let me just reiterate my earlier <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">review of Eksell</a>. It is such a well-rounded design that anyone can create all sorts of custom patterns. It makes for an easy-to-use testbed for exploring design concepts.</p>\n\n\n\n<p>The idea was based on a pattern that Mel Choyce-Dwan shared in the ticket:</p>\n\n\n\n<img /> Query block pattern with background image and centered text. \n\n\n\n<p>I do not think it is currently possible to build this Query pattern idea with the site editor. Unless I am mistaken, there is no way to use the post featured image as a background or within the Cover block, a common layout design.</p>\n\n\n\n<p>Eventually, the site editor should get to the point where theme authors can move at least a hair beyond the basics. It will take some time for the tooling to catch up, but we are approaching the point where designers can build more complex things. That is another reason theme authors should be involved with this discussion. It needs input and ideas from themers who are out there dealing with users in real-world settings. The Gutenberg team cannot know everything it needs to build without this vital community source.</p>\n\n\n\n<p>Choyce-Dwan shared several other patterns in the ticket that are worth exploring. Along with Reigstad, Beatriz Fialho and Paal Joachim Romdahl have contributed pattern ideas.</p>\n\n\n\n<p>If you fancy yourself a theme designer, now is as good a time as any to contribute.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 22:45:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:32:\"Matt: Wix and Their Dirty Tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53999\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2021/04/wix-dirty-tricks/\";s: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:3651:\"<p>Wix, the website builder company you may remember from <a href=\"https://ma.tt/2016/10/wix-and-the-gpl/\">stealing WordPress code and lying about it</a>, has now decided the best way to gain relevance is attacking the open source WordPress community in a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre set of ads</a>. They can’t even come up with original concepts for attack ads, and have tried to rip-off of Apple’s Mac vs PC ads, but tastelessly personify the WordPress community as an absent, drunken father in a therapy session. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f914.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n\n\n<p>I have a lot of empathy for whoever was forced to work on these ads, including the actors, it must have felt bad working on something that’s<strong> like Encyclopedia Britannica attacking Wikipedia</strong>. WordPress is a global movement of hundreds of thousands of volunteers and community members, coming together to make the web a better place. The code, and everything you put into it, belongs to you, and its open source license ensures that you’re in complete control, now and forever. WordPress is free, and also gives you freedom. </p>\n\n\n\n<p>Wix is a for-profit company with a valuation that peaked at around 20 billion dollars, and whose business model is getting customers to pay more and more every year and making it difficult to leave or <a href=\"https://www.trustpilot.com/review/www.wix.com?aspects=refund\">get a refund</a>. (Don’t take my word for it, look at their investor presentations.) They are so insecure that they are also the only website creator I’m aware of that doesn’t allow you to export your content, so they’re like a roach motel where you can check in but never check out. Once you buy into their proprietary stack you’re locked in, which even their support documentation admits:</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p><strong>So if we’re comparing website builders to abusive relationships, Wix is one that locks you in the basement and doesn’t let you leave.</strong> I’m surprised consumer protection agencies haven’t gone after them.</p>\n\n\n\n<p>Philosophically, I believe in open source, and if WordPress isn’t a good fit for you there are other great open source communities like Drupal, Joomla, Jekyll, and Typo3. We also have a great relationship with some of our proprietary competitors, and I have huge respect for the teams at Shopify and Squarespace, and even though we compete I’ve always seen them operate with integrity and I’d recommend them without hesitation. </p>\n\n\n\n<p>I have to believe that users will care about that in the long run, and maybe that’s <a href=\"https://w3techs.com/technologies/history_overview/content_management/all/y\">why Squarespace just passed up Wix in market share</a>. They <a href=\"https://support.squarespace.com/hc/en-us/articles/206566687-Exporting-your-site\">natively support exporting into WordPress’ format</a> and don’t have to resort to dirty tricks to be successful. I expect Squarespace’s upcoming IPO will be a great one.</p>\n\n\n\n<p>Wix, though, continues to show their true colors. Regardless of their product, I hope people consider the behavior of companies in the world they support with their dollars. Wix really wants you to see their new campaign though, so let’s take the bait and watch the creepy, misleading way they are trying to represent themselves.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 17:34:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s: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: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:102:\"WPTavern: Wix’s Negative Advertising Campaign Falls Flat with WordPress Developers and Professionals\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:243:\"https://wptavern.com/wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals?utm_source=rss&utm_medium=rss&utm_campaign=wixs-negative-advertising-campaign-falls-flat-with-wordpress-developers-and-professionals\";s: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:5971:\"<p>Wix has launched a negative advertising campaign targeting WordPress, following a <a href=\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\">bizarre marketing stunt</a> where the company shipped out Bose headphones to influential WordPress community members. Recipients were puzzled, because it appeared the company was wasting its marketing budget on people who were not likely to be swayed by the campaign. Wix seems oblivious to the <a href=\"https://twitter.com/danyork/status/1379128016387866624\">negative </a><a href=\"https://twitter.com/wesbos/status/1379570402347864066\">responses</a> to its headphones marketing ploy.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Like, these are nice headphones, but I want to know if there is a proprietary CMS that is willing to pay to replace the outdoor condenser thing for my A/C within the next 12 months or not before making my decision.</p>— Josh Pollock (@Josh412) <a href=\"https://twitter.com/Josh412/status/1379470244968857600?ref_src=twsrc%5Etfw\">April 6, 2021</a></blockquote>\n</div>\n\n\n\n<p>Subsequent advertisements in this new “You Deserve Better” campaign are markedly more negative than the <a href=\"https://www.secret-update.com/from-wp\">launch video</a> sent to recipients of the headphones, packed with tasteless and tired motifs. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Wix representative Maya Gril said the campaign is part of the company’s “initiative to connect with an audience that doesn’t think or know that Wix applies to their needs.” </p>\n\n\n\n<p>When asked what message they are intending to send with the videos, Gril likened using WordPress to being stuck in a bad relationship.</p>\n\n\n\n<p>“The campaign shows in a clever way that WordPress users don’t need to be stuck in a bad relationship with their platform and they should consider the alternative which allows them to focus on their actual work,” Gril said. “Each video in the campaign revolves around user pain points, which also highlight Wix’s strengths.”</p>\n\n\n\n<p>Morten Rand-Hendriksen, who received a pair of the headphones, characterized the campaign as “<a href=\"https://twitter.com/mor10/status/1379513577619394563\">nuclear troll-marketing</a>.” Instead of emphasizing any new, innovative features of the Wix platform, the ads come across as short, petulant narratives with no clear objective. </p>\n\n\n\n<p>“I guess they’re trying to provoke us into responding?” WordPress co-founder Matt Mullenweg <a href=\"https://twitter.com/photomatt/status/1379217014472896512\">tweeted</a> in response to discussion on the campaign. “I agree it comes off as creepy and misleading to impersonate ‘WordPress’ this way.</p>\n\n\n\n<p>“I can’t tell if trying to get a cease and desist letter is part of their strategy to try and drum up press. Unethical, tacky behavior from an unethical, tacky company. Good reminder: I really appreciate the integrity, principles, and ethics of WordPress ecosystem companies.”</p>\n\n\n\n<p>Wix’s new video ads seem more geared at professional developers with references that are likely outside of regular users’ experience with the software. The company may have failed to attract professionals in the past, which might explain why it opted to send thousands of dollars worth of headphones to influential WordPress users who fall within that demographic. </p>\n\n\n\n<p>In 2019, Wix began shifting its marketing budget away from TV advertisements and added products that targeted agencies, developers, and designers. The company spent $55 million in marketing in the first quarter of 2019, according to reports shared with <a href=\"https://digiday.com/marketing/wix-com-using-linkedin-target-designers-engineers-agencies/\">Digiday</a>. Wix became more active on LinkedIn and Twitter in pursuit of professionals who would bring more customers to its platform.</p>\n\n\n\n<p>“We want to make it clear that we have everything a professional needs,” Maya Gril said. “Our product is mature and constantly evolving. We’re broadening our target audience and we want all new, existing and prospective users to know that Wix is the ultimate web creation platform to help them create, manage and grow online.”</p>\n\n\n\n<p>Unfortunately, Wix is lacking one very important feature for catering to “professional needs” – data portability. When asked for his thoughts on the campaign, Mullenweg added that Wix is the only CMS in the world that doesn’t allow export – even Facebook does. The <a href=\"https://support.wix.com/en/article/exporting-or-embedding-your-wix-site-elsewhere\">Wix support center</a> states: Y<em>our Wix site and all of its content is <a href=\"https://support.wix.com/en/article/wix-site-hosting\">hosted</a> exclusively on Wix’s servers, and cannot be exported elsewhere.</em></p>\n\n\n\n<p>Having content that is locked in and cannot be easily exported to other platforms or hosts does not appeal to professionals. No amount of extravagant spending on marketing stunts will convince developers to bring their customers to a proprietary CMS that also locks in your content. </p>\n\n\n\n<p>This is why their marketing doesn’t appeal to the group of people who received the headphones. Many of them build WordPress as long-time contributors or run WordPress product businesses. </p>\n\n\n\n<p>Wix fundamentally misunderstands why people use WordPress and what makes them stay. It’s for reasons not found in their overly simplified list of differentiators played out in the new video ads. The desperate marketing tactics, which are geared more towards developers and power users, serve only to reinforce the platform’s underdog status and lack of market awareness.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Apr 2021 07:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:69:\"WPTavern: Twentig Now Upgrades the Twenty Twenty-One Theme Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114785\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:183:\"https://wptavern.com/twentig-now-upgrades-the-twenty-twenty-one-theme-experience?utm_source=rss&utm_medium=rss&utm_campaign=twentig-now-upgrades-the-twenty-twenty-one-theme-experience\";s: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:6098:\"<p class=\"has-drop-cap\">Twentig, the brainchild of sibling co-founders Diane and Yann Collet, now supports the Twenty Twenty-One theme. The developers originally built the plugin, which is <a href=\"https://wordpress.org/plugins/twentig/\">hosted on WordPress.org</a>, around the idea of “supercharging” Twenty Twenty. After its initial success, they have turned their sights onto the most recent default theme, adding a slew of new features over the past few months.</p>\n\n\n\n<p>The plugin still supports Twenty Twenty. It has merely added features for the latest default theme to its repertoire. The duo behind the plugin does not plan to stop there either.</p>\n\n\n\n<p>“Yes, we’ll definitively continue this with the future default themes,” said Yann Collet. “It will be exciting to see what we can do with Full Site Editing and the next block-based theme. With FSE coming, the opportunity is immense, making us confident that we can help people building better websites.”</p>\n\n\n\n<p>When I <a href=\"https://wptavern.com/supercharge-the-default-wordpress-theme-with-twentig-a-toolbox-for-twenty-twenty\">last covered it</a>, Twentig had a mere 4,000 active installations. All 34 of its reviews were five stars. Today, the plugin has accumulated over 10,000 installs and 75 five-star reviews. It did garner its first four-star rating, bringing the average down a tad. Nevertheless, its user base clearly loves what the plugin developers are doing.</p>\n\n\n\n<p>The team has created 10 <a href=\"https://twentig.com/demos/\">website demos</a> and 8 single-page examples for inspiration, each on top of the Twenty Twenty-One theme.</p>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img />Orlando</li><li class=\"blocks-gallery-item\"><img />Kyoto</li><li class=\"blocks-gallery-item\"><img />Letuce</li></ul>\n\n\n\n<p>One of the great things about the plugin is that it essentially treats the default themes as a bit of a foundation, a framework. Users do not have to search around for a new theme when they tire of their current look. They can simply mix things up with Twentig.</p>\n\n\n\n<p>“The goal is to showcase the power and flexibility of Twentig, the default theme, and the block editor,” said the team. “And ultimately inspire people to be creative with blocks. It’s incredibly fun and fast to build directly inside the block editor with our block patterns instead of using a prototyping tool like Figma.”</p>\n\n\n\n<h2>Extending the Block Editor</h2>\n\n\n\n<p class=\"has-drop-cap\">The Twentig plugin’s strength is in how it extends the block editor. Users are first presented with a custom sidebar panel with a plethora of patterns and full-page layouts. The plugin then further provides options for individual blocks.</p>\n\n\n\n<p>Unlike many other block-related plugins, Twentig does not register its own blocks. It uses the core WordPress blocks, except for Contact Form 7 integration, by mixing and matching them in various ways. If a user needs a call-to-action section, the plugin offers 11 patterns. If a user wants to spruce up their galleries, they have plenty of choices.</p>\n\n\n\n<img />Inserting a single page layout.\n\n\n\n<p>The plugin’s page layouts and patterns all work with both the Twenty Twenty and Twenty Twenty-One themes. Since Twentig relies primarily on core blocks, it is just a matter of making sure its custom CSS works.</p>\n\n\n\n<p>Some blocks get an extra setting or two through the plugin. However, the bulk of customization options happen through the Twentig “CSS Library.” This is a setting under the Advanced tab for most blocks that users can access by clicking the “+” icon next to the Additional CSS Classes option. It allows users to tick off checkboxes for numerous classes — each has an explanation of what it does. These are merely a set of utilities that change the block’s output in some way.</p>\n\n\n\n<img />Picking Heading block classes via the Twentig CSS Library.\n\n\n\n<p>Twentig’s CSS classes system follows the road paved by utility class frameworks like Tailwind. WordPress does a little of this but does not take a holistic approach to it. I have argued that WordPress <a href=\"https://wptavern.com/themes-of-the-future-a-design-framework-and-a-master-theme\">should build a design framework</a> in the past. A standardized class system would play well with block options, giving the development team a foundation for creating a better user experience across themes.</p>\n\n\n\n<p>The drawback is that the two extra stylesheets on top of Twenty Twenty-One’s CSS add a bit of heft to the page. This could give pause to users who want to keep things lightweight. However, it has a smaller footprint than when using it with the older Twenty Twenty.</p>\n\n\n\n<h2>Customizer Options and More</h2>\n\n\n\n<img />Customizing Twenty Twenty-One’s design.\n\n\n\n<p class=\"has-drop-cap\">The plugin packages dozens of settings under the “Twentig Options” customizer panel. It also extends other sections, such as adding more color options. Users who care more about modifying the overall design than blocks will find nearly anything they need to put their own spin on their sites.</p>\n\n\n\n<p>Everything from fonts to site layouts to what post metadata to show is covered. Users can also switch between stacked and grid-style blog posts designs while further customizing based on their choices.</p>\n\n\n\n<p>The biggest downside to the plugin’s customizer integration is that it does not utilize the live preview functionality with most of its options. Making a change means a frame refresh to see its effects. A little bit of custom JavaScript and a few partials for server-side changes would go a long way toward making the experience better.</p>\n\n\n\n<p>Ultimately, future versions of Twentig will rely less on or not at all on the customizer. If Twenty Twenty-Two is a block-based, FSE theme, such customization will happen in the upcoming site editor. The plugin developers will need to change tactics and find ways to extend the experience in new ways.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 22:36: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:14:\"Justin Tadlock\";s: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:78:\"WPTavern: Wix Takes a Jab at WordPress with Bewildering New Marketing Campaign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114714\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign?utm_source=rss&utm_medium=rss&utm_campaign=wix-takes-a-jab-at-wordpress-with-bewildering-new-marketing-campaign\";s: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:5921:\"<p>Wix is taking direct aim at WordPress in a new cryptic marketing campaign that began over the weekend with shipments of <a href=\"https://www.amazon.com/Bose-Cancelling-Wireless-Bluetooth-Headphones/dp/B07Q9MJKBV/\">Bose noise-canceling headphones</a> landing in the mailboxes of prominent WordPress users. At the end of December, 2020, Wix sent out the following Twitter DM to a group of people it deemed “influencers from the tech industry,” soliciting their addresses in order to deliver a box: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In the last few months, my team and I have been working on a new innovative concept. We have packed this concept into a free, no strings attached box that we’d love to share with you as one of our selected influencers from the Tech industry. </p><p>I know the information I have provided you is basic, but the reason is that I do not want to ruin your experience (and let’s be honest, what’s more fun than being surprised on the holidays?)</p></blockquote>\n\n\n\n<ul><li class=\"blocks-gallery-item\"><img /></li><li class=\"blocks-gallery-item\"><img /></li></ul>\n\n\n\n<p>Recipients were instructed to scan a QR code to view a one-minute <a href=\"https://www.secret-update.com/from-wp\">video</a> where a man acts as a personified “WordPress” making bizarre claims:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“Apparently, Wix is coming out with a campaign trashing me. I just want you to know that it’s totally fake news, completely bogus. They’re just spreading lies because they’re jealous of our relationship.” </p><cite><a href=\"https://www.secret-update.com/from-wp\">www.secret-update.com/from-wp</a></cite></blockquote>\n\n\n\n<p>The message of the video is not clear and it ends with a few snide jabs referencing “exhausted memory” and WordPress’ market share. </p>\n\n\n\n<div><img /></div>\n\n\n\n<p>The most common reaction to the surprise headphones was confusion. Many recipients had no idea what Wix was trying to communicate with the gift.</p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I don\'t understand their goal. Am I supposed to start using their service because they sent me some headphones I don\'t want?</p>— Michael Torbert (@michaeltorbert) <a href=\"https://twitter.com/michaeltorbert/status/1379125464917237763?ref_src=twsrc%5Etfw\">April 5, 2021</a></blockquote>\n</div>\n\n\n\n<p>A few people perceived the video to be cheeky and humorous. WordPress contributor Aaron Campbell found it off-putting. </p>\n\n\n\n<p>“The video takes some odd snipes at WordPress, but the whole overall feel is a bit shady/dirty. Not a great look for Wix in my opinion,” Campbell said after receiving the headphones in the mail. “I think I’d be fine with it if it weren’t signed as ‘From WP’ and ‘Yours, WP.’ By the time I got to watching the video I already had that bad taste in my mouth.”</p>\n\n\n\n<p>Some speculated that it may be the first act in a strange marketing saga of Wix targeting WordPress. Others were inadvertently convinced the headphones were actually from WordPress, since the advertisement uses WordPress’ trademark in the video. This may be a violation of the WordPress Foundation’s <a href=\"https://wordpressfoundation.org/trademark-policy/\">trademark policy</a>, but this has not yet been confirmed. Wix was not printed anywhere in the message, except on the shipping label. </p>\n\n\n\n<div>\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Ok thank you to whoever at <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> sent me this, I don’t remember giving you my address but these are cool headphones and you definitely got me not-using-Wix if that was your goal ♥️<br /><br />(i also have not used WP in like 10 years but now it will be in/around my head, dammit) <a href=\"https://t.co/l1xA7FvAiw\">pic.twitter.com/l1xA7FvAiw</a></p>— swyx (@swyx) <a href=\"https://twitter.com/swyx/status/1378268509910622211?ref_src=twsrc%5Etfw\">April 3, 2021</a></blockquote>\n</div>\n\n\n\n<p>This isn’t the first time WordPress and Wix have been at odds. In 2016, Matt Mullenweg <a rel=\"noreferrer noopener\" href=\"https://wptavern.com/mullenweg-takes-aim-at-wix-over-gpl-abuses-wix-response-fails-to-address-licensing-issue\" target=\"_blank\">called out Wix for copying GPL code</a> from the WordPress mobile app and distributing it in its <a rel=\"noreferrer noopener\" href=\"http://www.prnewswire.com/news-releases/wixcom-launches-wix-app-providing-a-powerful-mobile-operating-system-for-small-business-owners-store-owners-hoteliers-and-bloggers-around-the-world-300339448.html\" target=\"_blank\">proprietary app</a>. This rendered the entire app in violation of the GPL. Instead of complying with the GPL, Wix responded by <a href=\"https://wptavern.com/wix-removes-gpl-licensed-wordpress-code-from-mobile-app-forks-original-mit-library\">removing the GPL-licensed code</a> and forking the original MIT-licensed library that the WordPress mobile app code was built upon. The fork was relicensed under an absurd modification of the MIT that prohibits the code’s redistribution under any copyleft license. </p>\n\n\n\n<p>In October 2020, Wix passed Drupal as 4th <a href=\"https://w3techs.com/technologies/history_overview/content_management\">most popular CMS</a>, according to W3Techs. Since that time, Squarespace has grown to overtake Wix, pushing the CMS back into 5th place with 2.4% of the market. It’s only natural that Wix would want to target WordPress, the market leader at 40.9%. However, the strategy of misrepresenting WordPress, while sending headphones to influential users and contributors, was perplexing and unsavory. Wix has not yet responded to my request for comment on its new marketing campaign.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Apr 2021 06:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: The Michelle WordPress Theme Launches With Dozens of Block Patterns and Styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles?utm_source=rss&utm_medium=rss&utm_campaign=the-michelle-wordpress-theme-launches-with-dozens-of-block-patterns-and-styles\";s: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:6534:\"<p class=\"has-drop-cap\">Oliver Juhas recently released his sixth theme to the WordPress community for free. <a href=\"https://wordpress.org/themes/michelle/\">Michelle</a> is a block-ready theme. However, it also supports Beaver Builder, Elementor, and other page-building plugins.</p>\n\n\n\n<p>It is a multipurpose theme, which is often an immediate turn-off for me. I prefer to see a purpose-driven design with a unique take on a niche. However, it is hard not to love the personality of Michelle. Juhas did not shy away from putting his brand of styling on the project, which is evident in his past <a href=\"https://wordpress.org/themes/author/webmandesign/\">free themes</a>.</p>\n\n\n\n<p>Juhas is marketing Michelle as an accessibility-ready theme. However, it has yet to receive an accessibility review for the theme directory, which would allow it to be tagged as such. From a quick scan for common issues, everything seems to be in order. It will likely pass its review like some of his past free themes. And, “inclusive, disabilities friendly, and barrierless” are at the forefront of his branding for <a href=\"https://www.webmandesign.eu/\">WebMan Design</a>.</p>\n\n\n\n<p>As has become common for block-ready themes, Michelle packages a “Content Only” template. This is a post/page template that allows end-users to use the block editor as a page builder by not displaying anything other than the post content.</p>\n\n\n\n<p>The theme is yet another showcase of what is possible with the block editor. A couple of weeks after Anders Norén’s <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">Eksell landed in the directory</a>, Juhas has presented the community with another quality theme. The two are entirely different in style and approach, but they both make the block system shine in their own ways.</p>\n\n\n\n<img />Portfolio designed using multiple blocks.\n\n\n\n<p>Users can read more about the theme and peruse several demos via the <a href=\"https://www.webmandesign.eu/portfolio/michelle-wordpress-theme/\">theme’s official page</a>.</p>\n\n\n\n<h2>Block Patterns and Styles</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle may be the only free theme in existence with 67 patterns. And, no, you did not misread that. It literally registers 67 block patterns. Yeah, that is a lot.</p>\n\n\n\n<p>It has a little bit of everything. From team galleries to logos, from hero headers to contact cards, it is hard not to find something you need. There was no way that I could realistically test all of them. However, for the dozen or so that I did try, they worked well and offered an easy one-click option for end-users.</p>\n\n\n\n<img />Variable gallery with description pattern.\n\n\n\n<p>I always knew the day would come when a theme author would push the limits on the number of patterns it should offer. While 67 seems a bit excessive, I know from experience that we will see a day when patterns number in the 100s.</p>\n\n\n\n<p>I hate to continue beating a dead horse, but WordPress needs to use an <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\">overlay system for block patterns</a>, at least for desktop users. Michelle makes it more apparent than ever that a small slide-out panel will not cut it.</p>\n\n\n\n<p>If the theme’s array of patterns is not enough to whet users’ appetites, its two dozen block styles just might.</p>\n\n\n\n<img />Hiding a Heading block for everyone but screen-readers.\n\n\n\n<p>The options range from light and dark text shadows to variable galleries. It even has an “accessibly hidden” style for Heading blocks, which hides the text from the screen but makes it available to screen readers.</p>\n\n\n\n<h2>Block-Ready Footer and 404 Page</h2>\n\n\n\n<p class=\"has-drop-cap\">The theme allows end-users to build their footer and 404 error pages via the block system. Considering that the site editor is not available yet and the block editor is limited to post content, Juhas had to think outside the box a little to make this possible. He made use of the reusable blocks system. This is the sort of ingenuity that happens when theme authors are not burdened by too many rules.</p>\n\n\n\n<p>In the customizer, users can select the Theme Options > Content section. From there, they are directed to pick a reusable block for their footer and 404 pages. Or they can simply opt out of it. The customizer section also links to the semi-secret admin page to create reusable blocks.</p>\n\n\n\n<img />Select reusable blocks for the 404 and footer content.\n\n\n\n<p>In the past, I have used a similar technique for 404 views. Instead of going the reusable block route, theme users could select a private page. Either option is acceptable for allowing users to modify content they may not have been able to customize in the past.</p>\n\n\n\n<h2>Starter Content</h2>\n\n\n\n<p class=\"has-drop-cap\">Michelle makes extensive use of the WordPress starter content feature. This allows new WordPress users to see what their site could look like with pre-loaded content. The theme creates Home, About, Blog, Services, FAQ, and Contact pages.</p>\n\n\n\n<img />Homepage starter content.\n\n\n\n<p>The feature has languished in recent years. Many theme authors had hoped they would eventually be able to use the feature for non-new installs too. However, Helen Hou-Sandí <a href=\"https://wptavern.com/wordpress-to-combine-its-long-neglected-theme-previewer-with-starter-content\">got the ball rolling again in November 2020</a>, breathing new life into an old idea. WordPress.org would begin displaying theme starter content via the theme preview system. Only the Twenty Twenty-One, Twenty Twenty, and Twenty Seventeen themes received this treatment last year. It now seems that it is being rolled out for others.</p>\n\n\n\n<p>This is a welcome change in the directory. Users can now <a href=\"https://wp-themes.com/michelle/\">get a feel of the Michelle theme</a> without tracking down the author’s demo. It is a better experience than the old-school demo content.</p>\n\n\n\n<p>One issue is that the previewer uses the first sentence of the theme description for the demo’s tagline. This can make for a long and unusual bit of text. It can also mess up a theme’s layout as it is doing with Michelle. I hope this will be addressed from WordPress’s end soon.</p>\n\n\n\n<p>Other theme authors should note that starter content could factor into whether a user skips over or downloads their theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Apr 2021 23:21: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:14:\"Justin Tadlock\";s: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:20:\"Matt: Doctorow on IP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53979\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"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/2021/04/doctorow-on-ip/\";s: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:655:\"<p>It’s not every day you see noted writer Cory Doctorow refer to a column as “the piece I’m most proud of,” and <a href=\"https://locusmag.com/2020/09/cory-doctorow-ip/\">his essay in Locus Magazine on IP doesn’t disappoint</a>, connecting the free software movement and the evolution of the term “author’s monopolies” to “intellectual property.”</p>\n\n\n\n<p>The essay on DRM and Apple, <a href=\"https://pluralistic.net/2021/03/22/gandersauce/#petard\">available on his WP-powered blog</a>, <a href=\"https://twitter.com/doctorow/status/1374020143316004864\">or Twitter</a>, is also worth reading.</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, 04 Apr 2021 02:42: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: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: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:54:\"WordPress.org blog: The Month in WordPress: March 2021\";s:7:\"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=10084\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/04/the-month-in-wordpress-march-2021/\";s: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:9799:\"<blockquote class=\"wp-block-quote\"><p>This way of iterating improves WordPress and ties back to one of my favorite open-source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">These words from <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> on the <a href=\"https://wordpress.org/news/2021/03/how-wordpress-improves/\">How WordPress Improves</a> episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a> point to the factors that differentiate building software in an open-source environment. Our updates this month are closely tied to the philosophy behind those core principles of open source software. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.7 released</h2>\n\n\n\n<p>WordPress <a href=\"https://wordpress.org/news/2021/03/esperanza/\">version 5.7</a> “Esperanza,” came out on March 9. The release offers fresher admin colors, several improvements to the block editor, single-click HTTP to HTTPS migration, and a new Robots API. Read more about it in the <a href=\"https://wordpress.org/news/2021/03/esperanza/\">release post</a>, the <a href=\"https://make.wordpress.org/core/2021/02/23/wordpress-5-7-field-guide/\">field guide</a>, and the <a href=\"https://make.wordpress.org/community/2021/03/12/meetup-group-resources-talking-points-for-wordpress-5-7/\">talking points post for meetup groups</a>. The Core Team has also <a href=\"https://make.wordpress.org/core/2021/03/30/5-8-pre-planning/\">started work on WordPress 5.8 pre-planning</a>.</p>\n\n\n\n<p>Want to contribute to WordPress 5.8? Join the WordPress <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> and follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>. The Core Team hosts weekly chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&min=00&sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\">8 PM</a> UTC. </p>\n\n\n\n<h2>Gutenberg Version 10.1 and 10.2 are out</h2>\n\n\n\n<p>Contributor teams released Gutenberg <a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> on March 3 and <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> on March 17.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/03/02/whats-new-in-gutenberg-10-1-3-march/\">Version 10.1</a> showcases significant improvements to reusable blocks, a clearer image toolbar, and spatial options for the social media block. <a href=\"https://make.wordpress.org/core/2021/03/17/whats-new-in-gutenberg-10-2-17-march/\">Version 10.2</a> offers block pattern options to display contents from the query block and removes writing prompts from empty paragraphs in the editor. It also adds width adjustment for spacer blocks in horizontal parent blocks and the ability to transform media and text blocks into columns.</p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/03/08/whats-next-in-gutenberg-march-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates. Don’t miss the monthly Gutenberg tutorial on <a href=\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\">How to make block patterns</a>!</p>\n\n\n\n<h2>Full Site Editing updates</h2>\n\n\n\n<p>March saw a plethora of updates to the <a href=\"https://make.wordpress.org/core/tag/full-site-editing/\">Full Site Editing</a> project!</p>\n\n\n\n<ul><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> published a <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">Full Site Editing pre-merge overview</a>. She shares the project’s current status, go/no-go dates for core merge, communication plans, and challenges. </li><li>March saw two calls for testing as part of the <a href=\"https://make.wordpress.org/test/handbook/full-site-editing-outreach-experiment/\">Full Site Editing outreach program</a>. The first test of the month — <a href=\"https://make.wordpress.org/test/2021/03/09/fse-program-testing-call-3-create-a-fun-custom-404-%20page/\">creating a custom 404 page</a>, wrapped up successfully. Participate in the latest testing initiative — <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"> build a restaurant-themed website header</a> to help improve the future of WordPress! Deadline: April 8. </li><li>You can also find <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">high-level feedback on the FSE Program</a> in this March 2021 post.</li></ul>\n\n\n\n<h2>Proposal launched for a WordPress contributor handbook</h2>\n\n\n\n<p>A proposal has been kicked off on <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">building a project-wide WordPress contributor handbook</a>. The handbook will have content around the WordPress project’s underlying philosophies and commitments, along with shared expectations on working together and building products. It will also contain modern open source best practices for WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>You can now schedule office hours with Matt Mullenweg and Josepha Haden as part of their <a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">Q2 Quarterly listening hours initiative</a>. This quarter’s listening session is scheduled for April 7th, 2021, from <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210407T2200\">22:00</a>–<a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210408T0000\">24:00</a> UTC. Slots are still available — <a href=\"https://calendly.com/mmullenweg/team-lead-office-hours?month=2021-04&date=2021-04-08\">sign up now</a>! </li><li>The Themes Team is working on <a href=\"https://make.wordpress.org/themes/2021/03/17/next-steps-on-themes-and-reviews/\">automating the theme review process</a>. The team has shared a detailed post on these changes and is requesting feedback.</li><li>The Core Team has <a href=\"https://make.wordpress.org/core/2021/03/05/dual-licensing-gutenberg-next-steps/\">kicked-off plans</a> on dual licensing Gutenberg under GPL and MPL.</li><li><a href=\"https://buddypress.org/2021/03/buddypress-7-2-1-security-release/\">Version 7.2.1</a> of BuddyPress (security release) is out! Update all your BuddyPresses!</li><li>The Docs Team shipped the <a href=\"https://make.wordpress.org/docs/2021/03/07/wordpress-documentation-style-guide-google-season-of-docs-2020-project-report-tacitonic/\">WordPress documentation style guide</a> as part of its Google Season of Docs 2020 effort. The team has also kicked off work on applying for <a href=\"https://href.li/?https://make.wordpress.org/docs/tag/season-of-docs-2021/\">Google Season of Docs 2021</a>!</li><li>The Polyglots Team is making <a href=\"https://make.wordpress.org/polyglots/2021/03/26/polyglots-training-working-group-update-2/\">significant progress on building their contributor training program</a>. The team is also requesting feedback on <a href=\"https://make.wordpress.org/polyglots/2021/03/30/request-for-feedback-polyglots-team-stats-dashboard/\">building their dashboard</a>.</li><li><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a> shared an <a href=\"https://make.wordpress.org/updates/2021/03/19/experiment-coordinating-sponsored-contributor-teams/\">experiment to coordinate sponsored contributors</a> by adding them to a private Slack channel to offer them better support.</li><li>The Community Team announced its revamped <a href=\"https://make.wordpress.org/community/2021-wordpress-global-community-sponsorship-program/\">2021 Global Sponsorship Program</a>. The team also published a <a href=\"https://make.wordpress.org/community/2021/03/12/2021-financial-update-for-the-wordpress-community/\">financial update for WP Communities in 2021</a>.</li><li>The Core Team is moving ahead to <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/\">drop support for Internet Explorer 11</a> for upcoming versions of WordPress.</li><li>The Design Team shared <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">initial designs for the Block pattern directory</a>.</li><li>The <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a> workspace briefly went down on March 30 due to a Slack ToS issue, which was subsequently resolved. More details on <a href=\"https://make.wordpress.org/updates/2021/03/30/journal-entry-wordpress-slack-workspace-unavailability/\">this explainer post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 03 Apr 2021 16: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:\"Hari Shanker 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:\"\";}}}}}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:104:\"WPTavern: FSF Doubles Down on Stallman Reinstatement, WordPress Does Not Support His Return to the Board\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114565\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:251:\"https://wptavern.com/fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board?utm_source=rss&utm_medium=rss&utm_campaign=fsf-doubles-down-on-stallman-reinstatement-wordpress-does-not-support-his-return-to-the-board\";s: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:9079:\"<p>The <a href=\"https://www.fsf.org/\">Free Software Foundation</a> (FSF) is hemorrhaging board members and management following the <a href=\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\">reinstatement of Richard Stallman</a>. The GPL author and founder of the FSF announced last week that he had rejoined the board and is not planning to resign a second time. An <a href=\"https://rms-open-letter.github.io/\">open letter</a> signed by more than 3,000 people called for the removal of Stallman from all leadership positions, including the GNU project, and removal of the entire Board of the FSF. So far it has gained support from Red hat, Mozilla, Outreachy, the Software Conservancy project, and many other high profile organizations.</p>\n\n\n\n<p>“We are long past the point where we can pretend that the most important thing about software freedom is the software,” Mozilla Engineering Community Manager Michael Hoye said in signing support for the open letter. “We cannot demand better from the internet if we do not demand better from our leaders, our colleagues and ourselves.” </p>\n\n\n\n<p>In addition to the resignation of former FSF board member Kat Walsh, the organization’s executive director, deputy director, and chief technology officer have also resigned. They published a joint <a href=\"https://www.fsf.org/blogs/executive-director/management-team-members-resigning\">statement</a>, reaffirming their commitment to the mission of free software, despite their departure:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p></p><p>As members of FSF management, we have decided to resign, with specific end dates to be determined. We believe in the importance of the FSF’s mission and feel a new team will be better placed to implement recent changes in governance. Free software and copyleft are critical issues of our time, and the FSF is, and should continue to be, the organization leading this movement. FSF staff have our utmost respect, support, and appreciation, and it has been a privilege to work with you all. Our team’s mutual goal is to ensure a smooth transition while supporting the necessary renovation of the foundation’s governance.</p></blockquote>\n\n\n\n<p>An oddly-timed <a href=\"https://twitter.com/fsf/status/1376714994721689601\">tweet</a> announced a new published statement the FSF board voted on, which “condemns misogyny, racism, and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.” The statement was met with ridicule and outrage on Twitter, as it hints at the defense Stallman used when he <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resigned as the FSF board director</a>, claiming he had been subject to “a series of misunderstandings and mischaracterizations.”</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">While our primary mission is freedom for software users, we want to be clear, the FSF board unanimously condemns misogyny, racism,and other bigotry as well as defamation, intimidation, and unfair attacks on free thought and speech.</p>— Free Software Fndn. (@fsf) <a href=\"https://twitter.com/fsf/status/1376714994721689601?ref_src=twsrc%5Etfw\">March 30, 2021</a></blockquote>\n</div>\n\n\n\n<p>Recent statements published to the FSF website indicate that its leadership is doubling down on the decision to reinstate Stallman:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><a href=\"https://fsf.org/about/staff-and-board\">Some of our colleagues in the FSF</a> have decided to resign. We are grateful for the good work they have done for so long, and we will miss them. We regret losing them; we regret the situation that has motivated them to leave.</p><p>We appreciate their strong commitment to free software and we want to find replacements with a similar competence and commitment. We are open to suggestions and applications for these positions.</p><p>Finally, we would like to thank the numerous friends across the free software movement who have recently joined as well as those who have left and provided suggestions for helping us through this difficult time.</p></blockquote>\n\n\n\n<p>The FSF seems to be counting the resignations as an acceptable loss, as funds from donors are evaporating. Several organizations have discontinued financial support for the organization. Most notably, Red Hat, a long-time donor with hundreds of contributors who have submitted millions of lines of code to projects stewarded by the FSF, publicly <a href=\"https://www.redhat.com/en/blog/red-hat-statement-about-richard-stallmans-return-free-software-foundation-board\">discontinued support</a> for the organization and any of its events. In addition to $708,016 in membership dues, the FSF received $1,383,003 in contributions, gifts, and grants, which makes up the bulk of its annual revenue, according to a recent <a href=\"https://www.charitynavigator.org/index.cfm?bay=search.summary&orgid=8557#accountability-transparency-performance-metrics\">report</a> on Charity Navigator.</p>\n\n\n\n<p>Stallman is synonymous with the FSF and his reinstatement puts many free software advocates in a difficult position. Some cannot easily write off the entire organization, as it is engaged in important work. The FSF publishes the GPL, LGPL, and FDL licenses. It also holds copyrights to defend free software from those who would seek to make it proprietary and has the power to enforce the GPL. As part of its <a href=\"https://www.fsf.org/licensing\">Free Software Licensing and Compliance Lab</a>, the organization works to ensure that free software distributors respect their obligations to pass on the user freedoms that these licenses are meant to convey. </p>\n\n\n\n<p>The Fedora Council cited the FSF’s important function when publishing a <a href=\"https://fedoramagazine.org/fedora-council-statement-on-richard-stallman-rejoining-fsf-board/\">statement</a> on why it is pulling funding from the organization:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Along with many in the free and open source software world, the Fedora Council was taken aback that the Free Software Foundation (FSF) has allowed Richard Stallman to rejoin their Board of Directors given his history of abuse and harassment. The Fedora Council does not normally involve itself with the governance of other projects. However, this is an exceptional case due to the FSF’s stewardship of the GPL family of licenses, which are critical for the work we do.</p></blockquote>\n\n\n\n<p>The council will not provide funding or attend any FSF-sponsored events where Stallman is a featured speaker or exhibitor, and stated that this also applies to any organization where he has a leadership role.</p>\n\n\n\n<h2>WordPress Responds to Stallman’s Reinstatement</h2>\n\n\n\n<p>Up until today, WordPress had not published an official statement on Stallman’s reinstatement to the FSF board. <a href=\"https://wordpressfoundation.org/\">The WordPress Foundation</a> website lists the Free Software Foundation as one of the project’s inspirations. WordPress co-founder Matt Mullenweg was also among the FSF’s list of patrons in previous years. </p>\n\n\n\n<p>After asking WordPress’ executive director Josepha Haden Chomphosy for a comment regarding the matter, she published a <a href=\"https://josepha.blog/2021/04/02/on-recent-news-about-the-fsf-board-of-directors/\">statement</a>: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>In short, I do not support his return as a board member. </p><p>It makes me proud that the WordPress project embodies the best traditions of open source and retires outdated traditions, or shibboleths, that do not have a place in our mission: to democratize publishing and grow the open web. For years, this community has been committed to championing underrepresented voices and maintaining a safe and welcoming environment for those we rarely see in open source. </p></blockquote>\n\n\n\n<p>Although the statement is published on her personal blog, Haden Chomphosy confirmed that this is the WordPress project’s official stance on Stallman’s reinstatement. The statement quietly calls out Stallman’s lack of accountability and the fact that he has not publicly acknowledged how harmful his behavior has been to the free software community:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The high standards for welcoming behavior are held across the board. WordPress contributors lead with accountability, acknowledgment of error, and a genuine desire to grow based on feedback. Under the guidance of many thoughtful leaders, WordPress makes space for those who are committed to growth. </p></blockquote>\n\n\n\n<p>The message is more focused on the positive aspects of the WordPress community and its values but is clear in the first paragraph: WordPress does not support Stallman’s return as an FSF board member.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 18:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Disable the WordPress Block Editor’s Fullscreen Mode With a Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin?utm_source=rss&utm_medium=rss&utm_campaign=disable-the-wordpress-block-editors-fullscreen-mode-with-a-plugin\";s: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:3173:\"<p class=\"has-drop-cap\">On Wednesday, Johan Jonk Stenström released <a href=\"https://wordpress.org/plugins/fullscreen-mode-b-gone/\">Fullscreen Mode B Gone</a> to the WordPress plugin directory. As the catchy title implies, it gets rid of the block editor’s fullscreen mode.</p>\n\n\n\n<p>As anyone who prefers to opt-out of fullscreen mode knows, there are moments when you log into WordPress and hop over to the post editor only to find it is not in the state you last left it. It is a slight annoyance but enough to dampen the user experience.</p>\n\n\n\n<p>Nearly two years ago, Andrew Duthie opened a ticket for storing <a href=\"https://github.com/WordPress/gutenberg/issues/15105\">users’ editor preferences to the database</a> instead of their browser’s local storage. This includes basic settings like toggling whether fullscreen mode should be enabled. Local storage is not considered sticky, at least not permanently. It can be cleared in a variety of ways. This means that users must deal with disabling the default fullscreen editor more often than they should. It is also not stored when switching browsers, using private tabs, or when working on multiple sites across the same network.</p>\n\n\n\n<p>The ultimate goal should be to persistently save preferences on a per-user basis. There has been little movement on that ticket in the past year. Most comments have come in the form of closed duplicates.</p>\n\n\n\n<p>In the meantime, users must look for alternative solutions. That’s where plugins like Fullscreen Mode B Gone offer some assistance.</p>\n\n\n\n<p>The plugin is simple. It toggles the block editor’s fullscreen mode off. Regardless of whether users have switched browsers, cleared their local storage, or anything else, they can safely enter the editor without being bombarded by a different editing experience.</p>\n\n\n\n<img />New post with fullscreen mode disabled.\n\n\n\n<p>Both an upside and a downside of the plugin is that it resets fullscreen mode each time the user opens the editor. It does not address the sticky issue. For users like me who prefer to always have fullscreen mode disabled or only turn it on once in a while, this is ideal. However, for users who want WordPress to remember the last state, it is best to skip this plugin. The default experience is better suited to what you need.</p>\n\n\n\n<p>One of the things I dislike about how the editor works is that it requires JavaScript for plugins to make changes like this. Even if it is merely a few lines of code, it still calls for one more HTTP response just to alter a default setting. At least with PHP, a simple filter would have sufficed.</p>\n\n\n\n<p>This is not Stenström’s first editor-related plugin. He has a plugin titled <a href=\"https://wordpress.org/plugins/fatso/\">Fatso</a>, which widens the content canvas for users who prefer more space when writing. Also, continuing with the “B Gone” branding, he released <a href=\"https://wordpress.org/plugins/welcome-to-the-block-editor-b-gone/\">Welcome To the Block Editor B Gone</a> a week ago. Similar to his current plugin, it disables the block editor welcome message permanently.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Apr 2021 16:38: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:115:\"WPTavern: Gutenberg 10.3 Supports Default Image Sizes, Continues Normalizing Toolbars, and Categorizes Theme Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114610\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"https://wptavern.com/gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-10-3-supports-default-image-sizes-continues-normalizing-toolbars-and-categorizes-theme-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6241:\"<p class=\"has-drop-cap\">Version 10.3 of the Gutenberg plugin landed yesterday. Users can now define a default Image block size. The development team also continued work on normalizing block toolbars, created a “theme” block category, and added a padding option to the Verse block.</p>\n\n\n\n<p>Contributors fixed over 30 bugs. However, the bulk of work went toward Full Site Editing (FSE) with over 70 commits. It is an impressive effort toward the looming WordPress 5.8 deadline and an upcoming decision on whether FSE will land in the release.</p>\n\n\n\n<p>The team included a few additional blocks for FSE. The new <a href=\"https://github.com/WordPress/gutenberg/pull/29766\">Login/out block</a> displays a login or logout link, depending on whether the user is logged out or in, respectively. The block also has an option for displaying a login form. A <a href=\"https://github.com/WordPress/gutenberg/pull/29428\">Query Title block</a> was included with an Archive Title variation, which will automatically output the current title on archive views. The team also added a <a href=\"https://github.com/WordPress/gutenberg/pull/29613\">Term Description block</a> for displaying category, tag, and custom taxonomy term descriptions on archives.</p>\n\n\n\n<p>Of course, as has become ritual at this point, I am now writing in an editor that looks different than it did a day ago. In version 10.2, all of our Paragraph blocks were shifted to the left. In 10.3, none of our theme’s width constraints are applying to the content canvas. I still optimistically envision a day in which a Gutenberg update does not affect theme styles.</p>\n\n\n\n<h2>Default Image Sizes</h2>\n\n\n\n<img />\n\n\n\n<p class=\"has-drop-cap\">One of the features I have been patiently awaiting has finally arrived — <em>sort of.</em> We all have pet-peeves when it comes to the block editor, and not being able to <a href=\"https://github.com/WordPress/gutenberg/pull/29966\">set the default image size</a> when using the Image block has been high on my list.</p>\n\n\n\n<p>A recently-added feature uses the core WordPress <code>image_default_size</code> option to handle this. When set, any new Image blocks added will default to this chosen size. While it is a welcome enhancement, there are two problems with the solution.</p>\n\n\n\n<p>The first issue is that this option is not exposed in the WordPress admin interface. That is unless you know how to get to the secret <code>/wp-admin/options.php</code> page. There are no links to it, but users can directly enter the URL, scroll down to find the <code>image_default_size</code> option, and manually type in the size handle (e.g., <code>full</code>, <code>large</code>, etc.) that they want before saving.</p>\n\n\n\n<p>The second issue is that it solves the problem on a site-wide level but not on a user level. For publications like WP Tavern with multiple authors, we all have our own preferred workflows. For me, I like to pre-crop all of my images before uploading, which often means that I want to use the full-sized image in the post. However, other writers may want to go a different route. The default image size should be a user preference, falling back to the site setting.</p>\n\n\n\n<p>Nevertheless, I am happy to see some progress. I can skip that extra step of setting the image size every time I add an image to a post.</p>\n\n\n\n<p>Next, let’s make this happen for image alignment. Or, how about we let users set defaults for many more block options to help them streamline their workflows?</p>\n\n\n\n<h2>Normalizing Block Toolbar Groupings</h2>\n\n\n\n<img />Semantic groupings for the Paragraph block.\n\n\n\n<p class=\"has-drop-cap\">Building off <a href=\"https://wptavern.com/gutenberg-10-1-enhances-reusable-blocks-updates-social-icons-spacing-options-and-normalizes-image-block-toolbar\">work that started in version 10.1</a>, the development team continued <a href=\"https://github.com/WordPress/gutenberg/issues/25983\">normalizing the block toolbar</a>. Over a dozen blocks received the new treatment.</p>\n\n\n\n<p>The end goal is to create semantic groupings of the toolbar buttons for all blocks. This will make it easier for end-users to find options and for developers to know where to place buttons in the future. The order in the toolbar, broken down into four groups, is as follows:</p>\n\n\n\n<ul><li>Meta</li><li>Block Level</li><li>Inline Level</li><li>More Options</li></ul>\n\n\n\n<p>The toolbar separates each grouping with a border. With the Paragraph block, for example, the text alignment option is on the block level. However, the bold, italic, and link settings are inline.</p>\n\n\n\n<p>Developers creating custom blocks should follow the best practices under the <a href=\"https://github.com/WordPress/gutenberg/blob/trunk/docs/how-to-guides/designers/block-design.md\">block design documentation</a>.</p>\n\n\n\n<h2>Theme Block Category</h2>\n\n\n\n<img />Theme category with Template Part, Header, and Footer blocks.\n\n\n\n<p class=\"has-drop-cap\">When using a block-based theme, which enables FSE mode, Gutenberg 10.3 introduces a new <a href=\"https://github.com/WordPress/gutenberg/pull/30020\">“Theme” category in the inserter</a>. It currently includes the Template Part, Header, and Footer blocks. The goal for the enhancement is to indicate that they are the building blocks of themes.</p>\n\n\n\n<p>The enhancement could be better if the category was not so tough to find in the inserter’s long list of blocks. I am still arguing that we bring back the original accordion in the UI. In the site editor, it would be better to shift the Theme category to the top, which is primarily for editing theme-related things.</p>\n\n\n\n<h2>Padding Option for the Verse Block</h2>\n\n\n\n<img />Adding horizontal padding to the Verse block.\n\n\n\n<p class=\"has-drop-cap\">Users can now set the <a href=\"https://github.com/WordPress/gutenberg/pull/29820\">padding for the Verse block</a>. The setting feels a bit out of place right now without any other stylistic options. Background and border options will make padding more relevant in the long term. </p>\n\n\n\n<p>For now, it is nice to see more blocks getting spacing options. It just happened to land on what, I’d wager, is the least-used block for WordPress users.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Apr 2021 22:21:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:99:\"WPTavern: FSE Outreach Round #4: Building a Restaurant-Themed Header With Gutenberg’s Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114578\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor?utm_source=rss&utm_medium=rss&utm_campaign=fse-outreach-round-4-building-a-restaurant-themed-header-with-gutenbergs-site-editor\";s: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:6069:\"<p class=\"has-drop-cap\">Anne McCarthy <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">announced the fourth round of testing</a> for the Full Site Editing (FSE) Outreach program last week. This testing phase calls for users to build a restaurant-themed header via the Gutenberg plugin’s site editor. Testing is open to anyone, and participants should leave feedback by April 8.</p>\n\n\n\n<p>The testing process is broken down into 24 steps with both setup and testing instructions. Those participating will need to activate the latest version of the <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks</a> theme and the <a href=\"https://wordpress.org/plugins/gutenberg\">Gutenberg</a> plugin.</p>\n\n\n\n<p>The more people who leave feedback, the better it is for the project. The program provides that direct link between the user and the developer team that has often been missing in the past. If you have an hour or so of spare time, jump right in.</p>\n\n\n\n<h2>Building a Custom Header</h2>\n\n\n\n<p class=\"has-drop-cap\">I want to push the site editor beyond its limits, creating move advanced layouts. However, the site builder is so fundamentally limiting — and broken in some cases — that it is easy to become frustrated. And, depending on which version of Gutenberg you are using, such as the latest dev vs. stable version, you can get wildly different results.</p>\n\n\n\n<p>This propensity to jump ahead of the lesson is something I have done my entire life. In school, I frustrated more than a few teachers. I would be working on stuff from the end of the chapter when they were still explaining the basics to the rest of the class a half-hour later. I have always wanted to get to the “good stuff.” Of course, I did so by blazing past the boring fundamentals. I also dropped out of software engineering twice in college because building calculators was neither exciting nor challenging.</p>\n\n\n\n<p>Like always, I jumped ahead with Round #4 of the FSE Outreach Program. I came to the realization that attempting to do anything remotely advanced with the site editor was simply not going to happen.</p>\n\n\n\n<p>I want Full Site Editing to be successful, but we are mere weeks away from the deadline that determines whether it will land in the next version of WordPress. Somehow this experience felt like a step back from where the plugin was a few weeks ago as I built a custom homepage as part of the <a href=\"https://wptavern.com/fse-outreach-round-2-building-a-custom-homepage-with-gutenbergs-site-editor\">second round</a> of the FSE Outreach testing program. I do not know whether the problems stemmed directly from Gutenberg, the TT1 Blocks theme, or both. As someone who prides himself on near-infinite patience, Round #4 sought to crack me.</p>\n\n\n\n<p>I wanted to recreate several elements from the UK-based <a href=\"https://www.phocafe.co.uk/\">Pho Cafe</a> page header. I knew the site editor could not yet manage a one-to-one replication. I still thought I could pull in parts of it but utterly failed.</p>\n\n\n\n<img />Pho Cafe website page header.\n\n\n\n<p>I appreciate the need for controlled circumstances. Step-by-step testing puts everyone on the same page, makes it easier to gather data, and allows others to reproduce issues. I am just bad at it.</p>\n\n\n\n<h2>Following the Rules</h2>\n\n\n\n<p class=\"has-drop-cap\">I restarted from scratch. I followed the rules. And, for the most part, the testing round was successful. I built a restaurant website header from the instructions and put my own spin on it.</p>\n\n\n\n<img />Custom beachside café header design.\n\n\n\n<p>Of course, I hit a few snags. That is what the testing program is all about — identifying pain points.</p>\n\n\n\n<p>The most problematic issue is that what I saw in the editor was not what I got on the front end. I have played around with it enough to know in my mind what it <em>might</em> look like on the front end to make adjustments without previewing the changes. However, that is not the user experience that WordPress is shooting for.</p>\n\n\n\n<img />Editor view of the restaurant website header.\n\n\n\n<p>Admittedly, on the front end, I tidied up the padding for the Group block and bottom margin for the Columns block for the “Order Online” strip across the top of the header. I thought about making the button smaller too. However, I stuck with the TT1 Blocks theme default. Ultimately, padding, margin, and other types of sizing/spacing should be customizable by the end-user.</p>\n\n\n\n<p>Wide and full block alignments completely disappeared after activating TT1 Blocks. I am unsure if this was a recent change in the Gutenberg plugin or the theme. Nevertheless, they were gone, which was one reason I had trouble recreating pieces of the original page header I wanted to build.</p>\n\n\n\n<p>The TT1 Blocks theme also has a hardcoded font-size for the site title link. This means that users cannot change the size of the Site Title block. I wanted to bump this up a little to make it more prominent.</p>\n\n\n\n<p>Like the first design I was shooting for, I wanted my Navigation items to look like individual buttons, each with a bit of whitespace in between. However, the Navigation block does not currently support adding backgrounds to each nav item. Even if it did, it also does not have a horizontal margin setting to add the spacing. And, I outright refuse to use a <a href=\"https://wptavern.com/gutenberg-10-2-adds-spacers-to-navigation-lists-lets-users-categorize-template-parts-and-introduces-scoped-patterns\">Spacer block between items</a>.</p>\n\n\n\n<p>I did want to spruce my restaurant page header up a bit with a custom background. To do that, I added the primary elements inside a Cover block. Currently, the only way to do that is to copy all of the blocks, delete the old ones, and paste them into a new Cover block. A welcome enhancement to the editor would be an option for “grouping” blocks into a Cover like what is possible with the Group block.</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, 31 Mar 2021 22:07: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:14:\"Justin Tadlock\";s: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:80:\"WPTavern: First Look at Initial Designs for WordPress’ Block Pattern Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114531\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/first-look-at-initial-designs-for-wordpress-block-pattern-directory?utm_source=rss&utm_medium=rss&utm_campaign=first-look-at-initial-designs-for-wordpress-block-pattern-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3268:\"<p>WordPress contributors began <a href=\"https://wptavern.com/wordpress-contributors-discuss-launching-an-official-block-pattern-directory\">discussing</a> the possibility of a block pattern directory in October 2020, an idea that garnered enthusiastic support. The directory would offer a place to browse user-submitted patterns, as well as one-click installation of patterns from the block inserter inside the editor. </p>\n\n\n\n<p>Interface designer Shaun Andrews <a href=\"https://make.wordpress.org/design/2021/03/30/wordpress-org-patterns-directory/\">published</a> the initial designs for the pattern directory yesterday. Patterns will be displayed in a masonry-style grid that can be sorted by category, which works well for pattern thumbnails of varying heights. Users can search the directory and sort by featured, newest, and most popular. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/cK4jSz1Fx9c\"><img src=\"https://cldup.com/HiaWY_zXIf.gif\" alt=\"Masonry grid\" width=\"1024\" height=\"535\" /></a>\n</div>\n\n\n\n<p>The idea is that a user will be able to copy a single pattern to their clipboard while visiting the directory and paste it directly into the block editor. Users will also be able to “favorite” patterns from the directory and access them inside the editor.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<a href=\"https://cloudup.com/czovcau6B_D\"><img src=\"https://cldup.com/OYhRf1SQz9.gif\" alt=\"Copy pattern flow\" width=\"1024\" height=\"757\" /></a>\n</div>\n\n\n\n<p>One of the most exciting aspects of the plan is that anyone will be able to create and submit a pattern without having a lot of technical knowledge. Andrews shared a quick landing page mockup to explain what patterns are and how to submit one. Prospective pattern authors would be able to create a pattern on WordPress.org using a hosted instance of the block editor with a few tweaks specific to describing and categorizing the pattern.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Users who submit patterns will have a new “My Patterns” screen listing all of their patterns, ones they have favorited, information about how many people have favorited their submitted patterns, and status updates for patterns still in review.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>“This is a big opportunity for designers to contribute to the overall WordPress ecosystem without having to know how to code a plugin or a theme,” Andrews said. It opens up a new avenue of design contribution that would not have been possible with the same scale of distribution in the days of the previous editor.</p>\n\n\n\n<p>There are still many unanswered questions, such as how “featured” patterns would be chosen, how drafts work, if the patterns can only include core blocks, how users will browse and manage favorite patterns in the editor, who approves the patterns, how pattern authors can edit existing patterns, and more. If you want to help out on the project, check out the Pattern Directory repository on <a href=\"https://github.com/WordPress/pattern-directory\">GitHub</a>. The work is broken down into smaller projects in the <a href=\"https://github.com/WordPress/pattern-directory/issues\">issues</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, 31 Mar 2021 17:12: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:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:66:\"WPTavern: GoDaddy Pro Will Kick off 2-Day Expand Event on April 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/godaddy-pro-will-kick-off-2-day-expand-event-on-april-27?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-pro-will-kick-off-2-day-expand-event-on-april-27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5095:\"<p class=\"has-drop-cap\">GoDaddy Pro is launching its first <a href=\"https://www.godaddy.com/pro/expand\">virtual Expand event</a> on April 27. The <a href=\"http://events.godaddy.com/expand\">free-to-attend conference</a> will focus on web professionals and will last until April 28.</p>\n\n\n\n<p>In February, GoDaddy <a href=\"https://wptavern.com/godaddy-launches-the-hub-a-new-site-project-and-client-management-experience-for-web-professionals\">re-launched GoDaddy Pro</a> as a formal sub-brand of the company. The “Pro” branding was not a new outing. However, it was a fresh take on an old idea. As part of this launch, they introduced a re-engineered interface named the Hub. The experience was geared toward website designers and developers, providing them with a central location to manage their client projects. More than simply a new set of tools, the company created a dedicated branding experience for GoDaddy Pro.</p>\n\n\n\n<p>“We are committed to, passionate about, and truly in awe of web designers and developers,” said Adam Warner, the Global Field Marketing Sr. Manager at GoDaddy. “It has been a pleasure supporting this audience, but it’s now our mission to up the ante and deepen our commitment. Our goal with GoDaddy Pro is to empower web pros with a unified tool that helps them create outsize efficiency for their operation, deliver incredible results for their clients, grow their skills and operation, and connect and inspire by fostering community.”</p>\n\n\n\n<p>The Expand 2021 event is a continuation of that goal. The target audience is described as “web designers and developers who identify as eager side hustlers or website freelancers.” The conference’s sessions are meant to provide instructions, resources, and connections to help developers grow their businesses.</p>\n\n\n\n<p>The event will begin with an opening keynote from GoDaddy’s Aman Bhutani, the CEO; Tara Wellington, the Senior Director of Product Management; and Warner. It will feature eight sessions, split evenly between each day. The event’s schedule will fit into a small window between 10 am and 12:30 pm <a href=\"https://www.timeanddate.com/time/zones/pt\">Pacific Time</a> on both days.</p>\n\n\n\n<p>By some conference standards, even virtual ones, this may seem like a small event. However, the tighter focus could be a welcome one for people suffering from <a href=\"https://wptavern.com/wordcamp-us-2020-canceled-due-to-pandemic-stress-and-online-event-fatigue\">online event fatigue</a>. Each session is scheduled to last around 30 minutes.</p>\n\n\n\n<p>The sessions will focus on a wide span of topics like client management, eCommerce, creating a project starter stack, website security, and scaling a freelance business with care plans.</p>\n\n\n\n<h2>The History Behind GoDaddy Pro Expand</h2>\n\n\n\n<p class=\"has-drop-cap\">Spearheading the first Expand conference, Warner avoided talking about target audiences, performance indicators, or budgetary concerns in an internal memo sent throughout GoDaddy. The effort is about creating a series of GoDaddy Pro Expand events globally in the coming months and years that help the community.</p>\n\n\n\n<p>The idea for a conference had been in the making since 2018. Warner described the purpose of GoDaddy Pro, Expand 2021, and meetups as empowering and inspiring the next generation of web designers and developers to deliver for their clients and create self-sustaining freelance businesses.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expand 2021 is, in some way, my Opus for giving back to the community that raised me and giving the new generation a head start in following their own passions. It’s the culmination of my years exploring and creating on the internet. My first time on the internet was in 1993. I was in my third year of college, working at Hungry Howie’s Pizza in small-town Michigan. A co-worker had some of us to her house, and her boyfriend logged us on to a Bulletin Board System (BBS). We chatted in a dull, orange text late into the night to people around the world.</p><p>I was amazed then, and that sense of wonder and possibility stayed with me as I started to learn HTML and build simple websites a few years later. Then came my discovery of WordPress in early 2005 and the incredible global community of users willing to lift each other up for collective success.</p><p>It was at that moment, I knew I had to find a way to make websites and WordPress my career.</p></blockquote>\n\n\n\n<p>Now, 28 years later, Warner is taking the next step in organizing his first event from scratch along with over 40 others. He wanted to build a conference that was devoid of “talking heads touting theoretical advice.” Instead, to offer an experience with actionable knowledge that web professionals can use immediately.</p>\n\n\n\n<p>“The real purpose of Expand 2021 is to ‘pay it forward’ by advising and inspiring the next generation of web designers and developers, enabling them to take the next steps in their paths,” said Warner.</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, 30 Mar 2021 20:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:55:\"WordPress.org blog: So you want to make block patterns?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9995\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/03/so-you-want-to-make-block-patterns/\";s: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:12967:\"<img width=\"632\" height=\"356\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Block-Patterns.jpg?resize=632%2C356&ssl=1\" alt=\"\" class=\"wp-image-9998\" />\n\n\n\n<p>If you’ve ever built something for the WordPress block editor — a theme or a plugin — you may have also heard about <strong>block patterns</strong>. </p>\n\n\n\n<p>Looking at the patterns that come bundled with WordPress, I thought it would be nice to dedicate to them a short post. They’re pretty nice, useful shortcuts when you know them, but there’s a good chance you may not know what they are or why you might want to use them.</p>\n\n\n\n<h2>What’s a block pattern?</h2>\n\n\n\n<p>Patterns are <strong>collections of pre-arranged blocks</strong> that can be combined and arranged in many ways making it easier to create beautiful content. They act as a head-start, leaving you to plug and play with your content as you see fit and be as simple as single blocks or as complex as a full-page layout.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"414\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/block-library.png?resize=632%2C414&ssl=1\" alt=\"\" class=\"wp-image-10021\" /></div>\n\n\n\n<p>They live in a tab in the block library. You can click or drag and you’re able to preview them with your site’s styles.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"413\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/block-pattern.png?resize=632%2C413&ssl=1\" alt=\"\" class=\"wp-image-10022\" /></div>\n\n\n\n<p>Basically, a block pattern is just a bunch of blocks put together in advance:</p>\n\n\n\n<pre class=\"wp-block-code\"><code> <!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\"/>\n<!-- /wp:separator -->\n<!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div>\n<!-- /wp:image -->\n<!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} -->\n<blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote>\n<!-- /wp:quote -->\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator is-style-default\"/>\n<!-- /wp:separator --></div></div>\n<!-- /wp:group --></code></pre>\n\n\n\n<p>That’s also how you create them: just use the block editor to configure a smattering of blocks to your liking, and the hard part’s over.</p>\n\n\n\n<h2>How do I get them in the block library?</h2>\n\n\n\n<p>There’s <a href=\"https://developer.wordpress.org/block-editor/developers/block-api/block-patterns/\">more documentation in the handbook</a>, but what it boils down to is this:</p>\n\n\n\n<pre class=\"wp-block-code\"><code><?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n \'my-plugin/my-quote-pattern\',\n array(\n \'title\' => __( \'Quote with Avatar\', \'my-plugin\' ),\n \'categories\' => array( \'text\' ),\n \'description\' => _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n \'content\' => \'<!-- wp:group --><div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --><!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div><!-- /wp:image --><!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --><blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\\\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote><!-- /wp:quote --><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --></div></div><!-- /wp:group -->\',\n )\n);\n\n?></code></pre>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f446.png\" alt=\"?\" class=\"wp-smiley\" /> That’s a snippet of PHP, which means you can drop it in a WordPress plugin, or perhaps more simply, paste it into the <strong>functions.php</strong> file from your theme. Done:</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Quote.jpg?resize=632%2C430&ssl=1\" alt=\"\" class=\"wp-image-10047\" /></div>\n\n\n\n<p>For patterns that include images, it’s worth thinking about where those are stored. The <a href=\"https://wordpress.org/themes/tt1-blocks/\">TT1 Blocks theme</a> (which is a fancy name for “TwentyTwentyOne Blocks”) stores images in the theme library.</p>\n\n\n\n<h2>Now what?</h2>\n\n\n\n<p>The thing about a block pattern is, as soon as you insert it from the block library, it stops being <em>a cohesive unit</em> — now it’s just a smattering of blocks, detached from the pattern you created and meant to be customized to your liking. It’s a <em>shortcut</em>, not a <em>template</em>. That also means you don’t have to worry about switching themes or deactivating pattern plugins: the blocks you already inserted won’t go anywhere.</p>\n\n\n\n<p>That being said, if you like this one pattern so much you want to use it again and again, with no customization at all, you can make it into a <a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">reusable block</a>:</p>\n\n\n\n\n\n\n\n<p>Reusable blocks are created, as the name implies, to be reused. The feature is a great way to store small bits of commonly used snippets that you can edit in one place to update in all. “<strong>Follow me on Twitter</strong>,” “<strong>Article series</strong>,<strong>“</strong> or <strong>“Subscribe to my podcast”</strong> are great examples of that.</p>\n\n\n\n<h2>What makes a good block pattern?</h2>\n\n\n\n<p>Patterns, as they ship today, are limited by the features available. If the block editor doesn’t allow you to customize letter-spacing, your block pattern can’t either. While the Global Styles project will expand what’s to blocks, in the meantime, we have to work with the available tools.</p>\n\n\n\n<p>Even then, with the most basic ingredients — color, photography, typography — it is possible to do a lot:</p>\n\n\n\n<div class=\"wp-block-image\"><img src=\"https://lh5.googleusercontent.com/W3RKCu5c7ONKnmuLdChmOhD40iZAFseq30i-qGwqFaq0dPTj_U5b1JXhhRR96-jRvJvKgC8BBZA4p_-EBYF-WoMRPoDLgCX8FG3RIWQhv6zX6-H7xBj4FZGGRm7cl_qdVgRy9G8q\" alt=\"\" />Three columns with images and text<br /></div>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"397\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-and-text-with-image-on-the-right-1.png?resize=632%2C397&ssl=1\" alt=\"\" class=\"wp-image-10036\" />Media and text with image on the right</div>\n\n\n\n<p>I designed these patterns to potentially land in WordPress core, which all have a few properties in common:</p>\n\n\n\n<h3><strong>They share a theme.</strong></h3>\n\n\n\n<p>You can think of a pattern as a section of a website: it is meant to be part of a whole, and so it works best when it can exist in the context of other patterns that share the same theme. There are a few sharing a Nature theme in the patterns above, a few sharing an Art theme, and others sharing an Architecture theme. When seen together, it becomes easier to see how you might be able to piece together multiple pages of your site, one page at a time.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"406\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Large-header-with-text-and-a-button.png?resize=632%2C406&ssl=1\" alt=\"\" class=\"wp-image-10033\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"405\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Media-text-with-image-on-the-right.png?resize=632%2C405&ssl=1\" alt=\"\" class=\"wp-image-10034\" /></li></ul>\n\n\n\n<h3><strong>They share a minimalist color palette.</strong></h3>\n\n\n\n<p>By being parts of a whole, patterns will inevitably land in a context that uses different colors. With a reduced color palette, there’s both a better chance of fitting in and less to customize to make it just right.</p>\n\n\n\n<ul class=\"blocks-gallery-grid\"><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"535\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/03/Heading-and-a-paragraph.jpg?resize=632%2C535&ssl=1\" alt=\"\" class=\"wp-image-10042\" /></li><li class=\"blocks-gallery-item\"><img width=\"632\" height=\"271\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/03/Media-text-in-a-full-height-container.jpg?resize=632%2C271&ssl=1\" alt=\"\" class=\"wp-image-10043\" /></li></ul>\n\n\n\n<h3><strong>The best patterns <strong>do things you might have not done otherwise</strong>.</strong></h3>\n\n\n\n<p>Whether that’s images offset to create a unique silhouette, or just using less visible features (like fixed positioning in the Cover block), it’s a way to surface creativity.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><em>Tip: You can use any block in your patterns, including blocks that came from a plugin. And if that block is in the block directory, it will prompt you to install it with one click if it’s missing from your self-hosted WordPress:</em></p></blockquote>\n\n\n\n\n\n\n\n<h2>Here’s a plugin for you</h2>\n\n\n\n<pre class=\"wp-block-code\"><code><?php \n/*\nPlugin Name: Quote Pattern Example Plugin\n*/\n\nregister_block_pattern(\n \'my-plugin/my-quote-pattern\',\n array(\n \'title\' => __( \'Quote with Avatar\', \'my-plugin\' ),\n \'categories\' => array( \'text\' ),\n \'description\' => _x( \'A big quote with an avatar\".\', \'Block pattern description\', \'my-plugin\' ),\n \'content\' => \'<!-- wp:group --><div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --><!-- wp:image {\"align\":\"center\",\"id\":553,\"width\":150,\"height\":150,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} --><div class=\"wp-block-image is-style-rounded\"><figure class=\"aligncenter size-large is-resized\"><img src=\"https://blockpatterndesigns.mystagingwebsite.com/wp-content/uploads/2021/02/StockSnap_HQR8BJFZID-1.jpg\" alt=\"\" class=\"wp-image-553\" width=\"150\" height=\"150\"/></figure></div><!-- /wp:image --><!-- wp:quote {\"align\":\"center\",\"className\":\"is-style-large\"} --><blockquote class=\"wp-block-quote has-text-align-center is-style-large\"><p>\"Contributing makes me feel like I\\\'m being useful to the planet.\"</p><cite>— Anna Wong, <em>Volunteer</em></cite></blockquote><!-- /wp:quote --><!-- wp:separator {\"className\":\"is-style-default\"} --><hr class=\"wp-block-separator is-style-default\"/><!-- /wp:separator --></div></div><!-- /wp:group -->\',\n )\n);\n\n?></code></pre>\n\n\n\n<p>In case you want to make patterns, this example plugin features two of the patterns you saw above. Drop it in your plugins folder and they should show up in your block library.</p>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"966\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/03/Captura-de-ecra-2021-03-30-as-11.00.39.png?resize=632%2C966&ssl=1\" alt=\"\" class=\"wp-image-10062\" />Installed pattern under “Text” Category</div>\n\n\n\n<p>Feel free to tweak it, customize it, and make it yours. It’s GPL, after all!</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Thank you <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a> for the help writing 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, 30 Mar 2021 17:01: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:14:\"Beatriz Fialho\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}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:112:\"WPTavern: Open Collective Launches Funds to Help Companies Streamline Donations to Multiple Open Source 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:30:\"https://wptavern.com/?p=114400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:269:\"https://wptavern.com/open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-projects?utm_source=rss&utm_medium=rss&utm_campaign=open-collective-launches-funds-to-help-companies-streamline-donations-to-multiple-open-source-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:4141:\"<p>Open Collective has launched <a href=\"https://blog.opencollective.com/funds-for-open-source/\">Funds</a>, a new funding infrastructure for funneling contributions to open source projects. Any open source project can receive contributions from a Fund, even those that are not listed on Open Collective due to having their own foundation or working with another fiscal host. The new feature was added to Open Collective’s existing non-profit funding platform that serves more than 2,500 projects. </p>\n\n\n\n<p>Funds were designed to mitigate the friction between corporations and open source projects, cutting out the excessive bureaucracy that can sometimes stifle funding for smaller projects. Companies can use the feature to support multiple projects that are crucial to their business efforts and underlying tech.</p>\n\n\n\n<p>“Funds facilitates a relationship between maintainers and organizations on their own terms,” Open Collective co-founder Pia Mancini said. “No contracts, no promises, no agendas. We take on the work of administrating payments to projects and of ensuring companies have what they need in their procurement processes.”</p>\n\n\n\n<p>Traditionally, if you wanted to work on an open source project full time, you would most likely need to be sponsored by a company. Although WordPress’ “<a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a>” campaign isn’t perfect, it has brought some stability, enabling the project to drive important efforts forward even in leaner times of contribution from unpaid volunteers. Some open source projects aren’t able to thrive this way, especially those that are categorized as simple utilities.</p>\n\n\n\n<p>Critical dependencies can sometimes be grossly underfunded when supported by only a handful of individuals who may not have steady employment to buoy their maintainership efforts. The <a rel=\"noreferrer noopener\" href=\"http://heartbleed.com/\" target=\"_blank\">Heartbleed Bug</a> that was disclosed in 2014 put a spotlight on the immense economic challenges of funding open source work. In the aftermath of this global fiasco, the tech industry turned its attention towards brainstorming different initiatives that might create a more healthy ecosystem.</p>\n\n\n\n<p>Open Collective’s Funds feature aims to make “working for an open source project a legitimate alternative to a career working for a for-profit corporation.” Prior to launching the new feature, the platform quietly tested a number of Funds with Airbnb, Indeed, Salesforce, and other companies with successful outcomes for maintainers.</p>\n\n\n\n<p>“Airbnb’s investment in webpack has enabled groundbreaking advancements in web compiler technology, paved the way for the last 2 major versions, and enabled us to devote entire teams to ecosystem management, CLI, docs, and infrastructure,” webpack core team member Sean Larkin said. </p>\n\n\n\n<p>Airbnb received so many reports of the positive impact of its Fund that the company decided to expand its open source sustainability commitment by 50% to $150,000.</p>\n\n\n\n<p>“Donations from Airbnb have made it possible for ESLint to pay core contributors for work,” ESLint creator Nicholas Zakas said. “As a result, contributors are able to spend more time pushing forward large projects that weren’t possible when we relied solely on volunteering.”</p>\n\n\n\n<p>As open source projects are becoming less self-contained and more interdependent, maintaining the health of the overall ecosystem is a priority. When smaller utilities that everyone depends on are underfunded, it can have a ripple effect that slows down progress throughout the vast web of projects that rely on the dependency. </p>\n\n\n\n<p>Open Collective’s Funds feature is one solution that helps companies streamline their donations and keep track of their contributions to multiple projects in one place. Companies interested in creating a new Fund can get in touch with the organization via its <a href=\"https://www.oscollective.org/contact\">contact form</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, 30 Mar 2021 06:39:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Creating Tiled, Masonry, and Other Image Layouts With Meow Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114473\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/creating-tiled-masonry-and-other-image-layouts-with-meow-gallery?utm_source=rss&utm_medium=rss&utm_campaign=creating-tiled-masonry-and-other-image-layouts-with-meow-gallery\";s: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:4546:\"<p class=\"has-drop-cap\">I am uncertain of how I first came across the <a href=\"https://wordpress.org/plugins/meow-gallery/\">Meow Gallery</a> WordPress plugin. It was a pinned tab in my browser for a while, but it has recently become one of those projects that I keep coming back to. I delight in the imagery of the Meow Apps brand, created by Japan-based software developer Jordy Meow. It has the sort of fun and artistic visuals that are often missing in the WordPress business ecosystem. This creativity also comes across in the Meow Apps plugins.</p>\n\n\n\n<p>The problem with WordPress gallery plugins is that I find a new one I want to use every other week. It is a bit of an obsession. There are so many different options that it is tough to grow comfortable with a solution before finding something new and shiny to tinker with.</p>\n\n\n\n<p>Such is the case with Meow Gallery. From the simplicity of its options to the range of layouts that the plugin provides, it has found its way onto my ever-growing list of favorite gallery-related plugins.</p>\n\n\n\n<p>I also prefer the decoupled, modular nature of what Meow Apps is doing with its plugins. Meow Gallery keeps a tight focus on the gallery layout itself. Users can select an image lightbox/overlay extension separately. <a href=\"https://wordpress.org/plugins/meow-lightbox/\">Meow Lightbox</a> is recommended, of course. However, both are developed to work alongside third-party gallery or lightbox plugins. It is the sort of building-block solution that more developers in the community should embrace, ultimately offering end-users more freedom.</p>\n\n\n\n<p>Meow Gallery is straightforward to use. It works similarly to the core Gallery block. When first adding images, users can drag-and-drop them directly into it or select from their media library. From that point, the experiences begin to diverge.</p>\n\n\n\n<img />Tiled gallery with 10px gutter.\n\n\n\n<p>Instead of selecting the number of columns, whether to crop, or the image size, the Meow Gallery block automatically handles this based on the type of layout chosen. Options may change based on the layout too. The following are available:</p>\n\n\n\n<ul><li>Tiles</li><li>Masonry</li><li>Justified</li><li>Square</li><li>Cascade</li><li>Carousel (pro only)</li><li>Map (pro only)</li></ul>\n\n\n\n<p>The block also offers a handful of basic animations, link options, and more. However, the gutter setting provides more control over the output. The gutter is the horizontal and vertical space between images. Users can choose between 0 and 100. Gutter spacing is the one option from the plugin that WordPress should adopt, allowing theme authors to opt-into a default and users to customize.</p>\n\n\n\n<img />Square-layout gallery with no gutter.\n\n\n\n<p>The plugin also has <a href=\"https://meowapps.com/plugin/meow-gallery/\">commercial features</a>, but they are value-added upsells instead of necessary functionality. The pro version includes extras like more layouts, new animations, and infinite scrolling for galleries with many images.</p>\n\n\n\n<p>The one off-putting issue with Meow Gallery is that it creates a custom block. Having already seen solutions from other plugin authors that extend the default Gallery block, I was hoping this plugin would go in the same direction. Extending the core block makes it easier for end-users to switch gallery plugins at any point. However, users can transform Meow Gallery blocks into Gallery blocks and vice versa.</p>\n\n\n\n<p>Keep in mind that the WordPress Gallery block is also undergoing drastic changes. Currently, the plan is to make it more of a container block that houses nested Image blocks. By not extending the core block, plugin users will miss out on some of the advantages this change brings. Of course, the plugin developer could follow suit and add the same features to the project.</p>\n\n\n\n<p>Meow Gallery relies on the WordPress <code>gallery</code> shortcode. Therefore, it will continue working regardless of whether users deactivate the plugin in the future. As a fallback, it is not a perfect solution. Users of the block editor would likely rather have it revert to the core Gallery block — the shortcode and block are not remotely the same. However, it is a bit of a compromise between showing a working gallery or nothing at all.</p>\n\n\n\n<p>I suspect the reliance on the shortcode is for historical reasons. Meow Gallery existed in the pre-block era. However, the developer has managed to keep up with the times, offering support for both the block and classic editor.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 21:26: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:14:\"Justin Tadlock\";s: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:55:\"WordPress.org blog: WP Briefing: How WordPress Improves\";s:7:\"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:52:\"https://wordpress.org/news/?post_type=podcast&p=9980\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/03/how-wordpress-improves/\";s: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:10224:\"<p>In this episode, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> explores the WordPress release process. Tune in and learn the phases of a release and catch this week’s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2021/03/esperanza/\">WordPress 5.7 “Esperanza” </a></li><li><a href=\"https://en.wikipedia.org/wiki/Esperanza_Spalding\">Esperanza Spalding</a></li><li><a href=\"https://wordpress.org/news/2021/02/gutenberg-tutorial-reusable-blocks/\">Gutenberg Tutorial: Reusable Blocks</a></li><li><a href=\"https://make.wordpress.org/test/\">make.wordpress.org/test</a></li><li><a href=\"https://make.wordpress.org/core/handbook/contribute/git/\">GitHub repository </a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-9980\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>All right, so last week, we wrapped up and shipped the WordPress 5.7 release. The release team this time around was smaller than we’ve had in the last couple of years. By the numbers, it looks really good: 66 enhancements or feature requests went in, 127 bugs were fixed, and seven versions of a Gutenberg plugin were merged and backported. If you use WordPress, you are probably aware that we have new releases throughout the year, but you probably don’t know much about the release process. There’s not really a reason to know unless you’re actively contributing to a release. For those interested in knowing more about how we improve WordPress, this week’s exploration is for you.</p>\n\n\n\n<p>We’re gonna take a look at what goes into WordPress releases and just kind of zoom our way in from the highest level. At the highest level, there are three major WordPress releases a year, plus the minor releases, plus Gutenberg releases. So if you’re following current WordPress work and future WordPress work, that’s going to get you to probably around <strong>30 releases a year</strong>. If we zoom in one level to the release itself, a single release of WordPress takes four to five months from start to the day that we ship, and an additional four to six weeks on support and translations, and minor releases after that. If you’re looking from my vantage point, you’ll see that WordPress releases have essentially five parts, some of which happen kind of simultaneously. </p>\n\n\n\n<p>The first part is planning and includes the project lead, lead developers, design; groups like that. The second phase is the creation phase when we’re actually building the things that have to go into the CMS that involves the design, core, editor, mobile, and other teams. Then there’s this phase that I like to refer to as the distribution phase. This is mostly done by the teams that make sure that WordPress is widely distributable; the polyglots team work on translations, accessibility does some work, docs make sure that everything is documented, and training, of course, gets things ready for when we have to be able to tell people how to use the release. </p>\n\n\n\n<p>Then there is the fourth phase; I really don’t think they go sequentially or in a waterfall format. The fourth-ish phase that I include, and that I tend to see, is this extending and iteration phase. It’s the phase where we see our theme authors and our plugin authors, folks who are doing support, show up and help us to make sure that WordPress is available not only widely but broadly to ensure that their audiences as theme authors and plugin authors are covered in the features that they need based on what they are using WordPress for. The fifth phase is the part of our communication that involves the community team, especially marketing, WordPressTV, and learn.wordpress.org. Basically, anyone who’s showing up to make sure that we all share what happened in the release, the features that are coming, and how that affects the users is involved in that particular phase. So five big phases of what happens over those four to five months, and then for the month or month and a half afterward. </p>\n\n\n\n<p>If we zoom in a bit more on the creation phase, each release has people who lead the work and coordinate contributor efforts during the course of the release. For any given release, hundreds of people contribute and receive credit for moving the WordPress project forward. Okay, hold on a second. Let’s pump the brakes and zoom in a bit on that. Hundreds of people work on every major release for a project that powers over 40% of the web that feels like a small number. But for the people who process the contributions in preparation for release, it’s actually pretty substantial. For every release, there is a small team of leaders who asked the hard questions. Is this a usable feature? Does this make WordPress better overall? And, of course, is this ready to ship? Some of those leaders, a smaller subset of even the leaders that we have already, are committers who actually prep and merge patches to the CMS; they don’t do all the work to create a design or write all the code. This tiny group of people processes hundreds and hundreds of bug fixes, improvements, and enhancements that have been submitted over the course of months and sometimes years. As a side note, that whole process is a little smaller, a little faster in the Gutenberg featured plugin, but the basic parts are still there. Alright, so we’ve zoomed from the big picture way into some of the finer details, and it really looks like any other project cycle. So now, I’m going to layer in the filter of open source to that process.</p>\n\n\n\n<p>There are a couple of things that make building software in an open source environment so different. The first is that the code is readily available. If you have a basic understanding of the languages, you can see the code, learn from it, and make suggestions about improving it. Second, you consider the user a co-developer in the process, which means that as long as people use your product, they will have opinions on what you shipped. This way of iterating improves WordPress and ties back to one of my favorite open source principles. The idea that with many eyes, all bugs are shallow. To me, that means that with enough people looking at a problem, someone is bound to be able to see the solution.</p>\n\n\n\n<p>This brings us to our community highlight, the segment where I share a note about contributors who have helped others along the way or a WordPress success story. This week’s highlight is from Nok in our Bangkok community. When asked to help her find her way into the WordPress community, she said, “@shinichiN who started the WordPress community in Bangkok and encouraged me to contribute, and also @mayukojpn has introduced me to the WP community team to join as a deputy. “ Thank you for sharing those two inspiring people with us. And if you, listener, have any stories that you would like to share of your own WordPress success or people that you have been so grateful to help you find your way in the project, you can feel free to email those to me at <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>.</p>\n\n\n\n<p>That brings us to our final segment of the WP Briefing, the small list of big things. I only have three things to share with you this week. The first one is that about a week ago, we had our first release of 2021. It was the WordPress 5.7 release, titled Esperanza. If you have not yet seen it, go ahead and update your website or check with your host and make sure that they have updated you if you’re on a managed host. And then take a listen to the artists that it’s named after. </p>\n\n\n\n<p>The second thing that I want you to keep an eye out for is wordpress.org/news. We are starting a new series of content that gets at the heart of some of Gutenberg’s basic parts; there’s a lot of change coming up in the next few releases of WordPress. And the most important thing to me is that you understand what we’re trying to change and where those changes are primarily taking place. There will be a couple of tutorials that go up there over the course of the of the next few weeks. The third item on the small list of big things is to remind you of our call for testing. As I mentioned earlier in the podcast, the users of any open source software are the code developers; the software built is supposed to make your life and work easier. When you test things and find interactions that can use a little bit of refinement or features that are not working exactly as expected, it’s incredibly helpful for us to have that information to always make sure that we’re solving problems instead of accidentally creating them. If you want to participate in the Current call for testing, you can head over to make.wordpress.org/test. Or, if you’ve been doing your own testing, you can also submit any bugs you have found in the GitHub repo, which I will share in the show notes below. So that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:15: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:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:79:\"WordPress.org blog: WP Briefing: Talking Full Site Editing with Matías Ventura\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=10013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2021/03/talking-full-site-editing-with-matias-ventura/\";s: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:31292:\"<p>In this episode, Josepha is joined by Matías Ventura, also known as “the spark behind the vision of Gutenberg.” Josepha and Matías discuss full site editing and answer your questions, from “is full site editing a standalone plugin?” to “will full site editing break my current site?”</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2><strong>Credits</strong></h2>\n\n\n\n<ul><li>Editor:<a href=\"https://profiles.wordpress.org/dustinhartzler/\"> Dustin Hartzler</a></li><li>Logo:<a href=\"https://profiles.wordpress.org/beafialho/\"> Beatriz Fialho</a></li><li>Production:<a href=\"https://profiles.wordpress.org/mkaz/\"> </a><a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tt1-blocks/\">Twenty Twenty One theme</a></li><li><a href=\"https://centroamerica.wordcamp.org/2021/\">Word Camp Central America </a></li><li><a href=\"https://make.wordpress.org/core/2021/03/12/q2-listening-hours-april-7th-2021/\">2021 Second Quarter Listening Hours with Matt Mullenweg and Josepha Haden Chomphosy</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-10013\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as get a small list of big things coming up in the next two weeks. I’m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>Josepha [0:41]: This month, we have a bonus briefing, so I’ve asked my dear friend and colleague <a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> to join me. Matías was recently called “the spark behind the vision of Gutenberg.” With full site editing coming our way in 202, I asked if he would join me for a quick Q&A. Welcome, Matías. </p>\n\n\n\n<p>Matías [0:56]: Hello, hello! Thanks for inviting me. It’s a pleasure to be here.</p>\n\n\n\n<p>Josepha [1:00]: Well, I’m delighted to have you. And I think that we have a lot of excellent questions. All right, so Matías, we actually ended up with questions in about three different groupings. And so I’m going to start with the “what is it about full site editing,” sorts of questions that people had. We’re gonna work our way into “what are we doing with it?” and then “how are we planning on getting this out the door?” Then, a couple of big picture questions that people asked. We’re just gonna leap right in this full site editing part of the Gutenberg plugin, or is it a standalone plugin?</p>\n\n\n\n<p>Matías [1:39]: Okay, we’ll start with the basics. Full site editing is part of the Gutenberg plugin right now. I think it’s important to mention that full site editing is like an umbrella for several projects that we’re working on. They are all aiming to bring blocks into more parts of your site so that editing becomes easier and more expressive, and so on. So full site editing right now encompasses adding a ton of new blocks. I think we have around 20 new blocks coming in, including navigation query, site, title, logo, etc. There’s also the interface to interact with templates outside of the content; that’s another big part of the full site editing project. We also have a lot of new design tools included, many of these have been released in previous major releases, but they still comprise a strong part of what full site editing is. We also have something called Global Styles, which aims to allow people to configure the visual aspects of blogs across the entire site, not just on any individual blog. And of course, then there’s a whole layer of how we utilize these tools. It can get complex because there are many layers and projects that need to come together. So yeah, all of these are accessible through the Gutenberg plugin right now.</p>\n\n\n\n<p>Josepha [3:07]: Yeah. So it’s not a standalone plugin. If you wanted to check out full site editing the site editor experience as it is now, you would just have to make sure you had the Gutenberg plugin on your site. Right?</p>\n\n\n\n<p>Matías: Yes, correct.</p>\n\n\n\n<p>Josepha: So a couple of the questions related to this are how exactly do I enable it on my site? And what is the easiest and safest way to try this on my site? And I think the answer is, is right in there. It’s in the Gutenberg plugin. And so if you have that plugin, you don’t need the testing plugin or anything else to make that work, right?</p>\n\n\n\n<p>Matías [3:51]: No, you like, you might need to install a theme like Twenty Twenty One blocks that unlock some of these new interfaces that we just talked about. Like other of these pieces are available for anything. But some of these, like the interface to edit templates, right now only talk with things that know how to express their desire. </p>\n\n\n\n<p>Josepha [4:14]: And I think we have less than 10 themes right now that do that, but I’ll leave some links to at least 2021 blocks in the show notes. And then, if there are another one or two themes that I can find, I can add those in there as well. </p>\n\n\n\n<p>So you have to have the Gutenberg plugin; you have to have a theme that works with that site editor kind of experience. And then you’re safe to try everything out. It shows up in your left toolbar just like any other thing, like if you were working with plugins, or if you were adding a post or anything else, right?</p>\n\n\n\n<p>Matías [4:51]: Yes, correct. And so, some of these details are being worked on right now. Like how and where you access things, and so on. These things are subject to change, but right now, you have this site editor beta in the sidebar when both you have the plugin running and a theme that’s capable.</p>\n\n\n\n<p>Josepha [5:10]: Yeah. Excellent note. If you are running this on a production website, I would recommend you not do that unless you are very, very good with WordPress. It’s a really safe and easy thing to test and try out. But because it is still in beta, I recommend always putting it on a test site. I have a couple of different test sites that I run on myself. Another question that I had was, “will full site editing slow down my site?” And I think we have some refreshed performance tests coming out about that. And maybe they’ll be out by the time we publish this podcast.</p>\n\n\n\n<p>Matías [5:49]: Yeah, I mean, like the performance has been one of the major focuses for the whole project. In many cases, it should speed up things because we’re like, I think one of the big pieces that these projects bring into the picture, especially for themes, is that it allows only the necessary assets to be loaded on the front end. For example, if for a given page, there are, I don’t know, 10-15 blocks being used, you would only get the CSS and scrapes and so on related to those blocks. This can cut down on a lot a ton of CSS that themes used to end queue on a side, particularly if you were trying to customize many widgets and so on, like a lot of themes have the full styles or multiple widgets, even third party plugins, and so on. So one of the advantages of having this blog system is that we can know at the time of rendering what blogs are being used and only load those assets. </p>\n\n\n\n<p>Josepha [6:50]: Excellent. Another big question that we have is, “does full site editing work with the classic editor? And does it work with other builders?” I think that’s a really big answer if you’re going to get super deep into it. But I think that the short answer is yes, it does. Is that fair?</p>\n\n\n\n<p>Matías [7:08]: Yeah, I don’t think it touches a bit on that full site editing is not like a single thing. There are multiple projects around it. So again, like the template editor that only deals with blogs, it doesn’t have a lot to do with a classic editor. But the classic editor use for both doesn’t change anything at all; like the same way that when the block editor was introduced, it didn’t change how you could still write posts in the classic editor. You will still be able to do that.</p>\n\n\n\n<p>Josepha [7:41]: And if you are brand new to WordPress person, or, I mean, I guess at this point, you don’t have to be super brand new. If you’re fairly new to WordPress person and have no idea what we’re talking about when we say the classic editor, you don’t really have to worry about it either. You don’t have to go and find out what that is; the block editor that you have right now works perfectly for what you’re trying to do. So if you don’t know what I mean when I say classic editor, don’t worry about chasing it down either. </p>\n\n\n\n<p>I think that this last question we accidentally answered earlier, but I’m going to go ahead and ask it anyway since I received it. “I keep hearing that you can use the site editor with the 2021 theme. But I don’t seem to be able to. What am I missing?” I think the answer is that there’s the Twenty Twenty One theme shipped with the WordPress release 5.6. And then there is the Twenty Twenty One blocks theme; those are two different themes. The link to the Twenty Twenty One block theme is going to be in our show notes this time around. And so, if you have been trying to use the full site editor with Twenty Twenty One and not succeeding, try the link to the one below. And I bet that that will work for you.</p>\n\n\n\n<p>Matías [8:50]: Yes, that’s correct. </p>\n\n\n\n<p>Josepha [8:51]: All right, excellent. Well, that brings us kind of into our second set of questions, which is about how we are doing it. The first one that folks have is “will full site editing be on by default in the next release. In this context, the next release is WordPress 5.8. But I think it’s a safe question to ask if full site editing will be on by default in the release that it’s planned for.</p>\n\n\n\n<p>Matías [9:15]: Yeah, and for this, I need to go back to the same principle of many projects because there are many pieces of full site editing, and we have been merging them in major releases, particularly like the blocks and the design tools. There are more coming in that we want to make accessible as soon as possible. The full experience that requires a theme to opt-in to templates using blogs won’t be by default; it requires a specific theme running. A lot of these details we’re still like determining exactly what projects are ready to be merged and so on. But yeah, if you have a theme right now that works the way you want, it doesn’t change anything there. If anything, it adds some more capabilities and more customization tools, and so on. And the theme can also regulate how much they want to incorporate.</p>\n\n\n\n<p>Josepha [10:13]: Matías, you’ve mentioned a couple of times in this podcast so far like this is a really complex and really complicated part of this work. And just for anyone out there who’s either encountering Gutenberg or full site editing or this podcast for the first time, I think a tiny bit of context that’s worth having here is that Matías and I have been working on this together in various capacities for like, five years. And Matías has probably been working on this for practically a decade. So, when we say that this is a really complicated problem, and when we say that this is a complex set of issues that we’re working with like, it is all that we have been thinking about for I want to say at least the last three or four years, but certainly it’s all that we have been trying to untangle for quite a bit of time before that as well. So we don’t take it lightly when we’re like, “this is complicated;” we mean it. It’s really complicated. And we’re trying our hardest over here as WordPress. </p>\n\n\n\n<p>The next big question, since we’re all stuck in the “it’s very complicated,” part of things is the question, “will this update break my current site?” Like, if I have a site that is updated and ready, and it’s exactly as I wanted it to be, and it took me two years to get there will full site editing, whichever release it’s in. Currently, 5.8 is what we’re planning for. Will that break anything on my site as I know it right now?</p>\n\n\n\n<p>Matías [11:44]: No, not at all. One of the major things that the WordPress team, the WordPress community, always cares so much about, never to break things. Many of these things are stepping stones that you can adopt, as we’ve talked about full site editing. But for example, we also have a few concurrent projects around the widget screen and the navigation screen that are meant to bring blocks into existing interfaces. So again, the theme doesn’t need to change, and a lot of care is being put into making this more like you’re unlocking new features, and nothing really breaks or falls apart.</p>\n\n\n\n<p>Josepha [12:23]: This update, like all the other updates, should have minimal, minimal impact on what you have to actively fix on your site. Every once in a while, a bug is gonna get by. We can’t say that we’re 100% perfect with not breaking things. But also, we always and I and I know that we’re planning on this for our remaining releases for the rest of the year. At the very least, I can’t imagine we’d ever change it. But after every major release, we always make a plan to have a minor release within the next one or two weeks. Because we know that a broken thing on a site is really incredibly impactful, even if you’re only 1% of the sites that had that happen to it. And so I think that’s true in this case, too. And getting that feedback back from all of the people who are actually using WordPress is the thing that makes us be able to kind of move quickly when we do see those problems. </p>\n\n\n\n<p>One of the questions that we have been getting is, “can I see a live preview without saving the changes that I made?” When I got this question, I didn’t actually understand it. And so I went and looked at a site without the Gutenberg plugin on it, and then a site with the Gutenberg plugin on it. And of course, on sites without Gutenberg, without the block editor, without full site editing, when you are looking to preview, you have the option to open up your preview in a new window. And you don’t have that with Gutenberg because it’s supposed to be a true WYSIWYG editor. A true what you see is what you get, editor. I think that the answer to this is, yes, you can see a live preview without actually saving the changes on the front end of your site. But you don’t actually have to reload anything. You don’t have to open it up in a new window. You don’t have to, like, actively click “please show me a preview” because what you see in your editing screen should be what you see at the end of your app as an end-user.</p>\n\n\n\n<p>Matías [14:28]: Yeah, that’s the sort of the main gist to it. Yes, the site editor is built so that it always reflects the front end as truly as possible, so that’s one layer. Also, the preview tools should allow you to see in different devices like mobile breakpoints, and I don’t know if they will have breakpoints and stuff like that. There are a lot of things in the current interface that is just not enabled. There are some challenges in the sidebar. Because the site editor is not just focused on a single post, it’s focused on the entire site. So, there can be many, many changes that need to be shadowed for the site. </p>\n\n\n\n<p>If you’re changing the site title, some of the global styles, aspects, and so on need to be orchestrated. So, to see in the previewing new window, there are some challenges there to integrate. Again, the interface is not final yet; a lot of these things are still being tweaked and improved. There are many things from the regular post editor that are not enabled yet. But they will be enabled. So yeah, it’s a, I guess, it’s not a simple thing to answer. Because, again, the idea of previewing the site that’s core to the whole project is that you’re always interacting in the same way that when you’re in the customizer, you’re seeing the preview all the time. That’s the main scope of this project,</p>\n\n\n\n<p>Josepha [15:54]: Excellent. Changes like that changes to your workflow can be really hard to get your mind around, especially if part of that existing workflow was there to create some confidence in what you’re seeing with your users. And so I understand. Now that I’ve researched that question a bit, I see where that’s coming from. Based on existing workflows and existing patterns that we have for ourselves in WordPress, will we need to have a theme to use the full site editor?</p>\n\n\n\n<p>Matías [16:33]: I think we’ve already covered some of these. And again, they are tools that can work on any existing theme. There is other stuff that needs space-specific themes to opt-in into these tools, like blog templates and so on.</p>\n\n\n\n<p>Josepha [16:50]: Yes, I think the question that we have next, because I see that the literal next question I have is actually something we have covered; just because we’re being pretty conversational about it, not because anyone already asked the question. So I’m actually going to skip to the last question of this section that I received. I got this next one via Twitter. The question is, “how do you view the role of themes once full site editing is fully rolled out and all the page elements (content, headers, widgets, footers, etc.) and all the views are managed via blocks and block patterns? Will things become typographic and block styles?”</p>\n\n\n\n<p>Matías [17:28]: I think this is a great question because it goes to the heart of, why are we doing all this. One of the main reasons is to empower users more. WordPress has been democratizing publishing for a while; this is another step into allowing themes to get more customization tools and more control over their site if they want to. I think the recent call for testing has focused on the 404 page, for example. That’s something that forever has been locked away from users. And it’s also something that, as a theme developer, and I used to develop themes a long time ago, that was one of the things where you decide what sort of approach you take for the 404 page. Maybe sometimes you want to have something more whimsical. Sometimes you need something more serious. And committing to one when you can have such a diverse and broad user base can be challenging. With these, it becomes as easy as offering a few different patterns for that template. Then the user will always be able to change the copy and modify something. So again, it opens up a lot of these things that used to be locked down. However, from a theme perspective, I think this doesn’t reduce the theme at all. If anything, it allows the theme to focus less on coding and functions and more on design expression and aesthetics. I don’t think that would ever be exhausted. That will always remain as diverse as humans are interacting with WordPress. And so it’s not that I don’t see it’s just as like, typographic and block styles. How do you express a template, how do you express the structure, what choices you quote, what choices you make as a theme builder? And of course, there are many degrees of control there. Because a site maintainer may not want the 404 template to be editable, that sort of control will always be present.</p>\n\n\n\n<p>Josepha [19:38]: Yeah. And really fast. I have to add a caveat to a thing that you said in there. For anyone who’s listening keenly, you may have heard Matías say that the users can update any of the content there – any of the copy. In this context, we’re talking about users as in the people who are maintaining the site, not people who are visiting your site. Visitors to your site will not be able to change any copy on your page unless you’ve done something very interesting with your WordPress site, which is also fine if that’s what you prefer to do. By default, your visitors can’t change everything on your website, which is good news, frankly.</p>\n\n\n\n<p>So I’ve got one logistics question, which I’m happy to take. And then one is kind of a big picture question that I also got from Twitter. “What about the classic editor block; what is going to happen to that? And when will we know?” So ages and ages ago, before COVID? I think so. Probably maybe a couple of years ago, Matt said that the classic editor plugin would be supported through the end of 2021. And that is still the case; there will be active support on that through the end of 2021. After that, it will not be actively supported anymore. It won’t be removed from any place that you can get access to right now. In a “this is the end of its lifecycle” sort of way, we just won’t have anyone who is currently committed to maintaining that plugin anymore. So that’s what’s happening at the end of the year. And yeah, at the end of 2021. The big question that we have is, “why is full site editing being so rushed?” I think this is a bit of a loaded question.</p>\n\n\n\n<p>Matías [21:32]: Yeah, I think I think it’s still a fair question, though. I think we’re dealing with two things here. And one is ensuring that we release things in the best state possible. And also, some of the urgency is to offer tools that we know that people lack right now and that could really benefit from. Making that determination is very tricky. The full site editing project has been in the works for the last couple of years. If we count the initial phase of Gutenberg, that’s four to five years. We’ve been doing many calls for testing, which I think have been super useful to catch issues and reflect as a community on where things are going; how do we integrate with these? How do we use it? What are the shortcomings? What do we need to do? Based on all of these, we’ll continue to make decisions on when things become ready. We’re not committed to releasing something that’s not in a good state. And I think we will always be very careful about that. There are these two competing senses of the urgency – of getting some of these tools out, and because it also benefits from the feedback loops. I always say that, in many ways, the initial phase of Gutenberg, to me, is not finished. We took the initial two years to do the 5.0 release, the initial block editor, and so on. But, it’s still being improved at a very fast pace, among all the recent major releases improvements to the editor were included; that will continue to be the case. In many ways, phase one is not finished. And the moment we choose to release some of these tools or editing tools, it won’t be finished either. They will need to continue to grow, mature, and incorporate a lot of the feedback. Even the things that the ecosystem is building around. I’ve seen a few themes already that are incorporating a blank canvas template so that you can use them in some pages and take over and do everything with blocks. So even the community and ecosystem as a whole is also sort of paving the way for what needs to come.</p>\n\n\n\n<p>Josepha [24:06]: I think from my perspective, and of course, I’m on the people side of things, the communication side of things, the logistics side of things; I have a frequently a very different view from what a lot of other folks are seeing. And so from my side of things, I have to say, I’m communicating about this change in a really broad way, which has not been happening since 2019 when we started the work. We’ve been communicating broadly with the WordPress community, but not with everybody who uses WordPress. So, I think that for a lot of people, this looks like a project that we started really actively working on in the last six months or so. And now we’re just racing toward a finish line. I think that there’s, there’s not been a lot of awareness of everything that’s gone into it. And so, on the one hand, it feels a little less rushed to me knowing the full length of the history on this. But also, as you said, I really think that this gets a bunch of tools to people who otherwise have not been able to accomplish these things in WordPress or otherwise. I am so anxious to get something to people who really can benefit from this change the most. And it’s the nature of the open source, right that like, one, as long as you have users, you’re going to have stuff you have to fix in your software. So we’re never really, really going to be done with this; there’s not going to be like a done point of WordPress. And the second thing is, I think it’s generally true that you don’t really start getting full user feedback until after you have launched your major release. I think that we see that a lot in open source software; you can bring in as many people as you think you can in your user tests heading up to it. And in your accessibility tests. And, in general, quality assurance tests. You can bring in a lot of people and still not have gotten the full understanding of the various niche use cases that your users will bring to you. Because at this point, we’re like 40% of the web. And that means that we’re serving this majority collection of increasingly minority voices and niche voices in the space. And so, a little bit I feel a sense of urgency; I feel a bit of anxiousness about trying to get this out there for one, to get the tools in the hands of the people who can benefit the most from them, but also so that we can start really getting the full stress test of this software out and get that feedback in so that we can really build something responsive to what our users need our long tail, “anyone who ever uses WordPress ever,” definition of users. And so, that’s why I feel a sense of urgency around it. Even though you know, as I said, you and I have been working on this for like five years, and you’ve been working on it for a decade or something. I actually don’t know how long it’s been worked on.</p>\n\n\n\n<p>Matías [27:35]: Now that makes me feel a bit old.</p>\n\n\n\n<p>Josepha [27:40]: Nobody makes Matías feel old. He is a lovely, wonderful colleague. Sorry, Matías, If I made you feel old.</p>\n\n\n\n<p>Matías [27:46]: No, that’s totally fine. I also want to add that full site editing is not like a single toggle that’s going to drop into a major release. So I think that’s important to consider, I think this entire year is going to see a lot of these tools being, and sometimes the sort of the end-user is not the, again, the site maintainer. Still, you can also be the theme developer; I think there are many tools that would be empowering for theme developers to use. Again, we mentioned there are like five to ten themes, block themes right now. That needs to grow a lot, and that only grows through these sorts of feedback loops. And the theme community pushing things forward and seeing where things can lead to. I’m very excited about the pattern directory integration because I think that can also combine with blog themes in very powerful ways. Imagine if, I don’t know many of these patterns that are very common on the web and very needed, that if we can refine them together with a second community and make them available across themes, you can combine a header from one theme with a content of another; all these sorts of mixtures could happen. All of this needs exploration, the creativity of the entire community, and so on. In that sense, getting all these tools, even if it doesn’t immediately change anything for like the site itself, starts to unlock a lot of things. </p>\n\n\n\n<p>Josepha [29:27]: I’m going to take a bit of your answer from there and tie it all the way back to your first answer that we had when you joined me today. And say, I think you’re absolutely right. We have a set of users in our theme authors and our plugin developers as well that we desperately need to get looking at this set of tools. I hope that what we are shipping in the first iteration of this serves as an opportunity for all of those theme authors and agency owners, plugin authors, WordPress site configurers freelancers. Like, I really hope that this puts it into a really accessible, easy-to-access space for them so that they can do those experiments based on what they know their users need the most. They are the group that has the closest access to site maintainers. And what they need compared to, for instance, me or a potential you like we have a lot of information, you and I, we do a lot of tests, we have a strong sense of what is needed at the moment, but we don’t have as a close connection that our theme and agency and plugin folks all have. And so that’s another part of why I’m so excited to get this out in the current iteration of it.</p>\n\n\n\n<p>Josepha [31:04]: That was a lot of questions in a little bit of time. This is going to be officially my longest WordPress briefing. Matías, I am so glad that you were able to join me today. And I think that everyone’s going to be really, really excited to hear your answers to these questions.</p>\n\n\n\n<p>Matías [31:23]: Thank you for having me.</p>\n\n\n\n<p>Josepha [31:25]: All right, my friends. That brings us into our small list of big things. I’m going to skip our community highlight today just because we had a slightly longer word press briefing in our bonus iteration today. But the small list of big things. The first thing is WordCamp Central America is coming up on April 15; there is a registration link in the show notes that you can access your tickets with. I recommend that you go; we’ve got a lot of excellent speakers coming up there and a lot of good content and good training and learning for y’all. The second thing is that Matt Mullenweg and I have listening hours coming up with the community in the first week of April. I’ll add the link to register for those in the show notes as well; it’s just a few minutes for you all to stop by, check-in, see what’s going on, and share some celebrations or concerns with us. And I hope that I see you there. </p>\n\n\n\n<p>So that my friends is your small list of big things. Thank you for joining in today for the WordPress briefing. I’m your host, Josepha Haden Chomphosy. I’ll see you again in a couple of weeks!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Mar 2021 15:05: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:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:96:\"Gutenberg Times: New Gallery Block, Convert Blocks, Business News and more Weekend Edition #164\";s:7:\"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=17347\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://gutenbergtimes.com/gallery-block-convert-blocks-business-weekend-edition-164/\";s: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:21372:\"<p>Howdy, </p>\n\n\n\n<p>Despite the new spread of the coronavirus in Europe and the problems around vaccinations, I am quite hopeful to be able to travel again in the second half of the year and visit the homeland after two years. Patience is a virtue. </p>\n\n\n\n<p>Today, we have a full roster of content for developers, content creators, theme authors, implementers and contributors. Again I am awed by the astonishing creativity in the WordPress space! </p>\n\n\n\n<p>Remember, you don’t need to read it all in one sitting. It’ll keep the whole week! </p>\n\n\n\n<p><strong>Yours ?<br />Birgit </strong></p>\n\n\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-full-site-editing-themes\">Full-Site Editing + Themes</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-block-editor-for-content-creators\">Block editor for content creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-business-news-around-gutenberg\">Business News around Gutenberg</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-extendify\">Extendify</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </a></li><li><a href=\"https://gutenbergtimes.com/feed/#7-people-behind-extendify\">People behind Extendify</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#8-go-daddy\">GoDaddy</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#9-developing-for-the-block-editor\">Developing for the block editor</a></li><li><a href=\"https://gutenbergtimes.com/feed/#10-meta-charset-utf-8-word-press-events\"><meta charset=”utf-8″>WordPress Events</a></li></ul></div>\n\n\n\n<h2 id=\"0-full-site-editing-themes\">Full-Site Editing + Themes</h2>\n\n\n\n<p>WPTavern has a podcast again! The WordPress Juke Box. For the inaugural episode host Nathan Wrigley interviewed. Among other things, <strong>Josepha Haden Chomphosy</strong> talked about her benchmark for the Go/NoGo decision to merge Full-Site Editing into core for the 5.8 release in July. Find additional thoughts in my post: <a href=\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\"><strong>Full-site Editing MVP: Can I Build a Landing Page?</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted the fourth call for testing: <strong><a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">Building a restaurant themed header</a></strong>, with instructions to use columns, navigation block and other features for the header template part. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>There is a lot of movement on the Gutenberg Repo and the Themes Team keeps a list of relevant issues and discussions for theme developers. <a href=\"https://twitter.com/one_maggie\"><strong>Maggie Cabrera</strong></a> published the round-up post <strong><a href=\"https://make.wordpress.org/themes/2021/03/26/gutenberg-themes-week-of-march-25-2021/\">Gutenberg + Themes: Week of March 25, 2021</a></strong>. It’s an excellent reading list if you need to dive deeper in the upcoming changes for your theme or your customer. One of the issues caught my eye: the discussion and work around block alignment settings for themes. The current way predates the revamp of the Inner Blocks. There is some work to be done, streamlining the styling for themes. <a href=\"https://github.com/WordPress/gutenberg/issues/29506\">Join the discussion on GitHub</a>. </p>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">“Keeping up with Gutenberg – Index”</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">The index 2020 is here</a></p>\n\n\n\n\n<h3 id=\"1-refactor-of-the-gallery-block-using-image-blocks\">Refactor of the Gallery Block, using image blocks. </h3>\n\n\n\n<p>If you love to take a sneak peek at the new version of the Gallery block, heed the call for testing by <a href=\"https://twitter.com/glendaviesnz\"><strong>Glen</strong></a><strong><a href=\"https://twitter.com/glendaviesnz\"> </a></strong><a href=\"https://twitter.com/glendaviesnz\"><strong>Davies</strong>:</a> <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/\"><strong>Gallery Block Update – Call for Testing</strong></a>. The refactored version is now using single image blocks inside the Gallery block. You can us all the great features: individual links per image, block styles, choices for size and editing capabilities. If you also use a plugin with your site, like CoBlocks, you can still apply the great filters and animations to your gallery block. In his post, Davies walks you through the few features and asked to test all the many facets of the new Gallery block. </p>\n\n\n\n<p>On the WPTavern, <strong>Justin Tadlock</strong> explains how this new change can make a lot of difference on how gallery layouts will be built. Among other ideas, he pictures that among images, a Pull Quote block could be added. <a href=\"https://wptavern.com/refactoring-gutenbergs-gallery-block-to-support-nested-images\">Refactoring Gutenberg’s Gallery Block To Support Nested Images</a>.</p>\n\n\n\n<p>I posted <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/#comment-40962\">my first impression as a comment</a> and created <a href=\"https://github.com/WordPress/gutenberg/issues/30250\">a bug report on GitHub</a> when my images lost all their styling when I added the gallery block to a group. I suggested making it possible to apply block styles to more than one image at a time, and that the gallery block / image block copies the respective Alt texts from the media library. Both suggestions made it into the <a href=\"https://github.com/WordPress/gutenberg/projects/56#card-57737540\">project board.</a></p>\n\n\n\n<h2 id=\"2-block-editor-for-content-creators\">Block editor for content creators</h2>\n\n\n\n<p><a href=\"https://twitter.com/liamdempsey\"><strong>Liam Dempsey</strong></a> asked his Twitter followers for recommendation of Block plugins. He collected all the suggestions in this blog post: <strong><a href=\"https://liamdempsey.com/community-recommendations-for-gutenberg-blocks-in-wordpress/\">Community Recommendations for Gutenberg Blocks in WordPress</a>.</strong> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Amie Suzan</strong> at at <a href=\"https://twitter.com/virfice\"><strong>Virfice</strong></a> reviewed the <strong>Blocksy Theme and gives 18 <a href=\"https://www.virfice.com/blocksy-wordpress-theme-review/\">Unavoidable Reasons to Build Sites With It</a></strong>. The theme received some attention after Chris Lema revamped his site using the block editor it <a href=\"https://chrislema.com/this-site-now-runs-on-the-blocksy-theme/\">now runs on the Blocksy theme</a>. Justin Tadlock at the WPTavern also found the <a href=\"https://wptavern.com/blocksy-wordpress-theme-provides-a-solid-block-editor-experience\">Blocksy theme to provide a solid block editor experience</a></p>\n\n\n\n<p>? <a href=\"https://wordpress.org/themes/blocksy/\">WPRepo</a> | <a href=\"https://creativethemes.com/blocksy/\">Website</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders Norén</a></strong> published a new free theme in the WordPress Repository, named <strong>Eskell</strong>, inspired by the Swedish graphic designer Olle Eksell. In his <strong>introduction to the theme</strong>, Andres wrote: “(…) <em>the star of the show in Eksell is the archive page, which features a masonry grid of posts and a category filter that updates the grid with posts from the selected category without a hard reload.”</em> In includes full color settings and dark mode for devices that support it. He continues: <em>“The Blank Canvas Template hides everything on the page except the blocks you add to the Block Editor content. That gives users the freedom to create entirely custom pages, with whatever blocks they want. It feels like a little preview of what we’ll be able to do once Full Site Editing is merged into WordPress Core.”</em></p>\n\n\n\n<p> <strong>Justin Tadlock </strong>published a review <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">Eksell theme creates art with blocks</a> and <a href=\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory\">a follow-up article</a> on the WPTavern. </p>\n\n\n\n<p>? <a href=\"https://wordpress.org/themes/eksell/\">WPRepo</a> | <a href=\"https://www.andersnoren.se/teman/eksell-wordpress-theme/\">Website</a> | <a href=\"https://andersnoren.se/themes/eksell/\">Demo</a></p>\n\n\n\n<h2 id=\"3-should-you-switch-to-the-block-editor\">Should you switch to the block editor? </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/bfintal\">Benjamin Intal</a></strong> from Stackable posted <strong><a href=\"https://wpstackable.com/blog/why-you-should-switch-to-the-gutenberg-wordpress-editor/\">Why You Should Switch to the Gutenberg WordPress Editor</a></strong>. He wrote: <em>“In this article, we enumerate some reasons why the Gutenberg WordPress editor might be your new primary choice for page building. Read on, and we might just convince you to give Gutenberg another shot.”</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>WordPressVIP post takes us <strong><a href=\"https://wpvip.com/case-studies/behind-the-scenes-of-news-uks-rampant-speed-to-value/\">Behind the scenes of News UK’s rampant speed to value</a></strong>. News UK is the powerhouse behind some of the UK’s most famous news, media, and lifestyle brands. Its reach ranges from the highly respected the London Times to the hugely popular Sun. In the more detailed case study, you’ll learn from the editor’s perspective how the usage of the block editor has streamlined content production, increased productivity and fosters a culture of innovation between teams. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On the WPBuild podcast <strong>A-Z of WordPress</strong> this week, <strong>Nathan Wrigley </strong>and <strong>David Walmsley</strong> tackled the letter <a href=\"https://wpbuilds.com/2021/03/25/222-g-is-for-gutenberg/\"><strong>G – Gutenberg</strong></a>. If the early controversy in 2018 had you shy away from trying it out, but now you heard so much positive about it, this episode will give you an update on how people are using the block-editor now and what’s in store for 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Let <a href=\"https://twitter.com/allie_nimmons\"><strong>Allie Nimmons</strong></a> of WPBuffs tell you <strong><a href=\"https://wpbuffs.com/why-and-how-to-use-the-wordpress-block-editor/\">Why and How to use the WordPress block editor.</a> </strong> It’s an excellent introduction and tutorial with dozens of links to learn more. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>For those of us who are worried about migrating a ton of content from classic editor and short codes to block editor, <a href=\"https://twitter.com/_dsawardekar\"><strong>Darshan Sawardekar</strong></a>, lead web engineer at the web agency 10up, has good news. This week, he announced <a href=\"https://10up.com/blog/2021/convert-to-blocks/\"><strong>the release of the Convert to Blocks plugin.</strong></a> Convert to Blocks converts your content to blocks on the fly and those changes will be saved when you update the post. It’s not a Bulk Converter, it only converts content once it is opened in the block editor. </p>\n\n\n\n<p>? <a href=\"https://wordpress.org/plugins/convert-to-blocks/\">WPRepo</a> | <a href=\"https://github.com/10up/convert-to-blocks\">GitHub</a></p>\n\n\n\n<p>A couple of months ago, the WPTavern published the article <strong><a href=\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\">How To Bulk Convert Classic WordPress Posts To Blocks?</a></strong>. Justin Tadlock listed two more plugins for the purpose: <a href=\"https://bulkconverttoblocks.com/\">Bulk Convert to Blocks</a> (still in development) and <a href=\"https://wordpress.org/plugins/bulk-block-converter/\">Bulk Block Converter</a>, last updated a year ago. We used it at a recent project and it worked very well. </p>\n\n\n\n<h2 id=\"4-business-news-around-gutenberg\">Business News around Gutenberg</h2>\n\n\n\n<h3 id=\"5-extendify\">Extendify</h3>\n\n\n\n<p><a href=\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\">WPTavern has the scoop: <em>Extendify</em> recently aquired plugin EditorPlus</a> and joined forces with Munir Kamal and his team around Gutenberg Hub. Back in November 2020, they also acquired Redux Framework, and hired its creator, <a href=\"https://twitter.com/dovyp\">Dōvy Paukstys</a>, part-time. </p>\n\n\n\n<h4 id=\"6-plugins-now-owned-by-extendify\">Plugins now owned by Extendify: </h4>\n\n\n\n<ul><li><a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus,</a></li><li><a href=\"https://wordpress.org/plugins/acf-blocks/\">ACF Blocks</a>,</li><li><a href=\"https://wordpress.org/plugins/forms-gutenberg/\">Gutenberg Forms</a>,</li><li><a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a>,</li><li><a href=\"https://wordpress.org/plugins/ml-slider/\">MetaSlider</a>, </li><li><a href=\"https://wordpress.org/plugins/block-slider/\">Block Slider</a>. </li></ul>\n\n\n\n<h4 id=\"7-people-behind-extendify\">People behind Extendify</h4>\n\n\n\n<p><a href=\"https://twitter.com/chrislubkert\"><strong>Chris Lukbert</strong></a> and <a href=\"https://twitter.com/arturgrabo\"><strong>Artur Grabowski</strong></a>, co-founders of <a href=\"https://extendify.com/\">Extendify</a>, are former Automattic employees. So is <strong><a href=\"https://twitter.com/karmatosed\">Tammie Lister,</a></strong> Extendify’s Head of Design. Lister has been a major WordPress contributor on the Gutenberg block-editor as co-lead since the beginning in 2017. She participated in one of our first Live Q & As in <a href=\"https://gutenbergtimes.com/episode-6-creating-gutenberg-live-q-a-w-leads-tammie-lister-joen-asmussen-and-matias-ventura/\">November 2018 </a>with her Gutenberg co-leads Joen Asmussen and Matias Ventura. You can also read more about Lister on <a href=\"https://heropress.com/essays/discovering-your-place/\">HeroPress: Discovering Your Place</a>. </p>\n\n\n\n<h3 id=\"8-go-daddy\">GoDaddy</h3>\n\n\n\n<p>GoDaddy is sponsoring <a href=\"https://twitter.com/Mamaduka\"><strong>George Mamadashvili</strong></a> to contribute on the WordPress Gutenberg project full-time. Mamadashvili was one of the developers behind the cool blocks published under the brand of SortaBrilliant in 2018 and 2019. Recently, he released <a href=\"https://wordpress.org/plugins/toggles/\">Toggles</a>, an accordion block for FAQs, and other use cases. You can also use it to hide spoilers in Movie or Book reviews. </p>\n\n\n\n<h2 id=\"9-developing-for-the-block-editor\">Developing for the block editor</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/mattwatsoncodes\">Matt Watson</a></strong> published his 5th tutorial <a href=\"https://wholesomecode.ltd/guides/create-customizer-panel-wordpress-gutenberg-components/\">Create a Customizer Panel using Gutenberg Components</a> for developers. You should read his previous posts before tackling this one. </p>\n\n\n\n<ul><li><a href=\"https://wholesomecode.ltd/guides/creating-plugin-wordpress-gutenberg/\">Creating a Plugin for the Block Editor</a></li><li><a href=\"https://wholesomecode.ltd/guides/options-settings-data-wordpress-gutenberg/\">Using Options to Store Data in the Block Editor</a> </li><li><a href=\"https://wholesomecode.ltd/guides/entry-points-wordpress-create-block-script/\">Add Entry Points to the Create-Block Script</a></li><li><a href=\"https://wholesomecode.ltd/guides/create-settings-page-wordpress-gutenberg-components/\">Create a Settings Page using Gutenberg Components</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>On <strong>WordPressTV</strong> you’ll find <strong>Chris van Patten</strong>‘s <a href=\"https://wordpress.tv/2020/04/02/chris-van-patten-the-ultimate-beginners-guide-to-the-gutenberg-data-api/\">The Ultimate Beginner’s Guide to the Gutenberg Data API</a>. The Data API is how you get data in and out of Gutenberg, track changes across blocks, and execute events around the editor.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>The <strong>WordCamp India</strong> presentation by <strong><a href=\"https://twitter.com/gziolo\">Grzegorz “Greg” Ziółkowski</a> <a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\">Block</a></strong><a href=\"https://www.youtube.com/watch?v=YQwHsk27HMQ\"><strong> Development with scaffolding</strong></a> helps you get started building a single block plugin with the <a href=\"https://www.npmjs.com/package/@wordpress/create-block\">create-block-script</a>. </p>\n\n\n\n<p></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg’s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"10-meta-charset-utf-8-word-press-events\">WordPress Events</h2>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 6, 2021 9 am EDT / 14:00 UTC</strong><br /><a href=\"https://www.youtube.com/watch?v=jAIlY3lTAos\"><strong>WPCafe: Building the Twenty Twenty-One</strong> </a>with Caroline Nymark and Mel Dwan-Choyce, live on YouTube</p>\n\n\n\n<p><strong>April 15, 2021 6:30 pm EDT / 23:30 UTC</strong><br /><strong><a href=\"https://www.meetup.com/SF-WordPress-Users/events/277019024/\">South Florida Mega Meetup</a></strong> “New Site Builder Edition”</p>\n\n\n\n<p><strong>April 15 – 17, 2021</strong><br /><a href=\"https://centroamerica.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Centroamérica 2021</a></p>\n\n\n\n<p><strong>April 27 and 28th</strong><br /><a href=\"https://www.godaddy.com/pro/expand\"><strong>Expand 2021</strong></a> – a virtual event hosted by GoDaddy that brings the web design and developer community together to share ideas and experiences, make connections and support each other.</p>\n\n\n\n<p><strong>May 24 – 27. 2021</strong><br /><strong><a href=\"https://wordsesh.com/\" target=\"_blank\" rel=\"noreferrer noopener\">WordSesh 2021</a> </strong><br /><a href=\"https://wordsesh.com/speak/\">Speaker submissions are </a>due on Monday! (March 29th)! </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" id=\"block-828c0dab-dbd1-4313-9d2c-1d1d3aa9bc87\" />\n\n\n\n<p id=\"block-7cb87457-965b-4235-ab43-168b3a78f4ee\">On the<a href=\"https://wpcalendar.io/online/\"> <strong>Calendar for WordPress Online Events</strong></a> you’ll find a list of the upcoming WordPress Meetups, around the world, including WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don’t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won’t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator 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, 27 Mar 2021 20:30: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WordPress to Drop Support for IE11 in Upcoming 5.8 or 5.9 Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114416\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-to-drop-support-for-ie11-in-upcoming-5-8-or-5-9-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3258:\"<p>In early March, WordPress contributors began discussing the possibility of <a href=\"https://wptavern.com/wordpress-considers-dropping-support-for-ie-11-after-usage-falls-below-1\">dropping support for IE11</a> in the near future after usage fell below ~1%. This week, the discussion’s facilitator, Héctor Prieto, <a href=\"https://make.wordpress.org/core/2021/03/25/discussion-summary-dropping-support-for-ie11/\">confirmed</a> the majority of participants are in agreement to move forward and set a timeline for discontinuing support. Contributors are now considering either the 5.8. or 5.9 release.</p>\n\n\n\n<p>“The argument for dropping in 5.8 is to realize the change and improvement quicker, while others are inclined to wait until 5.9 to provide a longer window between the official announcement and the effective date,” Prieto said. The final call is up the the 5.8 release team, which has not yet been identified.</p>\n\n\n\n<p>The release scope and schedule hinges on whether or not the <a href=\"https://make.wordpress.org/updates/2021/03/12/full-site-editing-pre-merge-overview/\">April go/no-go conditions</a> are met for including full-site editing in the merge for 5.8 (July 2021) or 5.9 (December 2021). Teams for 5.8 will be finalized in April/May, and they will decide how to proceed for discontinuing IE11.</p>\n\n\n\n<p>Jb Audras suggested that if 5.8 release leads elect to drop support for IE11, he could work with other contributors to update the BrowseHappy notice in one of the upcoming minor versions.</p>\n\n\n\n<p>“Even if the BrowseHappy notice can be updated independently from Core releases, I think it’s better to update alongside a release, to give better visibility to this change,” Audras said.</p>\n\n\n\n<p>Microsoft 365 apps and services will no longer support IE11 <a href=\"https://techcommunity.microsoft.com/t5/microsoft-365-blog/microsoft-365-apps-say-farewell-to-internet-explorer-11-and/ba-p/1591666\">beginning August 17, 2021</a>. Drupal recently went through a similar process of deciding to drop IE11 support with the upcoming Drupal 10 release, anticipated in June 2022. Those who have to use IE11 retain the option to remain on Drupal 9’s LTS release until the end of 2023. Participants in the <a href=\"https://www.drupal.org/project/drupal/issues/3155358\">discussion</a> cited many of the same considerations now facing WordPress contributors.</p>\n\n\n\n<p>Matt Mullenweg <a href=\"https://make.wordpress.org/core/2021/03/04/discussion-dropping-support-for-ie11/#comment-40870\">commented</a> on the preliminary discussion to suggest giving IE11 users a path forward if they land on wp-admin using an unsupported browser: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Supportive of dropping support, and if someone visits on an explicitly dropped browser like IE11 showing them a friendly message saying why wp-admin is not accessible and next steps they can take.</p></blockquote>\n\n\n\n<p>The technical implementation is being discussed in the <a href=\"https://core.trac.wordpress.org/ticket/48743\">ticket</a> Riad Benguella created to discourage IE11 usage and WordPress’ projects and teams will begin examining the practical implications of dropping support.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 23:32:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: 10up Creates Classic Post Migration Route With Its Convert to Blocks WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114406\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=10up-creates-classic-post-migration-route-with-its-convert-to-blocks-wordpress-plugin\";s: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:3803:\"<p class=\"has-drop-cap\">Yesterday, 10up officially announced <a href=\"https://10up.com/blog/2021/convert-to-blocks/\">Convert to Blocks</a>, a WordPress plugin for transforming classic posts into blocks. The goal is to provide users with a safe migration route for old content while removing the burdens of other options in the space.</p>\n\n\n\n<p>I briefly mentioned this plugin in an <a href=\"https://wptavern.com/ask-the-bartender-how-to-bulk-convert-classic-wordpress-posts-to-blocks\">article covering bulk conversion</a> in the Ask the Bartender series. However, I could not recommend it to most users because it was <a href=\"https://github.com/10up/convert-to-blocks\">hosted on GitHub</a>, a site that is geared toward developers. With it now officially in the WordPress plugin directory, it is a much more user-friendly option.</p>\n\n\n\n<p>Most conversion options either convert posts in bulk or through a manual process, such as the user clicking a button. Bulk converters can be problematic at a large scale simply because there is no reliable way for users to check the success of each post’s conversion to blocks. Of course, users could check these posts individually, but that is impractical when dealing with more than a few dozen posts.</p>\n\n\n\n<p>Bulk converters are also done so in conjunction with a database backup. It is sensible to do this when altering large amounts of content at once just to be on the safe side.</p>\n\n\n\n<p>“We saw a space for a third way — a solution that eliminates editors stumbling upon Classic blocks and needing to know how to convert them, while also holding back on content transformation until content needs to be modified — at which point it is also, typically, checked again on the front end of the site,” <a href=\"https://10up.com/blog/2021/convert-to-blocks/\">wrote Darshan Sawardekar</a>, a 10up lead web engineer, in the announcement.</p>\n\n\n\n<p>“That’s where the idea for Convert to Blocks came into play. It began as a creative engineering solution to mitigate risk and improve content mapping. Its success inspired the development and public release of the plugin to help others facilitate safe content migrations to the WordPress block editor.”</p>\n\n\n\n<p>10up’s solution is a bit of a middle ground. It only converts a post when a user enters the editing screen for it. From that point, the user can check whether the conversion looks correct, fix any problems if they arise, and save the post.</p>\n\n\n\n<img />Converted gallery post.\n\n\n\n<p>Essentially, it works the same as the default convert-to-blocks options in WordPress without the manual step.</p>\n\n\n\n<p>For many users, this is the ideal solution. Because classic content works the same as it always has on the front end, it is unnecessary to convert it unless the need to edit the post also arises.</p>\n\n\n\n<p>Convert to Blocks also adds a new column to the manage posts screen named “Editor.” It lists whether the post content was created with either the block or classic editor, providing users with an at-a-glance look without checking posts individually.</p>\n\n\n\n<img />Additional “Editor” column on the manage posts screen.\n\n\n\n<p>Like other plugins, Convert to Blocks uses the core transformation feature, which is an imperfect solution. Depending on the content of the post, the conversion will sometimes throw an error. That is why bulk solutions are often problematic. With this plugin, users will know immediately upon editing a post if there is an issue.</p>\n\n\n\n<p>Given the plugins available today for converting classic posts to blocks, this would be my top choice. It focuses on transforming to blocks where it matters — during the editing process — and removes some manual work for the user.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 16:01:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:103:\"WPTavern: Free Software Community Condemns Richard Stallman’s Reinstatement to FSF Board of Directors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114253\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:245:\"https://wptavern.com/free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors?utm_source=rss&utm_medium=rss&utm_campaign=free-software-community-condemns-richard-stallmans-reinstatement-to-fsf-board-of-directors\";s: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:7505:\"<p>GPL author Richard Stallman <a href=\"https://streamable.com/nzthxn\">announced</a> this week that he has rejoined the board of the Free Software Foundation (FSF), which he established in 1985, and is not planning to resign a second time:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I have an announcement to make. I’m now on the Free Software Foundation Board of Directors once again. We were working on a video to announce this with, but that turned out to be difficult, we didn’t have experience doing that sort of thing so it didn’t get finished but here is the announcement. Some of you will be happy at this, and some might be disappointed, but who knows? In any case, that’s how it is, and I’m not planning to resign a second time.”</p></blockquote>\n\n\n\n<p>In 2019, Stallman <a href=\"https://wptavern.com/gpl-author-richard-stallman-resigns-from-free-software-foundation\">resigned</a> as director of the board and president of the FSF, and was subsequently <a href=\"https://wptavern.com/gnu-project-maintainers-move-to-oust-richard-stallman-from-leadership\">ousted by GNU project maintainers</a> from his position as head of the project. Calls for his removal were precipitated by Stallman’s controversial remarks on rape, assault, and child sex trafficking, along with two decades of <a href=\"https://geekfeminism.wikia.org/wiki/Richard_Stallman\">behaviors and statements</a> that many have found to be disturbing and offensive. His return came as a shock to the free software community, though some suspect he never really left.</p>\n\n\n\n<p>“I did not support the decision to reinstate RMS,” former FSF board member Kat Walsh <a href=\"https://twitter.com/mindspillage/status/1374448587388588037\">said</a> after resigning from the board yesterday. “I made my arguments and placed my opposing vote; while I was glad I was able to do that I regret not being able to turn the decision the other way.</p>\n\n\n\n<p>“I wish the organization well; my departure is not a rejection of the ideas of free software, only a belief that my role in the organization was no longer the best way to put them forward into the world.”</p>\n\n\n\n<p>Stallman’s reinstatement came with a staggering lack of transparency from FSF’s board of directors and has triggered a cascade of condemnation from individuals and organizations across the tech industry. Among the many critical responsibilities it maintains, the FSF currently <a rel=\"noreferrer noopener\" href=\"https://en.wikipedia.org/wiki/Free_Software_Foundation#History\" target=\"_blank\">holds the copyrights to enforce the GPL</a>.</p>\n\n\n\n<p>The Open Source Initiative published a <a href=\"https://opensource.org/OSI_Response\">statement</a> this week, calling for Stallman’s removal from FSF’s leadership:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The Open Source Initiative calls upon the Free Software Foundation to hold Stallman responsible for past behavior, remove him from the organization’s leadership and work to address the harm he caused to all those he has excluded: those he considers less worthy, and those he has hurt with his words and actions. We will not participate in any events that include Richard M. Stallman and we cannot collaborate with the Free Software Foundation until Stallman is removed from the organization’s leadership. </p></blockquote>\n\n\n\n<p>Red Hat <a href=\"https://www.redhat.com/en/blog/red-hat-statement-about-richard-stallmans-return-free-software-foundation-board?sc_cid=701f2000000tyBjAAI\">announced</a> that it is suspending all funding of the FSF and any FSF-hosted events. Mozilla <a href=\"https://twitter.com/mozilla/status/1374513444838199304\">joined</a> the Open Source Diversity Community, Outreachy, and the Software Conservancy project in supporting an <a href=\"https://rms-open-letter.github.io/\">open letter</a> that calls for the removal of the entire Board of the Free Software Foundation, along with the removal of Stallman from all leadership positions, including the GNU Project. The letter states that the undersigned do not acknowledge Stallman’s leadership of the FSF and do not condone his actions and opinions:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>There has been enough tolerance of RMS’s repugnant ideas and behavior. We cannot continue to let one person ruin the meaning of our work. Our communities have no space for people like Richard M. Stallman, and we will not continue suffering his behavior, giving him a leadership role, or otherwise holding him and his hurtful and dangerous ideology as acceptable.</p></blockquote>\n\n\n\n<p> The petition has been signed by more than 2400 free software advocates. Notable signatories include Molly de Blanc (Debian Project, GNOME Foundation), Elana Hashman (Debian Technical Committee Member, Open Source Initiative Director, Kubernetes SIG Instrumentation Chair), Neil McGovern (GNOME Foundation Executive Director, Former Debian Project Leader), and Luis Villa (Former Director of the Open Source Initiative and the GNOME Foundation; contributor to the GPL v3 drafting process).</p>\n\n\n\n<p>The Electronic Frontier Foundation (EFF) published a <a href=\"https://www.eff.org/deeplinks/2021/03/statement-re-election-richard-stallman-fsf-board\">statement</a> urging the voting members of the FSF board to call a special meeting to reconsider Stallman’s reinstatement, in support of the “long-term viability of the free software movement:”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Free software is a vital component of an open and just technological society: its key institutions and individuals cannot place misguided feelings of loyalty above their commitment to that cause. The movement for digital freedom is larger than any one individual contributor, regardless of their role. Indeed, we hope that this moment can be an opportunity to bring in new leaders and new ideas to the free software movement.</p></blockquote>\n\n\n\n<p>Stallman still has many staunch supporters, as more than 2,000 people have signed an <a href=\"https://rms-support-letter.github.io/\">open letter</a> in support of him and his leadership. They contend that removing RMS “will hurt FSF’s image and will deal a significant blow to the momentum of the free software movement.”</p>\n\n\n\n<p>Stallman is still listed among the <a href=\"https://www.fsf.org/about/staff-and-board\">FSF’s board of directors</a>, but the board appears to be reorganizing. A preliminary <a href=\"https://www.fsf.org/news/preliminary-board-statement-on-fsf-governance\">statement</a> on upcoming changes to the board’s governance said they are moving to adopt a transparent, formal process for identifying candidates and appointing new board members. The board intends to require existing board members to submit to this process as well “to decide which of them remain on the board,” with a deadline of 30 days to complete the changes.</p>\n\n\n\n<p>By allowing Stallman to resume his position, the FSF squandered the opportunity it had to redefine itself following his resignation in 2019. The organization missed the chance to carve out a new future that would be free from his damaging influence. If the board doesn’t act in the best interests of the greater community, by remedying its lack of transparency and accountability, it may permanently resign the organization to irrelevance.</p>\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:\"Fri, 26 Mar 2021 05:46:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Gutenberg Times: Full-site Editing MVP: Can I Build a Landing Page?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=17337\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://gutenbergtimes.com/full-site-editing-mvp-can-i-build-a-landing-page/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6562:\"<p><strong>Josepha Haden Chomphosy</strong> was the featured guest on the <a href=\"https://wptavern.com/podcast/1-josepha-haden-chomphosy-on-the-past-present-and-future-of-wordpress\">inaugural episode of the WPTavern Jukebox podcast</a>, hosted by <strong>Nathan Wrigley</strong>. In their conversation, they covered a lot of ground. The show is definitely worth your 40 minutes of listen. </p>\n\n\n\n<p>Around minute 23 of the audio they talked a bit more about Full-Site Editing and its merge into the core. Chomphosy said she knows ‘this summer’ is an ambitions goal, and she also assured the listeners that the team won’t release something that’s not functional and usable. </p>\n\n\n\n<h2>Go/NoGo Mid to End of April</h2>\n\n\n\n<p>The Core release and Gutenberg teams will make the Go/NoGo decision to merge Full-Site Editing for the next WordPress release in July (5.8) on April 17 or on April 23. In other words, the state of Full Site editing in Gutenberg plugin version 10.4 and 10.5. If it doesn’t get merged into 5.8, Full-Site Editing will be merged in WordPress 5.9 to be released in December 2021</p>\n\n\n\n<p>Chomphosy also shared her – unofficial – benchmark of what should be possible with the prototype of the Site Editor by April: Can you – without writing code – create a landing page with Full-site editing tools. She calls it “the smallest viable sentence. The I-AM of websites.”</p>\n\n\n\n<h2>A Landing page is the smallest viable unit</h2>\n\n\n\n<p>This single web page consists of a header, a footer, a hero image with a button, some text, a form or a call to action. This narrows the focus of the MVP, the prototype, considerably. It also increases the probability that the first low-key, opt-in version of Full-Site editing might actually make it into the next WordPress version. A narrow scope will also help content creators, teachers and developers get started working on their discovery of the new WordPress feature. As soon as it is merged into WordPress core, plugin developer and theme builders can test their ideas against it and get familiar with the underlying concepts. </p>\n\n\n\n<p>It’s a good way to ease-in content creators, too. When you are not dealing with the header and footer of a big site, but just for a single page, it’s not so critical if you get lost on the way from content editing to template part (header, footer) editing and back again. It’s all on the same page, literally. </p>\n\n\n\n<p>This transition was one of the major causes of confusion during the <a href=\"https://make.wordpress.org/core/2021/03/16/high-level-feedback-from-the-fse-program-march/\">first few testing calls for the FSE outreach program</a> and the developers are working on making it less confusing. With this unofficial benchmark of a single landing page creation, the team will have additional time and input on how to better handle that switch between editing a template that is used for many pages and the content of a single post or page content.</p>\n\n\n\n<p>A very tangible goal, “Can I build a landing page with the tools available?” makes it straightforward for WordPress contributors who work on the parts that make that are not code, like documentation, marketing, training and testing.</p>\n\n\n\n<h2>Call For Testing: Create a Header</h2>\n\n\n\n<p>The <a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\">4th call for testing</a> via the WordPress FSE-Outreach program asks you to<a href=\"https://make.wordpress.org/test/2021/03/25/fse-program-testing-call-4-building-a-restaurant-themed-header/\"> create a header for a Restaurant</a>. <strong>Anne McCarthy</strong> has detailed instructions for you as well as video if you are in a testing mood. Your input is definitely wanted!</p>\n\n\n\n<p>Chomphosy also added that Matias Ventura, the technical lead for Gutenberg, might have different benchmarks for the MVP. I am curious, and <a href=\"https://twitter.com/JosephaHaden/status/1371956586516606977\">answer Josepha’s call for questions</a> on Full-Site Editing for her next episode of the WPBriefing podcast when Matias will be her guest. </p>\n\n\n\n<p>Full-Side Editing project encompasses a lot more than the Site Editor with template parts. There are Global Styles, Widgets in Customizer, a new Navigation and Widget screen, block-based themes with a theme.json file and query block. Some of it will work its way into the MVP. We will see how far the team progresses on their journey, that will only begin once Full-Site editing comes to Millions of WordPress users. No Fear, though. It will all be opt-in. Nothing will break. </p>\n\n\n\n<p class=\"has-white-color has-secondary-background-color has-text-color has-background has-large-font-size\">“Given enough eyeballs, all bugs are shallow” — Eric Raymond’s Linus’ Law</p>\n\n\n\n<div class=\"wp-block-group has-secondary-background-color has-background\"><div class=\"wp-block-group__inner-container\">\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\">Leave Your Email for our Weekend Edition</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too. We only share your email address <br />with our Email provider Mailchimp</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</div></div>\n\n\n\n<p></p>\n\n\n\n<div class=\"wp-block-cover alignfull has-background-dim\"><img /><div class=\"wp-block-cover__inner-container\">\n<p class=\"has-text-align-center has-large-font-size\">Take a deep dive into </p>\n\n\n\n<p class=\"has-text-align-center has-white-color has-text-color has-huge-font-size\"><a href=\"https://gutenbergtimes.com/full-site-editing/\">Full-Edit Editing </a></p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link has-background\">Ultimate Resources List</a></div>\n</div>\n</div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Mar 2021 04:34: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: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: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:110:\"WPTavern: Extendify Acquires Editor Plus, Introduces Commercial Templates in Its Plan To Improve Block Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114307\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:263:\"https://wptavern.com/extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing?utm_source=rss&utm_medium=rss&utm_campaign=extendify-acquires-editor-plus-introduces-commercial-templates-in-its-plan-to-improve-block-editing\";s: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:6447:\"<p class=\"has-drop-cap\">With the release of <a href=\"https://wordpress.org/plugins/editorplus/\">Editor Plus 2.7</a> in recent weeks, <a href=\"https://extendify.com/\">Extendify</a> stamped its brand name on the plugin. The company officially acquired the plugin months ago. However, this was its first public outing as the new owner of a project that has seen a steady uptick in its popularity, recently surpassing 5,000 active installations.</p>\n\n\n\n<p>Extendify was busy in late 2020. The company quietly purchased the <a href=\"https://wordpress.org/plugins/redux-framework/\">Redux Framework</a> in November. Dōvy Paukstys, the creator, remained on board part-time with the financial backing needed to continue the project. In December, Extendify joined forces with Munir Kamal and his team behind Editor Plus and Gutenberg Hub.</p>\n\n\n\n<p>“Our mission is to turn WordPress into a superpower for entrepreneurs around the world,” said Extendify co-founder Chris Lubkert. “As you know, despite its unrivaled popularity, many users still struggle to use WordPress to create the site they need. We see tremendous potential to empower WordPress users to create a Gutenberg-native website in a few clicks. By bringing together Redux, Editor Plus, and Gutenberg Hub, we have the foundational pieces to create a world-class onboarding and site-building experience.”</p>\n\n\n\n<p>There are no plans to build a “super” plugin that combines Editor Plus and Redux. Gutenberg Hub will continue providing resources to help users leverage the block editor.</p>\n\n\n\n<p>“Currently, the Redux template library and the library in Editor Plus are separate,” said Lubkert. “But we are heavily investing in making the Extendify library the best solution for users and eventually plan to introduce this to the Redux user base as well.”</p>\n\n\n\n<p>Extendify’s first public act as Editor Plus’s owner was not to introduce new features in its recent major-release, version 2.7. Instead, users were presented with a limitation on features they previously had access to for free.</p>\n\n\n\n<p>Version 2.7 limits the template and pattern inserter, <a href=\"https://wptavern.com/editor-plus-2-6-adds-block-pattern-and-template-library\">introduced in 2.6</a>, to three imports. Beyond that, users must upgrade to one of the Extendify Pro paid tiers. The single-site option is $99 per year with an introductory rate of $49. The unlimited sites tier is $299, and it currently has a $149 limited-time offer.</p>\n\n\n\n<img />Template and pattern inserter.\n\n\n\n<p>At first glance, it seemed like a cash grab from new owners. There were no public announcements or explanations for the change outside of a minor note in the plugin’s change log — just new ownership and upsells. Lubkert said he plans to rectify this by publishing an announcement post next week.</p>\n\n\n\n<p>Extendify had already been involved with new feature development for months. The API behind the template inserter was coming from their server in Editor Plus 2.6. It was the groundwork for Extendify Pro, but it was also still under development.</p>\n\n\n\n<p>“We’re a small, nimble team, and it was a development timing issue,” said Lubkert. “We finished the library approximately three weeks before we finished paid plans, and we certainly didn’t want to delay users getting their hands on the library while we finished up work on Extendify Pro.”</p>\n\n\n\n<p>Users will not lose any previously-imported templates. However, importing anything beyond three additional templates in Editor Plus 2.7 or newer will require a purchase of Extendify Pro for an API key.</p>\n\n\n\n<p>“We are now offering an added layer of value for users who want to benefit from the power of Editor Plus but may not be in a position to use it to create their site from scratch,” said Lubkert. “For those users, we are creating the most beautiful and effective Gutenberg-native templates, built with Editor Plus, as part of the Extendify Pro template library. As you know, we launched the initial beta version a few weeks ago. A subscription is required for unlimited access to the library, but all users can import any three templates or patterns for free.”</p>\n\n\n\n<p><em>With the launch of the template inserter in 2.6, there was no public mention of it being a beta version.</em></p>\n\n\n\n<p>Templates and patterns from Gutenberg Hub remain free. Users can still browse the site, copy a template code snippet, and paste it into the block editor.</p>\n\n\n\n<p>The team removed the custom blocks extension in Editor Plus 2.7.1, released earlier today. This feature allowed end-users to copy blocks from the Gutenberg Hub block library, paste them into the plugin, and save them for use on the site. Users could also add custom blocks via this settings screen.</p>\n\n\n\n<img />Removed custom block feature.\n\n\n\n<p>“The custom block feature in Editor Plus was an experiment that was pretty cool, actually,” said Lubkert. “However, [Kamal] suggested removing it from Editor Plus since it is now very similar to the reusable block functionality in core. We want Editor Plus to push the envelope of what is possible with Gutenberg, and having a duplicate feature that is available in core doesn’t add real, incremental value for our users.”</p>\n\n\n\n<p>Updating to 2.7+ will also likely deactivate the plugin for end-users. The primary plugin filename changed from <code>index.php</code> to <code>editorplus.php</code>. Developers should generally avoid doing this because WordPress uses this filename to determine if a plugin is active.</p>\n\n\n\n<p>I remain optimistic about Editor Plus’s future now that it has the financial backing it deserves. Having been an early supporter of the project, I knew this day would come. Nearly every time I spoke with Kamal in the past, I asked him about plans for monetizing the product. It had grown beyond what one developer could reasonably handle and scale without a business plan in place.</p>\n\n\n\n<p>“We agree with your sentiment that WordPress projects need to generate revenue in order to fund the development of truly transformational experiences,” said Lubkert. “We have been investing in our team as well. Tammie Lister joined us as Head of Design. We’ve also added engineering, support, and QA team members.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Mar 2021 21:44: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:14:\"Justin Tadlock\";s: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:91:\"WordPress Foundation: 5 tips for organizing a successful online do_action charity 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:41:\"https://wordpressfoundation.org/?p=182733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://wordpressfoundation.org/2021/5-tips-for-organizing-a-successful-online-do_action-charity-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:6491:\"<p>In 2020, unfazed by the COVID-19 pandemic, <a href=\"https://wordpressfoundation.org/2020/charity-hackathons-august-2020-report/\">community organizers rallied together and worked hard to give a WordPress-powered web presence for charities</a> through <a href=\"https://doaction.org/\">online charity hackathons</a>. Our passionate and resilient community members are pulling out all stops this year to continue the good work. We already have two applications for do_action events in the queue, with more in the pipeline! This post aims to encourage all our zealous organizers with tips on how best to organize successful <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/organising-an-online-do_action-event/\">online do_action charity hackathons</a>.</p>\n\n\n\n<ol><li><strong>Recruit a core team and prepare an event plan</strong><br />Enlist a team of 5-10 members to wrangle the event. Much like a WordCamp, organizers need to plan do_action events down to the last detail. Make sure you have a plan for the entire event lifecycle – including <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/gathering-non-profits/\">selecting nonprofits</a>, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/getting-particpants/\">finding volunteers</a>, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/finding-sponsors/\">finding sponsors</a>, task management, and execution. For inspiration, check out how the <a href=\"https://github.com/doactionjp/do_action_guideline\">do_action Japan team came up with a plan for the event beforehand</a>! Having a solid communication strategy and setting deadlines is equally important. Finding answers to questions like: “<em>When do volunteer teams meet?”, “How often should there be check-ins?”, “How do we track tasks?”, “How do we measure progress?” </em>and<em> “ What deadlines do we need to meet?” </em>for instance, will help in devising a strategy.</li><li><strong>Finding non-profits and volunteers </strong><br /><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/gathering-non-profits/\">Finding eligible non-profits</a> for your event could be a challenge. When your event publishes the call for non-profits, share it widely on social media. Since this is a charitable event, we have noticed that getting PR from local news media outlets is a lot easier. You might also want to reach out to Non-profit organizations and offer assistance proactively. You can follow the same approach for volunteer recruitment too.</li><li><strong>Fix your collaboration tools and communication strategy<br /></strong>Since this will be an online event, you will need the right collaboration tools to make the event successful. <strong>Please note: A doaction.org G Suite/Google Workspace account will be provided to all do_action event organizers in 2021 and beyond! Feel free to use that account for all your needs. Check out </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/google-workspace-account-for-do_action-events/\"><strong>the handbook page for more information</strong></a><strong>.</strong> Here are some tools that you can use for your event:<ul><li>doaction.org website (call for nonprofits & hackathon participants)</li><li>Slack (overall event prep, communication on the event days) – A free plan will be sufficient.</li><li>Zoom (event organizer & inter-team meetings, opening/closing remarks) – <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">WordPress Community zoom accounts</a> can be used. </li><li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/google-workspace-account-for-do_action-events/\">Google Workspace tools</a> (provided to all 2021 organizers in the <a href=\"mailto:location@doaction.org\">location@doaction.org</a> format) – Gmail (inquiries & sponsor communication), Google Forms (call for organizers & sponsors, post-event survey), Google Sheets (task & data management), Google Docs (collaborative editing of documents, Google Drive (for storage needs), and Google Slides (opening/closing remarks presentation)</li><li>WordPress.com P2 – for task management</li><li>Trello – for task management.</li><li>Figma (design)</li></ul></li><li><strong>Finding sponsors<br /></strong>For online do_action events, organizers need not worry about venue or catering expenses. Hence, sponsorship benefits for these events can be passed along directly to non-profits. Most WordPress companies are passionate about supporting non-profits, and providing product/service licenses is a cost-effective way for them to support the community. Consider reaching out to specific companies as per your needs. Sponsorship benefits that do_action events in 2020 had availed include:<ul><li>Free domain and web hosting for non-profits</li><li>Sponsored premium plugins and themes (Only 100% GPL Compliant themes and plugins are allowed)</li><li>Sponsored website services (backups, caching, security, optimization, etc.)</li></ul></li><li><strong>Find a way to offer post-event support for non-profit websites<br /></strong>Make sure that once the event is over, each non-profit is trained on how to use and update the site. Perhaps a few volunteers could provide post-event support for a short while (while ensuring that the right expectations are set on both sides). Offering post-event support as a sponsorship benefit could also be a solution to that problem.</li></ol>\n\n\n\n<p>Does all of this sound exciting? Would you like to support your local community by organizing a do_action event? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/do_action-event-application/\">Send in your application</a> right away! You can read more about do_action in the <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/do_action-charity-hackathon/\">event handbook</a>. Thank you for all that you do to support the global community through WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Mar 2021 03:50:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s: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:102:\"WPTavern: Insert Font Awesome Icons Into the Block Editor via the JVM Gutenberg Rich Text Icons Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:249:\"https://wptavern.com/insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin?utm_source=rss&utm_medium=rss&utm_campaign=insert-font-awesome-icons-into-the-block-editor-via-the-jvm-gutenberg-rich-text-icons-plugin\";s: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:3071:\"<p class=\"has-drop-cap\">Joris van Montfort, a freelance WordPress developer, released the <a href=\"https://wordpress.org/plugins/jvm-rich-text-icons/\">JVM Gutenberg Rich Text Icons</a> plugin over the weekend. The goal was simple: allow users to insert icons nearly anywhere in the block editor at the click of a button.</p>\n\n\n\n<p>The plugin uses version 4.7 of the Font Awesome library out of the box. However, developers can modify this to include custom icon sets.</p>\n\n\n\n<p>Like many of the most useful plugins, it stays in its lane, performing a simple task and doing it well. The plugin presents users with a “flag” button in the editor toolbar whenever they edit a Rich Text field.</p>\n\n\n\n<img />Inserting an icon into a Heading block.\n\n\n\n<p>Rich Text is a block editor component for entering text. Anywhere users can type in the editor canvas is fair game for inserting an icon. This includes paragraphs, headings, image captions, and more. It also extends to blocks from other plugin developers. If they employ a Rich Text field anywhere, the “flag” button will appear, and users can plop an icon in it.</p>\n\n\n\n<p>Icons inserted through the plugin automatically inherit the surrounding text size. If you stick it in a Heading block, it will grow larger. If you stick it in a Button block, it will match up with the Button text. The same is true for the colors too.</p>\n\n\n\n<img />Inserting icons in various blocks at different sizes and colors.\n\n\n\n<p>Because it is impossible to match each theme’s design perfectly, some minor spacing or alignment adjustments may be needed. For the most part, the icons looked good when I tested them with various themes. However, there were a couple of one-pixel-off issues and minor alignment miscues with some blocks. On the whole, I did not run into any design-breaking issues. The plugin displayed its icons as it should.</p>\n\n\n\n<p>One usability issue I encountered was being unable to delete an icon via the <code>Backspace</code> or <code>Delete</code> keys on my keyboard in use with the Buttons block. It worked well with other blocks. The solution for this was to click on the inserted icon. Then, select the “flag” icon in the toolbar to reopen the inserter. After choosing no replacement, the old one disappeared.</p>\n\n\n\n<p>The plugin developer provided filter hooks for third-party developers to implement icon sets other than Font Awesome via a custom JSON file. Instructions are outlined in the plugin’s readme. There are also hooks for uploading or overwriting the stylesheet and classes.</p>\n\n\n\n<p>While I like the plugin’s execution, I dislike that it loads its own Font Awesome stylesheet. If using another plugin or theme that does the same, its inclusion increases the page load size for end-users by loading multiple copies of the same code. This is not the fault of the plugin developer. It is a limitation created by WordPress’s lack of a dependency system. However, users who give the plugin a try should be mindful of this potential issue.</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, 24 Mar 2021 23:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s: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:62:\"WPTavern: Chrome 90 to Use HTTPS by Default in the Address Bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/chrome-90-to-use-https-by-default-in-the-address-bar?utm_source=rss&utm_medium=rss&utm_campaign=chrome-90-to-use-https-by-default-in-the-address-bar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2895:\"<p>Chrome’s upcoming <a href=\"https://blog.chromium.org/2021/03/a-safer-default-for-navigation-https.html\">version 90</a> will use <em>https://</em> by default in the address bar, bringing a significant improvement to security and loading speed. HTTPS adoption has shot up significantly over the past six years after Google <a href=\"https://webmasters.googleblog.com/2014/08/https-as-ranking-signal.html\">announced</a> in 2014 that HTTPS would be used as a ranking signal in search results. </p>\n\n\n\n<p>In February 2021, W3Techs found that <a href=\"https://w3techs.com/blog/entry/fact_20210202\">82.2% of websites use a valid SSL certificate</a>. Today, more than <a href=\"https://transparencyreport.google.com/https/overview?hl=en\">98% of pages loaded in Chrome</a> use HTTPS as the default protocol, making this change to using HTTPS as the default for navigations long overdue. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Firefox Telemetry charts HTTPS adoption at <a href=\"https://letsencrypt.org/stats/#percent-pageloads\">more than 84%</a> of web pages for all users and 92% for traffic originating in the USA.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Currently, anytime a user puts a site into the address bar without specifying the protocol, such as “example.com,” Chrome uses HTTP by default and then has to retry for HTTPS. </p>\n\n\n\n<p>The update in Chrome 90 is good news for Chrome users, because it improves the loading speed for sites that support HTTPS by cutting out the redirection loop after the initial load. A gif on the Chromium blog illustrates this in a nice way: </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Those who are using Chrome Canary can access experiments to try it out ahead of the version 90 release. Navigate to the following URL to mark the experimental feature as enabled:</p>\n\n\n\n<p><strong><em>chrome://flags/#omnibox-default-typed-navigations-to-https</em></strong></p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress site owners will want to make sure their sites are using HTTPS in order to take advantage of the speed boost this change introduces. Fortunately, for those who haven’t migrated over yet, the latest <a href=\"https://wptavern.com/wordpress-5-7-will-make-it-easier-to-migrate-from-http-to-https\">5.7 release makes it easy to update with the click of a button</a>. WordPress can detect if the site’s hosting environment supports HTTPS and then offers a one-click update process via the Site Health screen. It even handles mixed content rewrites where possible, so site owners will not have to worry about having a bunch of broken links after migrating. </p>\n\n\n\n<p>Chrome 90 went into beta in mid-March. The stable release is <a href=\"https://www.chromestatus.com/features/schedule\">scheduled</a> for 20 days following beta on April 13, 2021.</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, 24 Mar 2021 17:28:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:54:\"HeroPress: My Journey From Freelancer To Product Maker\";s:7:\"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=3513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"https://heropress.com/essays/my-journey-from-freelancer-to-product-maker/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-from-freelancer-to-product-maker\";s: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:9826:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/032321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community is integral for its success and I can\'t thank it enough.\" /><p>Like many others in our industry, my WordPress journey started a while ago.</p>\n<p>I built my first website using GeoCities when I was 14 years old, 21 years ago (boy am I getting old). At the time I was obsessed with skateboarding, the website was for friends I used to hang out and ride around with from school. I remember how excited I felt when I could see that my website was online and I would literally show it to everyone I could, even though looking back at it now it was extremely brightly coloured and scrappy!</p>\n<p>Back then, with my family’s 56k connection, whenever I connected to the internet it would take over the landline, so I was only allowed to go online for an hour per day. So I spent the days fiddling with Front Page, just waiting for my 1 hour to upload the code and share the updates with my MIRC friends (kinda like a Stone Age version of Slack).</p>\n<p>That’s about the time I also picked up a guitar for the first time….</p>\n<h3>Music, business and websites</h3>\n<p>To start I borrowed a super cheap electric guitar from a friend to learn how to play, and impress a girl I liked. After playing all evening, I felt so inspired that the guitar ended up next to me while I slept in bed. It was love at first chord.</p>\n<p>Because I was so obsessed, I couldn’t stop practicing and quickly I became pretty good (for a kid). So much so that I formed a band with some friends and started performing wherever we could. For the next decade, I focused on becoming the best rock musician I could.</p>\n<p>I didn’t want to just play the guitar in a band that was performing at local events and school, I wanted us to go places and started treating it as a business. I began studying business by reading every book I could, which led me to take courses and become a certified business and digital consultant.</p>\n<p>During my studies, I learned WordPress and the entire Adobe suite. This was my first introduction to WordPress and it made me love designing and developing websites even more than I already did.</p>\n<p>I had fun during this time, but they were some tough years and despite all of my efforts, my band wasn’t doing very well.</p>\n<blockquote><p>After everything I had put into it, I thought I’d have my own episode on MTV Cribs already!</p></blockquote>\n<p>We decided the band needed a change.</p>\n<p>We rebranded, wrote new stuff, this time in English to maximise our reach, and did an online launch using everything I learned.</p>\n<p>Within a month of the launch, my local band from a small town in Israel was signed to release an album worldwide through a British label.</p>\n<p>We were stoked!</p>\n<p>We decided to drop everything, come to the UK and start touring Europe. And so we did!</p>\n<p>Starting from scratch, we began building our audience at small venues and pubs, while really pumping things up online, using WordPress to build our website and promote!</p>\n<p>We went from playing to sometimes less than 10 people to hundreds, then thousands. Playing with some of the artists we grew up listening to.</p>\n<p>It was pretty amazing, but I was still broke surprisingly!</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/image1.jpg\"><img /></a></p>\n<p>Luckily though, from my efforts in promoting the band using our website and designs on social media, my work began to get noticed and I started to attract clients.</p>\n<p>With little to no money in my bank account, I started freelancing out the back of our tour van and built clients websites while touring Europe. Free McDonalds WiFi became my best friend and no matter where we went, there was always one nearby.</p>\n<p>While I drew in more clients and started generating revenue for myself, unfortunately my band ended up splitting up. It was unavoidable and in the end, it was the best thing that could have happened to me (even though it was devastating at the time).</p>\n<p>I then thought, “you know what, I’m going to start taking this freelancing thing seriously.”</p>\n<blockquote><p>I started building my own business, using my rediscovered passion for the web and WordPress in particular.</p></blockquote>\n<p>As I got deeper into building websites, I began to insert myself more into the WordPress community, which filled the void of being “the band guy”. As my time now wasn’t being taken up by touring, I employed my first designer and this is where my agency took off.</p>\n<p>We managed to pull in 6 figures within the first year, and we kept growing!</p>\n<p><a href=\"https://s20094.pcdn.co/wp-content/uploads/2021/03/image2.jpg\"><img /></a></p>\n<p>Within a few years, my agency grew to 12 employees. As I acquired more clients, I realized there was something holding me back.</p>\n<h3>From Agency To Product Maker</h3>\n<p>As we began dealing with more and more clients day-to-day, it became blindingly apparent that we simply did not have the correct tools to deal with the volume efficiently.</p>\n<p>So, I went on the hunt for a platform or tool that could help organize and deal with client requests quickly and easily. We already had a ticketing system in place, while using emails, phone calls and face to face meetings, but it was just all a mess.</p>\n<p>There are solutions to the problems of project management BUT I struggled to find a purely dedicated platform that was for a web design agency.</p>\n<blockquote><p>I arranged a meeting with my team and we decided, let’s just build our own solution.</p></blockquote>\n<p>We had the designers and developers to make it happen, so…we did! We developed a simple WordPress plugin that we could use to take requests from our clients across all of their websites, and after it was implemented, it worked like a dream.</p>\n<p>Being the person I am though, I didn’t stop there. I thought, “other people should be using this” and that’s where my product, Atarim, was born. I reached out to the WordPress community wherever I could and got a bunch of beta testers to try it out with their own clients.</p>\n<p>The feedback was so positive that we developed the plugin even further and started charging monthly and annual plans for other agencies and freelancers to start using it. We are now a fully fledged agency management platform serving thousands of freelancers and agencies and helped deliver tens of thousands of website projects. In just short of two years.</p>\n<p>Now we only deal with a couple of legacy clients who have been with us for a while, and we use our own platform to manage them.</p>\n<h3>The WP Community</h3>\n<p>I’ve been part of the WordPress community for a long time now, and I’m humbled and honored to say that without it, my product would not be where it is today.</p>\n<p>Before COVID, I was a regular at every event I could get to, whether it was in London (where I live) or another country.</p>\n<blockquote><p>I’ve made some lifelong friends within the community and it has made working day-to-day an absolute blast</p></blockquote>\n<p>…(obviously with some major stresses in between, but hey you aren’t doing it right if you aren’t stressed most of the time!).</p>\n<p>Because of COVID though, I was driven to creating our own event online. Last year we had our first and we are currently gearing up for the second one to go live very soon!</p>\n<p>The Atarim Web Agency Summit was born out of love for the WordPress Community. An online event that spans 4 days where we can all come together and listen to some of the greatest minds in our industry talk about their craft and how we can improve our agencies and freelance businesses.</p>\n<p>We managed to develop the summit into the biggest online event in the WordPress space and it was incredibly humbling to partner with some of the largest companies and famous speakers. Companies that have products I myself have been using for years, and speakers that I used to watch on YouTube!</p>\n<p>Also, the feedback we received from our initial beta test and the feedback we continue to get from our current users, helps shape the product every single day. The WordPress community is integral for it’s success and I can’t thank it enough.</p>\n<p>I love that our platform is helping agencies and freelancers that are experiencing the exact same stresses and problems I was facing when growing my agency. This is what drives my team and I to continue working and evolving Atarim, until it is the only way to manage website projects.</p>\n<h3>What’s Next?</h3>\n<p>Next, I want to make our platform accessible on any type of website, whether it’s WordPress, Drupal, Shopify or built purely from custom HTML & CSS. I want Atarim to be accessible to any type of agency owner and freelancer so they can implement our platform and reap the benefits.</p>\n<p>I’m continuing to build the team as our product gets more and more users, so we can up development on a weekly basis and release updates that enhance the experience for our current and bring in new users.</p>\n<p>As for me personally, I’m learning new and exciting things every day, attending courses and webinars where I can to ensure that I’m doing the best I can to steer Atarim in the right direction. I’ve been at this for nearly 2 years now, the plan is to go for another 8 years and re-evaluate from there.</p>\n<p>I’m excited for the future!</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-journey-from-freelancer-to-product-maker/\">My Journey From Freelancer To Product Maker</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Mar 2021 08:01: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:10:\"Vito Peleg\";s: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:76:\"WPTavern: Eksell Portfolio Theme Now Available in WordPress Themes Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/eksell-portfolio-theme-now-available-in-wordpress-themes-directory?utm_source=rss&utm_medium=rss&utm_campaign=eksell-portfolio-theme-now-available-in-wordpress-themes-directory\";s: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:2805:\"<p>Anders Norén’s new <a href=\"https://wordpress.org/themes/eksell/\">Eksell theme</a> is now available for download from the WordPress Themes directory. Eksell was inspired by Swedish graphic designer <a href=\"http://olleeksell.se/\">Olle Eksell</a>. It arrives a year and a half after Norén’s popular Chaplin theme was released.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Last week Justin Tadlock published a <a href=\"https://wptavern.com/compatibility-is-not-enough-the-eksell-wordpress-theme-creates-art-with-blocks\">preview</a> of the theme while it was still making its way through the review system. Since that time, Norén has added to the five block patterns he originally submitted with the theme. There are now 12 block patterns that help users create stacked galleries, calls to action, multiple columns with pullquotes, and more. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Eksell also includes a unique “<a href=\"https://andersnoren.se/themes/eksell/blank-canvas/\">Blank Canvas</a>” page template that only displays content added in the block editor, which Norén said offers a preview of what users will be able to do once Full Site Editing (FSE) is merged into core.</p>\n\n\n\n<p>The <a href=\"https://www.andersnoren.se/introducing-eksell/\">Eksell announcement post</a> is a sobering reminder of the uncertainty facing even the most experienced theme developers with changes coming later this year. Norén said he is not planning to update his existing 20 themes to support FSE:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>My current belief is that I won’t update my existing themes to take advantage of Full Site Editing. Not because I don’t buy into the vision of Full Site Editing, but because I don’t think anyone would be well-served by six year old themes (like Hoffman) very much not built for FSE being updated to sorta-kinda support it. I would rather spend that time on themes built from the ground up to take advantage of the new tools Full Site Editing gives us.</p></blockquote>\n\n\n\n<p>Once FSE is released, Norén said themes not updated to support it will immediately feel outdated “much like Classic Editor themes felt in the spring of 2019.” Theme developers don’t yet know what shape themes will take or how difficult it may be to update them once FSE is in core. </p>\n\n\n\n<p>Norén is considering updating Eksell to bridge the gap between the world before FSE and whatever themes look like after it lands in core, but reserved the right to leave it behind with the others. For the time being, it is one of the best themes around for the block editor, but it may be the last of the truly classic themes before the dawn of a new era in theming. </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, 24 Mar 2021 01:28:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i: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:74:\"WPTavern: Refactoring Gutenberg’s Gallery Block To Support Nested Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=114179\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/refactoring-gutenbergs-gallery-block-to-support-nested-images?utm_source=rss&utm_medium=rss&utm_campaign=refactoring-gutenbergs-gallery-block-to-support-nested-images\";s: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:4957:\"<p class=\"has-drop-cap\">Like many others, I often have pinned tabs of all sorts of things in my browser. Some of them linger there for months. Others for years, I shamefully admit. Of the handful of Gutenberg-related browser tabs I have had <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">pinned since late 2020</a>, one of them finally had the sort of movement I have been waiting on. The Gallery block was finally getting the <a href=\"https://make.wordpress.org/core/2021/03/23/gallery-block-update-call-for-testing/\">much-needed refactor</a> it needed.</p>\n\n\n\n<p>A gallery is essentially a container with nested images. The concept of nested blocks has existed and has been in use for a long while now. However, the core Gallery block does not make use of this capability. This means that users have no access to existing Image block features.</p>\n\n\n\n<p><em>Want to customize the link for individual images?</em> No can do with the Gallery block. Instead, users must use Columns and drop Image blocks in. It is such a fundamentally broken part of the user experience there is little wonder that users have looked outside of core WordPress for alternative solutions. And it has been a problem since the introduction of galleries via the shortcode system in WordPress 2.5.</p>\n\n\n\n<p><em>Want to alternate styles for each image in the gallery?</em> That has traditionally been impossible too. However, when each image is an Image block, users can alternate between square and round styles, for example.</p>\n\n\n\n<img />Alternating Image block styles in a Gallery.\n\n\n\n<p>Users can even use a plugin like Editor Plus with its extended Image block styles to create a Gallery of “image blobs” or animate them individually.</p>\n\n\n\n<img />Individual images with “blob” shapes via Editor Plus.\n\n\n\n<p>This change could open some layout possibilities where users control the positioning of each item in the grid. And, why stop with images? There is no reason that core could not open the block up to other types of nesting in the future, such as videos, quotes, and more.</p>\n\n\n\n<img />Gallery of images with a quote.\n\n\n\n<p>The downside to this new feature is that it could require more work from developers who have already built on top of the Gallery block. That is why it is fundamental that they test this change now.</p>\n\n\n\n<p>Testers can see the change by switching to the <a href=\"https://github.com/WordPress/gutenberg/pull/25940\">gallery refactor branch</a> via GitHub or grab a <a href=\"https://glendaviesnz.files.wordpress.com/2021/03/gutenberg-gallery-refactor-1.zip\">ZIP file</a> of the build. It adds a new “Gallery Refactor” option to Gutenberg’s Experimental setting screen, which must be enabled.</p>\n\n\n\n<p>Only newly-added Gallery blocks will use the new format. Nothing changed about it at first glance. However, by selecting an individual image, users can use the typical Image block settings. The two exceptions are the align and resize options, removed because they would break the layout. New galleries also do not work in the site editor yet.</p>\n\n\n\n<p>“While the expectation is nothing changes in terms of output, this is a pretty major change on a technical level for a very popular block, so it’d be a huge help to gather as much testing feedback as possible,” wrote Glen Davies in the announcement post.</p>\n\n\n\n<p>This statement could be misleading. There are fundamental, backward-incompatible changes to the markup output with the new implementation.</p>\n\n\n\n<p>In previous iterations of the gallery, it had a wrapper container (<code><div></code>) and an unordered list (<code><ul></code>) of images. The proposed change would remove the list entirely, dropping the Image blocks as direct children of the containing element. This will break custom theme styles and potentially plugin integration.</p>\n\n\n\n<p>On a technical level, I do not see the need to change the outer markup galleries. It is only the image part of the equation that needs to change. If this is because of limitations with the <code>InnerBlocks</code> system (nested blocks feature), perhaps it is not robust enough to meet developers’ needs.</p>\n\n\n\n<p>With continual breaking changes to markup and CSS in the core block system, coding the entirety of a site’s CSS from scratch is probably a thing of the past. This is not the first instance of such breakage and will undoubtedly be the last, a rarity in the pre-block era. The best course of action is for theme authors to leave core styles in place and extend them, even if it means some bloat for page loads. It is not a fool-proof plan, but it lightens the burden.</p>\n\n\n\n<p>Overall, I welcome the Gallery block enhancement, even it breaks a few things. It potentially opens a world of possibilities and is necessary if the project ever wants to provide end-users with anything other than super basic functionality.</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, 23 Mar 2021 17:39: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:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Apr 2021 18:18:20 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 16 Apr 2021 18:00:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20210404215039\";}','no'),(782,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1618640300','no'),(783,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1618597100','no'),(784,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1618640300','no'),(785,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/wordpress-5-7-1-security-and-maintenance-release/\'>WordPress 5.7.1 Security and Maintenance Release</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/04/people-of-wordpress-tyler-lau/\'>People of WordPress: Tyler Lau</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/eno-probably-this-is-the-best-blogging-theme-ever?utm_source=rss&utm_medium=rss&utm_campaign=eno-probably-this-is-the-best-blogging-theme-ever\'>WPTavern: Enō: ‘Probably This Is the Best Blogging Theme Ever’</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/full-site-editing-is-partly-a-go-for-wordpress-5-8?utm_source=rss&utm_medium=rss&utm_campaign=full-site-editing-is-partly-a-go-for-wordpress-5-8\'>WPTavern: Full Site Editing Is Partly a ‘Go’ for WordPress 5.8</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits?utm_source=rss&utm_medium=rss&utm_campaign=zerodium-temporarily-triples-payout-to-300k-for-wordpress-exploits\'>WPTavern: Zerodium Temporarily Triples Payout to $300K for WordPress Exploits</a></li></ul></div>','no'),(787,'_transient_timeout_wc_upgrade_notice_5.2.2','1618683509','no'),(788,'_transient_wc_upgrade_notice_5.2.2','','no'),(789,'_transient_timeout_wc_onboarding_product_data','1618683511','no'),(790,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 16 Apr 2021 18:18:31 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"11508\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"x-rq\";s:16:\"sea2 84 158 3150\";s:3:\"age\";s:2:\"12\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";}}s:4:\"body\";s:48132:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment method designed exclusively for WooCommerce, by WooCommerce. Securely accept major credit and debit cards on your site. View and manage your transactions within your WordPress dashboard.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings & product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced & sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"$49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"$79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"$99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"Opayo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"title\":\"QuickBooks Commerce (formerly TradeGecko)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/qbo-mark.png\",\"excerpt\":\"Get a wholesale and multichannel inventory & order management platform for your WooCommerce store with QuickBooks Commerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tradegecko\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"21da7811f7fc1f13ee19daa7415f0ff3\",\"slug\":\"woocommerce-tradegecko\",\"id\":245960},{\"title\":\"WooCommerce Tab Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/11\\/Thumbnail-Tab-Manager-updated.png\",\"excerpt\":\"Gives you complete control over your product page tabs, create local and global tabs using a visual drag-and-drop interface, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tab-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"89a9ac74850855cfe772b4b4ee1e31e0\",\"slug\":\"woocommerce-tab-manager\",\"id\":132195}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:48132:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment method designed exclusively for WooCommerce, by WooCommerce. Securely accept major credit and debit cards on your site. View and manage your transactions within your WordPress dashboard.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings & product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced & sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"$49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"$79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"$99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"Opayo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"title\":\"QuickBooks Commerce (formerly TradeGecko)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/qbo-mark.png\",\"excerpt\":\"Get a wholesale and multichannel inventory & order management platform for your WooCommerce store with QuickBooks Commerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tradegecko\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"21da7811f7fc1f13ee19daa7415f0ff3\",\"slug\":\"woocommerce-tradegecko\",\"id\":245960},{\"title\":\"WooCommerce Tab Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/11\\/Thumbnail-Tab-Manager-updated.png\",\"excerpt\":\"Gives you complete control over your product page tabs, create local and global tabs using a visual drag-and-drop interface, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tab-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"89a9ac74850855cfe772b4b4ee1e31e0\",\"slug\":\"woocommerce-tab-manager\",\"id\":132195}]}\";s:3:\"raw\";s:48770:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Fri, 16 Apr 2021 18:18:31 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 11508\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nContent-Encoding: gzip\r\nX-rq: sea2 84 158 3150\r\nAge: 12\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Jetpack-Dark.png\",\"excerpt\":\"Power up and protect your store with Jetpack\\r\\n\\r\\nFor free security, insights and monitoring, connect to Jetpack. It\'s everything you need for a strong, secure start.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166},{\"title\":\"PayPal Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Dark.png\",\"excerpt\":\"PayPal Checkout now with Smart Payment Buttons\\u2122, dynamically displays, PayPal, Venmo, PayPal Credit, or other local payment options in a single stack giving customers the choice to pay with their preferred option.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"69e6cba62ac4021df9e117cc3f716d07\",\"slug\":\"woocommerce-gateway-paypal-express-checkout\",\"id\":1597922},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment method designed exclusively for WooCommerce, by WooCommerce. Securely accept major credit and debit cards on your site. View and manage your transactions within your WordPress dashboard.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596},{\"title\":\"Google Ads & Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Give members access to restricted content or products, for a fee or for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"$249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-PB.png?v=1\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716},{\"title\":\"Multichannel for WooCommerce: Google, Amazon, eBay & Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v2.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&utm_source=woocommerce.com&utm_medium=integration&utm_campaign=woocommerce.com\",\"price\":\"$0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"$99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/08\\/xero2.png\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/woocommerce-zapier-logo.png\",\"excerpt\":\"Integrate with 3000+ cloud apps and services today.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738},{\"title\":\"WooCommerce Print Invoices & Packing lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed product data to Google Merchant Center for setting up Google product listings & product ads.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"$49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384},{\"title\":\"PayPal Payments Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Paypal-Payments-Pro-Dark.png\",\"excerpt\":\"Take credit card payments directly on your checkout using PayPal Pro.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/paypal-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6d23ba7f0e0198937c0029f9e865b40e\",\"slug\":\"woocommerce-gateway-paypal-pro\",\"id\":18594},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on time tax return filing. No more tracking sales tax rates, rules, or jurisdictional boundaries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"$99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CP.png?v=1\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"$0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152},{\"title\":\"Cart Add-ons\",\"image\":\"\",\"excerpt\":\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/cart-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"3a8ef25334396206f5da4cf208adeda3\",\"slug\":\"woocommerce-cart-add-ons\",\"id\":18717},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741},{\"title\":\"WooCommerce Paid Courses\",\"image\":\"\",\"excerpt\":\"Sell your online courses using the most popular eCommerce platform on the web \\u2013 WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670},{\"title\":\"WooCommerce Email Customizer\",\"image\":\"\",\"excerpt\":\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-email-customizer\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"bd909fa97874d431f203b5336c7e8873\",\"slug\":\"woocommerce-email-customizer\",\"id\":853277},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Save hours every month by putting your sales tax on autopilot. Automated, multi-state sales tax calculation, reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products & let customers request & manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315},{\"title\":\"Product Enquiry Form\",\"image\":\"\",\"excerpt\":\"Allow visitors to contact you directly from the product details page via a reCAPTCHA protected form to enquire about a product.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-enquiry-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"5a0f5d72519a8ffcc86669f042296937\",\"slug\":\"woocommerce-product-enquiry-form\",\"id\":18601},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708},{\"title\":\"eWAY\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/eway-logo-3000-2000.jpg\",\"excerpt\":\"Take credit card payments securely via eWay (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging & dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Advanced & sequential order numbers with optional prefixes \\/ suffixes\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/07\\/Logo-CSP.png?v=1\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout & pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"Automatic two-way sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-FirstData-updated.png\",\"excerpt\":\"FirstData gateway for WooCommerce\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"$49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174},{\"title\":\"WooSlider\",\"image\":\"\",\"excerpt\":\"WooSlider is the ultimate responsive slideshow WordPress slider plugin\\r\\n\\r\\n\\u00a0\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/wooslider\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/www.wooslider.com\\/\",\"price\":\"$49.00\",\"hash\":\"209d98f3ccde6cc3de7e8732a2b20b6a\",\"slug\":\"wooslider\",\"id\":46506},{\"title\":\"WooCommerce Social Login\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/08\\/Thumbnail-Social-Login-updated.png\",\"excerpt\":\"Enable Social Login for seamless checkout and account creation.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-social-login\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demos.skyverge.com\\/woocommerce-social-login\\/\",\"price\":\"$79.00\",\"hash\":\"b231cd6367a79cc8a53b7d992d77525d\",\"slug\":\"woocommerce-social-login\",\"id\":473617},{\"title\":\"Variation Swatches and Photos\",\"image\":\"\",\"excerpt\":\"Show color and image swatches instead of dropdowns for variable products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/variation-swatches-and-photos\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/swatches-and-photos\\/\",\"price\":\"$99.00\",\"hash\":\"37bea8d549df279c8278878d081b062f\",\"slug\":\"woocommerce-variation-swatches-and-photos\",\"id\":18697},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/woocommerce_uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762},{\"title\":\"Opayo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_RGB.png\",\"excerpt\":\"Take payments on your WooCommerce store via Opayo (formally SagePay).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599},{\"title\":\"Jilt\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/12\\/Thumbnail-Jilt-updated.png\",\"excerpt\":\"All-in-one email marketing platform built for WooCommerce stores. Send newsletters, abandoned cart reminders, win-backs, welcome automations, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jilt\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"b53aafb64dca33835e41ee06de7e9816\",\"slug\":\"jilt-for-woocommerce\",\"id\":2754876},{\"title\":\"EU VAT Number\",\"image\":\"\",\"excerpt\":\"Collect VAT numbers at checkout and remove the VAT charge for eligible EU businesses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eu-vat-number\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$29.00\",\"hash\":\"d2720c4b4bb8d6908e530355b7a2d734\",\"slug\":\"woocommerce-eu-vat-number\",\"id\":18592},{\"title\":\"QuickBooks Commerce (formerly TradeGecko)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/qbo-mark.png\",\"excerpt\":\"Get a wholesale and multichannel inventory & order management platform for your WooCommerce store with QuickBooks Commerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tradegecko\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$0.00\",\"hash\":\"21da7811f7fc1f13ee19daa7415f0ff3\",\"slug\":\"woocommerce-tradegecko\",\"id\":245960},{\"title\":\"WooCommerce Tab Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/11\\/Thumbnail-Tab-Manager-updated.png\",\"excerpt\":\"Gives you complete control over your product page tabs, create local and global tabs using a visual drag-and-drop interface, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-tab-manager\\/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"$99.00\",\"hash\":\"89a9ac74850855cfe772b4b4ee1e31e0\",\"slug\":\"woocommerce-tab-manager\",\"id\":132195}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Fri, 16 Apr 2021 18:18:31 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"11508\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:4:\"x-rq\";a:1:{i:0;s:16:\"sea2 84 158 3150\";}s:3:\"age\";a:1:{i:0;s:2:\"12\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(792,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1618607984','no'),(793,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:4830;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4759;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2716;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2591;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1997;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1855;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1830;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1509;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1506;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1497;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1486;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1480;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1466;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1310;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1252;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1234;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1224;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1151;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1123;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1047;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:942;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:926;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:901;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:885;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:874;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:820;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:813;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:805;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:801;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:779;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:760;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:741;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:727;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:724;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:715;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:710;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:677;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:664;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:663;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:663;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:659;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:659;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:651;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:645;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:623;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:597;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:596;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:595;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:588;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:588;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:573;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:569;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:564;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:561;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:557;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:555;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:542;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:541;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:541;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:539;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:530;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:516;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:508;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:500;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:498;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:495;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:490;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:488;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:487;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:486;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:470;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:463;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:457;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:452;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:446;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:445;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:443;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:442;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:441;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:432;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:429;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:424;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:418;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:407;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:407;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:406;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:405;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:400;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:390;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:390;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:388;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:379;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:379;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:370;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:369;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:365;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:363;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:357;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:353;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:347;}}','no'),(798,'wc_square_is_active','yes','yes'),(799,'wc_square_lifecycle_events','[{\"name\":\"install\",\"time\":1618597211,\"version\":\"2.4.1\"}]','no'),(800,'wc_square_version','2.4.1','yes'),(802,'_transient_timeout_wc_onboarding_themes','1618683654','no'),(803,'_transient_wc_onboarding_themes','a:28:{s:4:\"neve\";a:6:{s:4:\"slug\";s:4:\"neve\";s:5:\"title\";s:4:\"Neve\";s:5:\"price\";s:4:\"0.00\";s:12:\"is_installed\";b:1;s:5:\"image\";s:78:\"http://igotdajuice501.calvarycrossag.com/wp-content/themes/neve/screenshot.png\";s:23:\"has_woocommerce_support\";b:1;}s:10:\"storefront\";a:11:{s:5:\"title\";s:10:\"Storefront\";s:5:\"image\";s:77:\"https://woocommerce.com/wp-content/themes/woo/images/storefront/feature-1.jpg\";s:7:\"excerpt\";s:161:\"Storefront is an intuitive & flexible, free theme offering deep integration with WooCommerce.\r\n\r\nIt\'s the perfect platform for your next WooCommerce project.\";s:4:\"link\";s:103:\"https://woocommerce.com/products/storefront/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://themes.woocommerce.com/storefront/\";s:5:\"price\";s:9:\"$0.00\";s:4:\"hash\";s:32:\"5714dad8f8d0b930bd6cc9c99657b930\";s:4:\"slug\";s:10:\"storefront\";s:2:\"id\";i:565154;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"skinny\";a:11:{s:5:\"title\";s:6:\"Skinny\";s:5:\"image\";s:71:\"https://woocommerce.com/wp-content/uploads/2021/04/SKfeatured.png?w=800\";s:7:\"excerpt\";s:123:\"Create a beautiful online shop with Skinny, and optionally allow your site visitors to switch between light and dark skins.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/skinny/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://demo.codestag.com/skinny\";s:5:\"price\";s:10:\"$69.00\";s:4:\"hash\";s:36:\"a21bf5b9-3c45-4d6c-bf24-74ddae21023f\";s:4:\"slug\";s:6:\"skinny\";s:2:\"id\";i:7753168;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:12:\"pure-fashion\";a:11:{s:5:\"title\";s:12:\"Pure Fashion\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2021/03/browser.jpg\";s:7:\"excerpt\";s:88:\"Beautiful WooCommerce theme with soft colors and a unique layout using Gutenberg editor.\";s:4:\"link\";s:105:\"https://woocommerce.com/products/pure-fashion/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:35:\"https://purefashion.fuelthemes.net/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"9d7ed165-8435-4b0f-8315-8e4a5868f0b0\";s:4:\"slug\";s:12:\"pure-fashion\";s:2:\"id\";i:7704815;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"overline\";a:11:{s:5:\"title\";s:8:\"Overline\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2020/11/overline.jpg\";s:7:\"excerpt\";s:171:\"Overline is designed for the new generation of beauty brands and influencers opening their own e-commerce shops. Custom Gutenberg elements allow for increased flexibility.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/overline/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:32:\"https://overline.fuelthemes.net/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"6eab91f2-ca09-4f7e-9022-df55fd8540a9\";s:4:\"slug\";s:8:\"overline\";s:2:\"id\";i:7320744;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"agency\";a:11:{s:5:\"title\";s:6:\"Agency\";s:5:\"image\";s:70:\"https://woocommerce.com/wp-content/uploads/2020/10/agency-featured.jpg\";s:7:\"excerpt\";s:134:\"Agency is a Gutenberg and WooCommerce optimized WordPress theme for marketing, advertising, and creative agencies. Sell your services!\";s:4:\"link\";s:99:\"https://woocommerce.com/products/agency/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://organicthemes.com/demo/agency/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"4a3a3a22-a5f0-4fa4-8c09-4f37575602ef\";s:4:\"slug\";s:6:\"agency\";s:2:\"id\";i:6674855;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"rhodes\";a:11:{s:5:\"title\";s:6:\"Rhodes\";s:5:\"image\";s:66:\"https://woocommerce.com/wp-content/uploads/2020/09/rhodes-home.jpg\";s:7:\"excerpt\";s:193:\"The perfect WooCommerce theme for retailers. Whether you\'re selling high-street fashion, beauty products, or home accessories, Rhodes will just stand out of the way letting your products shine.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/rhodes/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://www.cssigniter.com/rhodes/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"b95c0103-23b9-43f3-af49-ee7eaa35e49b\";s:4:\"slug\";s:6:\"rhodes\";s:2:\"id\";i:6509339;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:11:\"restoration\";a:11:{s:5:\"title\";s:11:\"Restoration\";s:5:\"image\";s:78:\"https://woocommerce.com/wp-content/uploads/2020/09/restoration-woocommerce.jpg\";s:7:\"excerpt\";s:90:\"An elegant and sophisticated mobile-first, Gutenberg-powered theme for WooCommerce stores.\";s:4:\"link\";s:104:\"https://woocommerce.com/products/restoration/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:35:\"https://restoration.fuelthemes.net/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"e793e6af-f338-4e92-b268-e0576ddb137b\";s:4:\"slug\";s:11:\"restoration\";s:2:\"id\";i:6454820;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"matthew\";a:11:{s:5:\"title\";s:7:\"Matthew\";s:5:\"image\";s:71:\"https://woocommerce.com/wp-content/uploads/2020/06/screenshot.png?w=620\";s:7:\"excerpt\";s:145:\"Matthew is a Gutenberg-powered WooCommerce theme designed for building a professional online store so that you can sell goods or services online.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/matthew/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://demo.themesharbor.com/matthew/\";s:5:\"price\";s:11:\"$129.00\";s:4:\"hash\";s:36:\"b3983408-c4f6-4751-8bd7-ae65ae34cf3b\";s:4:\"slug\";s:7:\"matthew\";s:2:\"id\";i:6214538;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:11:\"fifthavenue\";a:11:{s:5:\"title\";s:12:\"Fifth Avenue\";s:5:\"image\";s:78:\"https://woocommerce.com/wp-content/uploads/2020/06/fifthavenue-woocommerce.jpg\";s:7:\"excerpt\";s:103:\"Beautiful Gutenberg powered WooCommerce theme designed to be easily customized for all types of stores.\";s:4:\"link\";s:105:\"https://woocommerce.com/products/fifth-avenue/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:35:\"https://fifthavenue.fuelthemes.net/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"9e093a9f-3d49-4fcd-bec7-c87b097d9df8\";s:4:\"slug\";s:11:\"fifthavenue\";s:2:\"id\";i:5989481;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"artisan\";a:11:{s:5:\"title\";s:7:\"Artisan\";s:5:\"image\";s:71:\"https://woocommerce.com/wp-content/uploads/2020/03/artisan-featured.jpg\";s:7:\"excerpt\";s:79:\"Sell your hand-crafted products online using the Artisan Theme for WooCommerce.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/artisan/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://organicthemes.com/demo/artisan/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"64529812-81f6-4efd-9686-ecb34e527421\";s:4:\"slug\";s:7:\"artisan\";s:2:\"id\";i:5576887;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"threads\";a:11:{s:5:\"title\";s:7:\"Threads\";s:5:\"image\";s:75:\"https://woocommerce.com/wp-content/uploads/2019/08/threads-home-cropped.jpg\";s:7:\"excerpt\";s:79:\"Create a stunning website for your apparel brand using Threads for WooCommerce.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/threads/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://organicthemes.com/demo/threads/\";s:5:\"price\";s:10:\"$79.00\";s:4:\"hash\";s:36:\"7ca579a6-6aaf-498c-9ee7-e15280ace9e9\";s:4:\"slug\";s:7:\"threads\";s:2:\"id\";i:4663191;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"block-shop\";a:11:{s:5:\"title\";s:10:\"Block Shop\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/uploads/2019/08/block-shop-theme-preview.jpg\";s:7:\"excerpt\";s:81:\"A hassle-free Block-Editor-Era theme for your next WooCommerce project.\r\n\r\n \";s:4:\"link\";s:103:\"https://woocommerce.com/products/block-shop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:34:\"https://blockshop.wp-theme.design/\";s:5:\"price\";s:10:\"$59.00\";s:4:\"hash\";s:36:\"21fa433c-6c31-4be7-83ab-8d2cc8986130\";s:4:\"slug\";s:10:\"block-shop\";s:2:\"id\";i:4660093;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"bistro\";a:11:{s:5:\"title\";s:6:\"Bistro\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2016/07/bistro.png\";s:7:\"excerpt\";s:174:\"Bistro is a Storefront child theme designed for stores selling organic goods and other consumables. It features a friendly and warm design that lends itself to this industry.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/bistro/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://themes.woocommerce.com/bistro\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"58e753f91fddf40abe8ebe4486f8c378\";s:4:\"slug\";s:6:\"bistro\";s:2:\"id\";i:1822936;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:10:\"stationery\";a:11:{s:5:\"title\";s:10:\"Stationery\";s:5:\"image\";s:65:\"https://woocommerce.com/wp-content/uploads/2016/04/stationery.jpg\";s:7:\"excerpt\";s:186:\"Stationery is a Storefront child theme designed for stores selling office supplies and/or arts & crafts. The design has subtle tactile decorations while also being clean and elegant.\";s:4:\"link\";s:103:\"https://woocommerce.com/products/stationery/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:42:\"https://themes.woocommerce.com/stationery/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"b939225b8b8ccdc7b14ffb6d7eab2ac2\";s:4:\"slug\";s:10:\"stationery\";s:2:\"id\";i:1629126;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"petshop\";a:11:{s:5:\"title\";s:7:\"Petshop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2016/03/petshop.png\";s:7:\"excerpt\";s:181:\"Petshop is a Storefront child theme designed for stores selling products in the pet industry. The design is organic and friendly, featuring many details that point to pet ownership.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/petshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/petshop/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"8060743c9031974326850f539aba5196\";s:4:\"slug\";s:7:\"petshop\";s:2:\"id\";i:1587689;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:5:\"hotel\";a:11:{s:5:\"title\";s:5:\"Hotel\";s:5:\"image\";s:69:\"https://woocommerce.com/wp-content/uploads/2016/03/hotel-featured.jpg\";s:7:\"excerpt\";s:246:\"Hotel is designed for businesses selling time, services and accommodation, offering unique integration with WooCommerce Bookings and Accommodation Bookings. The design is bold yet simple, allowing your content and imagery to do all the talking.\";s:4:\"link\";s:98:\"https://woocommerce.com/products/hotel/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:37:\"https://themes.woocommerce.com/hotel/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"0b0df891aa46f289f4e49bae2389bb04\";s:4:\"slug\";s:5:\"hotel\";s:2:\"id\";i:1554532;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"bookshop\";a:11:{s:5:\"title\";s:8:\"Bookshop\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2016/02/featured.png\";s:7:\"excerpt\";s:183:\"Bookshop comes with a unique homepage layout that prominently displays product categories and a variety of products in an arrangement that is popular with bookstores and collectibles.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/bookshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/bookshop/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"9fe861227e3e82fde8fe5d7e8cc3340e\";s:4:\"slug\";s:8:\"bookshop\";s:2:\"id\";i:1508713;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"arcade\";a:11:{s:5:\"title\";s:6:\"Arcade\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2016/01/arcade.png\";s:7:\"excerpt\";s:216:\"Upgrade your video game shops look and feel with Arcade. It\'s bold and modern design will engage visitors and the unique homepage layout will present them with a variety of products as soon as they hit your homepage.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/arcade/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://themes.woocommerce.com/arcade/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"5af09d4e590eec977c6b9519b517f479\";s:4:\"slug\";s:6:\"arcade\";s:2:\"id\";i:1418260;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:9:\"homestore\";a:11:{s:5:\"title\";s:9:\"Homestore\";s:5:\"image\";s:64:\"https://woocommerce.com/wp-content/uploads/2015/12/homestore.jpg\";s:7:\"excerpt\";s:166:\"Give your Department Store a classic look with Homestore. Its clean and efficient design will work well whether you\'re a boutique independent or a high street giant.\";s:4:\"link\";s:102:\"https://woocommerce.com/products/homestore/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:41:\"https://themes.woocommerce.com/homestore/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"d79fe7a1beba26523aafa6ce6d3e1e85\";s:4:\"slug\";s:9:\"homestore\";s:2:\"id\";i:1365559;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"pharmacy\";a:11:{s:5:\"title\";s:8:\"Pharmacy\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2015/12/pharmacy.jpg\";s:7:\"excerpt\";s:235:\"Give your health store a professional, trust-worthy design with the Pharmacy Storefront Child Theme. Built upon our rock solid Storefront Parent theme you\'ll also enjoy reliable integration with current and future WooCommerce releases.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/pharmacy/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/pharmacy/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"ebeff3c0f89cd3169fb6b3e7e137e513\";s:4:\"slug\";s:8:\"pharmacy\";s:2:\"id\";i:1365557;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"toyshop\";a:11:{s:5:\"title\";s:7:\"ToyShop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2015/09/toyshop.jpg\";s:7:\"excerpt\";s:269:\"Add some fun to your store with ToyShop. The engaging and colorful design of ToyShop makes it a perfect child theme or any store that sells exciting products that are aimed at customers that like to have fun. The outdoorsy style would even be perfect for a flower shop.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/toyshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/toyshop/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"3e2520021b41ee49a55b93362aaced98\";s:4:\"slug\";s:7:\"toyshop\";s:2:\"id\";i:1230716;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:6:\"outlet\";a:11:{s:5:\"title\";s:6:\"Outlet\";s:5:\"image\";s:61:\"https://woocommerce.com/wp-content/uploads/2015/09/outlet.jpg\";s:7:\"excerpt\";s:221:\"Overclock your tech store with Outlet! Whether you sell boutique iPad jewellery or the nuts and bolts of hardware itself, Outlet will give your shop a stylish look and feel while enjoying the stability of Storefront core.\";s:4:\"link\";s:99:\"https://woocommerce.com/products/outlet/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:38:\"https://themes.woocommerce.com/outlet/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"4c311cb3a3131570946b8799715a0991\";s:4:\"slug\";s:6:\"outlet\";s:2:\"id\";i:1212805;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:7:\"proshop\";a:11:{s:5:\"title\";s:7:\"ProShop\";s:5:\"image\";s:62:\"https://woocommerce.com/wp-content/uploads/2015/06/proshop.jpg\";s:7:\"excerpt\";s:176:\"Unlock the true potential of your sports clothing and equipment store with ProShop! It\'s metropolitan design provides an active aesthetic giving your store oodles of character.\";s:4:\"link\";s:100:\"https://woocommerce.com/products/proshop/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:39:\"https://themes.woocommerce.com/proshop/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"1d51b8633bbd1782dc17fce15f8bd2af\";s:4:\"slug\";s:7:\"proshop\";s:2:\"id\";i:1000757;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"galleria\";a:11:{s:5:\"title\";s:8:\"Galleria\";s:5:\"image\";s:68:\"https://woocommerce.com/wp-content/uploads/2015/05/galleria-hero.png\";s:7:\"excerpt\";s:162:\"Galleria is a Storefront child theme perfect for fashion and design stores. Stylish and minimalist, it gives sites a classy look and keeps products center stage.\";s:4:\"link\";s:101:\"https://woocommerce.com/products/galleria/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/galleria/\";s:5:\"price\";s:10:\"$39.00\";s:4:\"hash\";s:32:\"2429c1dde521031cd053886b15844bbf\";s:4:\"slug\";s:8:\"galleria\";s:2:\"id\";i:887931;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:4:\"deli\";a:11:{s:5:\"title\";s:4:\"Deli\";s:5:\"image\";s:59:\"https://woocommerce.com/wp-content/uploads/2015/03/deli.jpg\";s:7:\"excerpt\";s:135:\"Deli is a Storefront child theme featuring a texturised, earthy design, perfect for stores selling natural, organic or hand made goods.\";s:4:\"link\";s:97:\"https://woocommerce.com/products/deli/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:36:\"https://themes.woocommerce.com/deli/\";s:5:\"price\";s:9:\"$0.00\";s:4:\"hash\";s:32:\"83c6db94c8ebf9da56b59fb97f724e88\";s:4:\"slug\";s:4:\"deli\";s:2:\"id\";i:784823;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:8:\"boutique\";a:11:{s:5:\"title\";s:8:\"Boutique\";s:5:\"image\";s:63:\"https://woocommerce.com/wp-content/uploads/2015/01/boutique.png\";s:7:\"excerpt\";s:168:\"Boutique is a simple, traditionally designed Storefront child theme, ideal for small stores or boutiques. Add your logo, create a unique color scheme and start selling!\";s:4:\"link\";s:101:\"https://woocommerce.com/products/boutique/?utm_source=product&utm_medium=upsell&utm_campaign=wcaddons\";s:8:\"demo_url\";s:40:\"https://themes.woocommerce.com/boutique/\";s:5:\"price\";s:9:\"$0.00\";s:4:\"hash\";s:32:\"71815288e266d58031727d48d6deee25\";s:4:\"slug\";s:8:\"boutique\";s:2:\"id\";i:605777;s:12:\"is_installed\";b:0;s:23:\"has_woocommerce_support\";b:1;}s:15:\"twentytwentyone\";a:6:{s:4:\"slug\";s:15:\"twentytwentyone\";s:5:\"title\";s:17:\"Twenty Twenty-One\";s:5:\"price\";s:4:\"0.00\";s:12:\"is_installed\";b:1;s:5:\"image\";s:89:\"http://igotdajuice501.calvarycrossag.com/wp-content/themes/twentytwentyone/screenshot.png\";s:23:\"has_woocommerce_support\";b:0;}}','no'),(805,'_transient_timeout_wc_marketing_recommended_plugins','1618856484','no'),(806,'_transient_timeout_wc_addons_sections','1619202084','no'),(807,'_transient_timeout_wc_marketing_knowledge_base_marketing','1618683684','no'),(808,'_transient_wc_marketing_recommended_plugins','a:12:{i:0;a:7:{s:5:\"title\";s:11:\"AutomateWoo\";s:11:\"description\";s:86:\"Convert and retain customers with automated marketing that does the hard work for you.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/automatewoo/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/automatewoo.svg\";s:7:\"product\";s:11:\"automatewoo\";s:6:\"plugin\";s:27:\"automatewoo/automatewoo.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:1;a:7:{s:5:\"title\";s:25:\"Mailchimp for WooCommerce\";s:11:\"description\";s:73:\"Send targeted campaigns, recover abandoned carts and more with Mailchimp.\";s:3:\"url\";s:124:\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/mailchimp.svg\";s:7:\"product\";s:25:\"mailchimp-for-woocommerce\";s:6:\"plugin\";s:51:\"mailchimp-for-woocommerce/mailchimp-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:2;a:7:{s:5:\"title\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:79:\"Grow your business by targeting the right people & driving sales with Facebook.\";s:3:\"url\";s:107:\"https://woocommerce.com/products/facebook/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:98:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/facebook.svg\";s:7:\"product\";s:8:\"facebook\";s:6:\"plugin\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:3;a:7:{s:5:\"title\";s:32:\"Google Ads & Marketing by Kliken\";s:11:\"description\";s:121:\"Get in front of shoppers and drive traffic so you can grow your business with Smart Shopping Campaigns and free listings.\";s:3:\"url\";s:109:\"https://woocommerce.com/products/google-ads/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/google-ads.svg\";s:7:\"product\";s:10:\"google-ads\";s:6:\"plugin\";s:59:\"kliken-marketing-for-google/kliken-marketing-for-google.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:4;a:7:{s:5:\"title\";s:23:\"HubSpot for WooCommerce\";s:11:\"description\";s:76:\"Grow traffic, convert leads, close deals, and turn customers into promoters.\";s:3:\"url\";s:122:\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/hubspot.svg\";s:7:\"product\";s:23:\"hubspot-for-woocommerce\";s:6:\"plugin\";s:51:\"hubspot-for-woocommerce/hubspot-for-woocommerce.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:5;a:7:{s:5:\"title\";s:41:\"Amazon & eBay Integration for WooCommerce\";s:11:\"description\";s:75:\"List your entire WooCommerce product catalog on Amazon and eBay in minutes.\";s:3:\"url\";s:122:\"https://woocommerce.com/products/amazon-ebay-integration/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/amazon-ebay.svg\";s:7:\"product\";s:23:\"amazon-ebay-integration\";s:6:\"plugin\";s:75:\"woocommerce-amazon-ebay-integration/woocommerce-amazon-ebay-integration.php\";s:10:\"categories\";a:1:{i:0;s:9:\"marketing\";}}i:6;a:7:{s:5:\"title\";s:20:\"Personalized Coupons\";s:11:\"description\";s:86:\"Generate dynamic personalized coupons for your customers that increase purchase rates.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/automatewoo/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:122:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/automatewoo-personalized-coupons.svg\";s:7:\"product\";s:11:\"automatewoo\";s:6:\"plugin\";s:27:\"automatewoo/automatewoo.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}i:7;a:7:{s:5:\"title\";s:13:\"Smart Coupons\";s:11:\"description\";s:100:\"Powerful, \"all in one\" solution for gift certificates, store credits, discount coupons and vouchers.\";s:3:\"url\";s:112:\"https://woocommerce.com/products/smart-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-smart-coupons.svg\";s:7:\"product\";s:25:\"woocommerce-smart-coupons\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}i:8;a:7:{s:5:\"title\";s:11:\"URL Coupons\";s:11:\"description\";s:108:\"Create a unique URL that applies a discount and optionally adds one or more products to the customer\'s cart.\";s:3:\"url\";s:110:\"https://woocommerce.com/products/url-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-url-coupons.svg\";s:7:\"product\";s:23:\"woocommerce-url-coupons\";s:6:\"plugin\";s:51:\"woocommerce-url-coupons/woocommerce-url-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}i:9;a:7:{s:5:\"title\";s:24:\"WooCommerce Store Credit\";s:11:\"description\";s:77:\"Create \"store credit\" coupons for customers which are redeemable at checkout.\";s:3:\"url\";s:111:\"https://woocommerce.com/products/store-credit/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-store-credit.svg\";s:7:\"product\";s:24:\"woocommerce-store-credit\";s:6:\"plugin\";s:53:\"woocommerce-store-credit/woocommerce-store-credit.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}i:10;a:7:{s:5:\"title\";s:17:\"Free Gift Coupons\";s:11:\"description\";s:59:\"Give away a free item to any customer with the coupon code.\";s:3:\"url\";s:116:\"https://woocommerce.com/products/free-gift-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:119:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-free-gift-coupons.svg\";s:7:\"product\";s:29:\"woocommerce-free-gift-coupons\";s:6:\"plugin\";s:63:\"woocommerce-free-gift-coupons/woocommerce-free-gift-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}i:11;a:7:{s:5:\"title\";s:13:\"Group Coupons\";s:11:\"description\";s:137:\"Coupons for groups. Provides the option to have coupons that are restricted to group members or roles. Works with the free Groups plugin.\";s:3:\"url\";s:112:\"https://woocommerce.com/products/group-coupons/?utm_source=marketingtab&utm_medium=product&utm_campaign=wcaddons\";s:4:\"icon\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketing-tab-rest-api/icons/woocommerce-group-coupons.svg\";s:7:\"product\";s:25:\"woocommerce-group-coupons\";s:6:\"plugin\";s:55:\"woocommerce-group-coupons/woocommerce-group-coupons.php\";s:10:\"categories\";a:1:{i:0;s:7:\"coupons\";}}}','no'),(809,'_transient_wc_addons_sections','a:9:{i:0;O:8:\"stdClass\":2:{s:4:\"slug\";s:9:\"_featured\";s:5:\"label\";s:8:\"Featured\";}i:1;O:8:\"stdClass\":2:{s:4:\"slug\";s:4:\"_all\";s:5:\"label\";s:3:\"All\";}i:2;O:8:\"stdClass\":2:{s:4:\"slug\";s:18:\"product-extensions\";s:5:\"label\";s:12:\"Enhancements\";}i:3;O:8:\"stdClass\":2:{s:4:\"slug\";s:15:\"free-extensions\";s:5:\"label\";s:4:\"Free\";}i:4;O:8:\"stdClass\":2:{s:4:\"slug\";s:20:\"marketing-extensions\";s:5:\"label\";s:9:\"Marketing\";}i:5;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"payment-gateways\";s:5:\"label\";s:8:\"Payments\";}i:6;O:8:\"stdClass\":2:{s:4:\"slug\";s:12:\"product-type\";s:5:\"label\";s:12:\"Product Type\";}i:7;O:8:\"stdClass\":2:{s:4:\"slug\";s:16:\"shipping-methods\";s:5:\"label\";s:8:\"Shipping\";}i:8;O:8:\"stdClass\":2:{s:4:\"slug\";s:10:\"operations\";s:5:\"label\";s:16:\"Store Management\";}}','no'),(810,'_transient_wc_marketing_knowledge_base_marketing','a:8:{i:0;a:6:{s:5:\"title\";s:50:\"Adapt for the Future with Facebook Conversions API\";s:4:\"date\";s:19:\"2021-04-08T12:10:50\";s:4:\"link\";s:81:\"https://woocommerce.com/posts/adapt-for-the-future-with-facebook-conversions-api/\";s:11:\"author_name\";s:12:\"Guest Author\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/e7c363f0867b419ef857e5d96ba1146a?s=96&d=mm&r=g\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/uploads/2021/04/blog-fb-Facebook-Conversion@2x.jpg?resize=650,340&crop=1\";}i:1;a:6:{s:5:\"title\";s:56:\"Creating Amazing Content for Your Service-Based Business\";s:4:\"date\";s:19:\"2021-03-19T19:08:39\";s:4:\"link\";s:87:\"https://woocommerce.com/posts/how-to-create-amazing-content-for-service-based-business/\";s:11:\"author_name\";s:10:\"Dan Magill\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/3596d260e668a5676fb829c5026d45f0?s=96&d=mm&r=g\";s:5:\"image\";s:95:\"https://woocommerce.com/wp-content/uploads/2021/03/blog-fb-Content@2x.jpg?resize=650,340&crop=1\";}i:2;a:6:{s:5:\"title\";s:58:\"How to Use Transactional Emails to Foster Customer Loyalty\";s:4:\"date\";s:19:\"2021-03-16T23:02:17\";s:4:\"link\";s:89:\"https://woocommerce.com/posts/how-to-use-transactional-emails-to-foster-customer-loyalty/\";s:11:\"author_name\";s:12:\"Lynn Jatania\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/c2d5db9787aeb7290792147ab2b9e53f?s=96&d=mm&r=g\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/uploads/2021/03/blog-fb-Transactional@2x.jpg?resize=650,340&crop=1\";}i:3;a:6:{s:5:\"title\";s:50:\"A Guide to Using Pinterest to Market Your Products\";s:4:\"date\";s:19:\"2021-03-09T18:06:29\";s:4:\"link\";s:81:\"https://woocommerce.com/posts/a-guide-to-using-pinterest-to-market-your-products/\";s:11:\"author_name\";s:12:\"Kathryn Marr\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/431b87d722d366103cc5d9b26c66c665?s=96&d=mm&r=g\";s:5:\"image\";s:97:\"https://woocommerce.com/wp-content/uploads/2021/03/blog-fb-Pinterest@2x.jpg?resize=650,340&crop=1\";}i:4;a:6:{s:5:\"title\";s:43:\"How to Get Quick Wins for Your Online Store\";s:4:\"date\";s:19:\"2021-03-05T01:03:09\";s:4:\"link\";s:74:\"https://woocommerce.com/posts/how-to-get-quick-wins-for-your-online-store/\";s:11:\"author_name\";s:9:\"Luke Marr\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/42d7bd2fda6632337243f729e42e2695?s=96&d=mm&r=g\";s:5:\"image\";s:98:\"https://woocommerce.com/wp-content/uploads/2021/03/blog-fb-Quick-Wins@2x.jpg?resize=650,340&crop=1\";}i:5;a:6:{s:5:\"title\";s:45:\"Increase Sales by Adding Chat to Your Website\";s:4:\"date\";s:19:\"2021-02-23T16:56:46\";s:4:\"link\";s:76:\"https://woocommerce.com/posts/increase-sales-by-adding-chat-to-your-website/\";s:11:\"author_name\";s:12:\"Guest Author\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/e7c363f0867b419ef857e5d96ba1146a?s=96&d=mm&r=g\";s:5:\"image\";s:97:\"https://woocommerce.com/wp-content/uploads/2021/02/blog-fb-Messenger@2x.jpg?resize=650,340&crop=1\";}i:6;a:6:{s:5:\"title\";s:56:\"Why You Can’t Wait to Create Urgency in Your Marketing\";s:4:\"date\";s:19:\"2021-02-18T18:28:28\";s:4:\"link\";s:65:\"https://woocommerce.com/posts/how-to-create-urgency-in-marketing/\";s:11:\"author_name\";s:10:\"Dan Magill\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/3596d260e668a5676fb829c5026d45f0?s=96&d=mm&r=g\";s:5:\"image\";s:95:\"https://woocommerce.com/wp-content/uploads/2021/02/blog-fb-Urgency@2x.jpg?resize=650,340&crop=1\";}i:7;a:6:{s:5:\"title\";s:44:\"How to Turn Email Subscribers into Customers\";s:4:\"date\";s:19:\"2021-02-16T16:30:40\";s:4:\"link\";s:82:\"https://woocommerce.com/posts/how-to-turn-email-subscribers-into-online-customers/\";s:11:\"author_name\";s:10:\"Dan Magill\";s:13:\"author_avatar\";s:81:\"https://secure.gravatar.com/avatar/3596d260e668a5676fb829c5026d45f0?s=96&d=mm&r=g\";s:5:\"image\";s:103:\"https://woocommerce.com/wp-content/uploads/2021/02/blog-fb-Email-Customers@2x.jpg?resize=650,340&crop=1\";}}','no'),(811,'_transient_timeout_wc_addons_featured','1618683684','no'),(812,'_transient_wc_addons_featured','O:8:\"stdClass\":1:{s:8:\"sections\";a:12:{i:0;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:50:\"Take your store beyond the typical - sell anything\";s:11:\"description\";s:81:\"From services to content, there\'s no limit to what you can sell with WooCommerce.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:128:\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Subscriptions\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/subscriptions-icon@2x.png\";s:11:\"description\";s:98:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\";s:6:\"button\";s:10:\"From: $199\";s:6:\"plugin\";s:55:\"woocommerce-subscriptions/woocommerce-subscriptions.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:123:\"https://woocommerce.com/products/woocommerce-bookings/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:8:\"Bookings\";s:5:\"image\";s:66:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/bookings-icon@2x.png\";s:11:\"description\";s:76:\"Allow customers to book appointments for services without leaving your site.\";s:6:\"button\";s:10:\"From: $249\";s:6:\"plugin\";s:45:\"woocommerce-bookings/woocommerce-bookings.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/woocommerce-memberships/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:11:\"Memberships\";s:5:\"image\";s:69:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/memberships-icon@2x.png\";s:11:\"description\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:6:\"button\";s:10:\"From: $199\";s:6:\"plugin\";s:51:\"woocommerce-memberships/woocommerce-memberships.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/product-bundles/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:15:\"Product Bundles\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:50:\"Offer customizable bundles and assembled products.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:59:\"woocommerce-product-bundles/woocommerce-product-bundles.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:121:\"https://woocommerce.com/products/composite-products/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:18:\"Composite Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:59:\"Create and offer product kits with configurable components.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:65:\"woocommerce-composite-products/woocommerce-composite-products.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/product-vendors/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:15:\"Product Vendors\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:47:\"Turn your store into a multi-vendor marketplace\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:59:\"woocommerce-product-vendors/woocommerce-product-vendors.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:121:\"https://woocommerce.com/products/groups-woocommerce/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:22:\"Groups for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:94:\"Sell memberships using the free 'Groups' plugin, Groups integration and WooCommerce.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:41:\"groups-woocommerce/groups-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:125:\"https://woocommerce.com/products/woocommerce-pre-orders/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:22:\"WooCommerce Pre-Orders\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:60:\"Allow customers to order products before they are available.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:49:\"woocommerce-pre-orders/woocommerce-pre-orders.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:119:\"https://woocommerce.com/products/chained-products/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Chained Products\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:69:\"Create and sell pre-configured product bundles and discounted combos.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-chained-products/woocommerce-chained-products.php\";}}}i:1;O:8:\"stdClass\":1:{s:6:\"module\";s:18:\"wcpay_banner_block\";}i:2;O:8:\"stdClass\":1:{s:6:\"module\";s:16:\"wcs_banner_block\";}i:3;O:8:\"stdClass\":2:{s:6:\"module\";s:12:\"column_start\";s:9:\"container\";s:22:\"column_container_start\";}i:4;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:46:\"Improve the main features of your online store\";s:11:\"description\";s:71:\"Sell more by helping customers find the products and options they want.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/product-add-ons/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:15:\"Product Add-ons\";s:5:\"image\";s:73:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-add-ons-icon@2x.png\";s:11:\"description\";s:82:\"Give your customers the option to customize their purchase or add personalization.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-addons/woocommerce-product-addons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:129:\"https://woocommerce.com/products/woocommerce-product-search/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:14:\"Product Search\";s:5:\"image\";s:72:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/product-search-icon@2x.png\";s:11:\"description\";s:67:\"Make sure customers find what they want when they search your site.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:57:\"woocommerce-product-search/woocommerce-product-search.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:131:\"https://woocommerce.com/products/woocommerce-checkout-add-ons/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Checkout Add-ons\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/checkout-add-ons-icon@2x.png\";s:11:\"description\";s:89:\"Highlight relevant products, offers like free shipping and other upsells during checkout.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:61:\"woocommerce-checkout-add-ons/woocommerce-checkout-add-ons.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:136:\"https://woocommerce.com/products/woocommerce-checkout-field-editor/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:21:\"Checkout Field Editor\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:128:\"The checkout field editor provides you with an interface to add, edit and remove fields shown on your WooCommerce checkout page.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:71:\"woocommerce-checkout-field-editor/woocommerce-checkout-field-editor.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:127:\"https://woocommerce.com/products/woocommerce-social-login/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:24:\"WooCommerce Social Login\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:62:\"Enable Social Login for Seamless Checkout and Account Creation\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-social-login/woocommerce-social-login.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:124:\"https://woocommerce.com/products/woocommerce-wishlists/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:21:\"WooCommerce Wishlists\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:113:\"WooCommerce Wishlists allows guests and customers to create and add products to an unlimited number of Wishlists.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:47:\"woocommerce-wishlists/woocommerce-wishlists.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:115:\"https://woocommerce.com/products/cart-notices/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:12:\"Cart Notices\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:73:\"Display dynamic, actionable messages to your customers as they check out.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:53:\"woocommerce-cart-notices/woocommerce-cart-notices.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:115:\"https://woocommerce.com/products/cart-add-ons/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:12:\"Cart Add-ons\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:109:\"A powerful tool for driving incremental and impulse purchases by customers once they are in the shopping cart\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-cart-add-ons/woocommerce-cart-add-ons.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:123:\"https://woocommerce.com/products/woocommerce-waitlist/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:20:\"WooCommerce Waitlist\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:117:\"With WooCommerce Waitlist customers can register for email notifications when out-of-stock products become available.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:45:\"woocommerce-waitlist/woocommerce-waitlist.php\";}}}i:5;O:8:\"stdClass\":5:{s:6:\"module\";s:17:\"small_light_block\";s:5:\"title\";s:34:\"Get the official WooCommerce theme\";s:11:\"description\";s:128:\"Storefront is the lean, flexible, and free theme, built by the people who make WooCommerce - everything you need to get started.\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/storefront-screen@2x.png\";s:7:\"buttons\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"href\";s:44:\"/wp-admin/theme-install.php?theme=storefront\";s:4:\"text\";s:7:\"Install\";}i:1;O:8:\"stdClass\":2:{s:4:\"href\";s:104:\"https://woocommerce.com/storefront/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:4:\"text\";s:9:\"Read More\";}}}i:6;O:8:\"stdClass\":1:{s:6:\"module\";s:10:\"column_end\";}i:7;O:8:\"stdClass\":1:{s:6:\"module\";s:12:\"column_start\";}i:8;O:8:\"stdClass\":4:{s:6:\"module\";s:16:\"small_dark_block\";s:5:\"title\";s:38:\"Offer more options with the new PayPal\";s:11:\"description\";s:113:\"Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.\";s:5:\"items\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"href\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:6:\"button\";s:10:\"Learn more\";s:6:\"plugin\";s:59:\"woocommerce-paypal-payments/woocommerce-paypal-payments.php\";}}}i:9;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"column_block\";s:5:\"title\";s:19:\"Get deeper insights\";s:11:\"description\";s:58:\"Learn how your store is performing with enhanced reporting\";s:5:\"items\";a:8:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:131:\"https://woocommerce.com/products/woocommerce-google-analytics/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:16:\"Google Analytics\";s:5:\"image\";s:60:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/ga-icon@2x.png\";s:11:\"description\";s:93:\"Understand your customers and increase revenue with the world’s leading analytics platform.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:85:\"woocommerce-google-analytics-integration/woocommerce-google-analytics-integration.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:127:\"https://woocommerce.com/products/woocommerce-cart-reports/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:12:\"Cart reports\";s:5:\"image\";s:70:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cart-reports-icon@2x.png\";s:11:\"description\";s:66:\"Get real-time reports on what customers are leaving in their cart.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:53:\"woocommerce-cart-reports/woocommerce-cart-reports.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:128:\"https://woocommerce.com/products/woocommerce-cost-of-goods/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Cost of Goods\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/cost-of-goods-icon@2x.png\";s:11:\"description\";s:64:\"Easily track profit by including cost of goods in your reports.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:55:\"woocommerce-cost-of-goods/woocommerce-cost-of-goods.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:135:\"https://woocommerce.com/products/woocommerce-google-analytics-pro/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:32:\"WooCommerce Google Analytics Pro\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:85:\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:69:\"woocommerce-google-analytics-pro/woocommerce-google-analytics-pro.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:131:\"https://woocommerce.com/products/woocommerce-customer-history/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:28:\"WooCommerce Customer History\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Observe how your customers use your store, keep a full purchase history log, and calculate the total customer lifetime value.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:61:\"woocommerce-customer-history/woocommerce-customer-history.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:115:\"https://woocommerce.com/products/kiss-metrics/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:11:\"Kissmetrics\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:79:\"Easily add Kissmetrics event tracking to your WooCommerce store with one click.\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:52:\"woocommerce-kiss-metrics/woocommerce-kissmetrics.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:111:\"https://woocommerce.com/products/mixpanel/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:8:\"Mixpanel\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:65:\"Add event tracking powered by Mixpanel to your WooCommerce store.\";s:6:\"button\";s:10:\"From: $149\";s:6:\"plugin\";s:45:\"woocommerce-mixpanel/woocommerce-mixpanel.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:133:\"https://woocommerce.com/products/woocommerce-sales-report-email/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:30:\"WooCommerce Sales Report Email\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:107:\"Receive emails daily, weekly or monthly with meaningful information about how your products are performing.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:65:\"woocommerce-sales-report-email/woocommerce-sales-report-email.php\";}}}i:10;O:8:\"stdClass\":2:{s:6:\"module\";s:10:\"column_end\";s:9:\"container\";s:20:\"column_container_end\";}i:11;O:8:\"stdClass\":4:{s:6:\"module\";s:12:\"banner_block\";s:5:\"title\";s:40:\"Promote your products and increase sales\";s:11:\"description\";s:77:\"From coupons to emails, these extensions can power up your marketing efforts.\";s:5:\"items\";a:9:{i:0;O:8:\"stdClass\":6:{s:4:\"href\";s:116:\"https://woocommerce.com/products/smart-coupons/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:13:\"Smart Coupons\";s:5:\"image\";s:71:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/smart-coupons-icon@2x.png\";s:11:\"description\";s:106:\"Enhance your coupon options - create gift certificates, store credit, coupons based on purchases and more.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:55:\"woocommerce-smart-coupons/woocommerce-smart-coupons.php\";}i:1;O:8:\"stdClass\":6:{s:4:\"href\";s:114:\"https://woocommerce.com/products/automatewoo/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:11:\"AutomateWoo\";s:5:\"image\";s:74:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/follow-up-emails-icon@2x.png\";s:11:\"description\";s:121:\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\";s:6:\"button\";s:9:\"From: $99\";s:6:\"plugin\";s:27:\"automatewoo/automatewoo.php\";}i:2;O:8:\"stdClass\":6:{s:4:\"href\";s:122:\"https://woocommerce.com/products/google-product-feed/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:19:\"Google Product Feed\";s:5:\"image\";s:77:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/google-product-feed-icon@2x.png\";s:11:\"description\";s:61:\"Let customers find you when shopping for products via Google.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:45:\"woocommerce-product-feeds/woocommerce-gpf.php\";}i:3;O:8:\"stdClass\":6:{s:4:\"href\";s:118:\"https://woocommerce.com/products/dynamic-pricing/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:15:\"Dynamic Pricing\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:48:\"Bulk discounts, role-based pricing and much more\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:59:\"woocommerce-dynamic-pricing/woocommerce-dynamic-pricing.php\";}i:4;O:8:\"stdClass\":6:{s:4:\"href\";s:133:\"https://woocommerce.com/products/woocommerce-points-and-rewards/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:30:\"WooCommerce Points and Rewards\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:102:\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\";s:6:\"button\";s:10:\"From: $129\";s:6:\"plugin\";s:65:\"woocommerce-points-and-rewards/woocommerce-points-and-rewards.php\";}i:5;O:8:\"stdClass\":6:{s:4:\"href\";s:115:\"https://woocommerce.com/products/store-credit/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:24:\"WooCommerce Store Credit\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:152:\"Generate store credit coupons that enable customers to make multiple purchases until the total value specified is exhausted or the coupons life expires.\";s:6:\"button\";s:9:\"From: $29\";s:6:\"plugin\";s:53:\"woocommerce-store-credit/woocommerce-store-credit.php\";}i:6;O:8:\"stdClass\":6:{s:4:\"href\";s:111:\"https://woocommerce.com/products/facebook/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:24:\"Facebook for WooCommerce\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:89:\"Get the Facebook for WooCommerce plugin for two powerful ways to help grow your business.\";s:6:\"button\";s:4:\"Free\";s:6:\"plugin\";s:53:\"facebook-for-woocommerce/facebook-for-woocommerce.php\";}i:7;O:8:\"stdClass\":6:{s:4:\"href\";s:126:\"https://woocommerce.com/products/newsletter-subscription/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:23:\"Newsletter Subscription\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:127:\"Allow customers to subscribe to your MailChimp or CampaignMonitor mailing list(s) via a widget or by opting in during checkout.\";s:6:\"button\";s:9:\"From: $49\";s:6:\"plugin\";s:63:\"woocommerce-subscribe-to-newsletter/subscribe-to-newsletter.php\";}i:8;O:8:\"stdClass\":6:{s:4:\"href\";s:131:\"https://woocommerce.com/products/woocommerce-email-customizer/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\";s:5:\"title\";s:28:\"WooCommerce Email Customizer\";s:5:\"image\";s:57:\"https://d3t0oesq8995hv.cloudfront.net/add-ons/generic.png\";s:11:\"description\";s:125:\"Connect with your customers with each email you send by visually modifying your email templates via the WordPress Customizer.\";s:6:\"button\";s:9:\"From: $79\";s:6:\"plugin\";s:61:\"woocommerce-email-customizer/woocommerce-email-customizer.php\";}}}}}','no'),(814,'wc_square_access_tokens','a:1:{s:10:\"production\";s:168:\"OeHL/HKBCnz4EEXAKokrGnVPR0hua1UyVCs2NGtScGZyMVZkdFd0eTg3bWt0MnJETFB2NE5DT0dqRVMyMm0xNlhyMkJWMTdWUnJ3R281SUNIMC94RGVzRU9BMGhXQm50bDNDMHYyUy9wNkhMbHpndGVLanFDYmxZdGhrPQ==\";}','yes'),(815,'wc_square_refresh_tokens','a:1:{s:10:\"production\";s:168:\"FHHoLrFXD4LBzTU4cHC+gVVyanF2a3RmOW9CVXpjSlFrd21XRUNOeG8zSFZpZzBNRU1HT3owaE5KWURVYmNOVU9OaDJPZ29JOGk3Qi9JOHBKakRWMitCbDdnL1NNbWYxcHA3Qm5pMzdlcStpTFhlVGJ5amw3dUMyMS84PQ==\";}','yes'),(816,'_transient_timeout_wc_square_locations','1618601507','no'),(817,'_transient_wc_square_locations','a:3:{i:0;O:28:\"SquareConnect\\Model\\Location\":24:{s:5:\"\0*\0id\";s:13:\"LBNNWE0ZPNGJ9\";s:7:\"\0*\0name\";s:18:\"IgotdaJuice501 LLC\";s:10:\"\0*\0address\";O:27:\"SquareConnect\\Model\\Address\":15:{s:17:\"\0*\0address_line_1\";s:12:\"Jacksonville\";s:17:\"\0*\0address_line_2\";N;s:17:\"\0*\0address_line_3\";N;s:11:\"\0*\0locality\";s:12:\"Jacksonville\";s:14:\"\0*\0sublocality\";N;s:16:\"\0*\0sublocality_2\";N;s:16:\"\0*\0sublocality_3\";N;s:34:\"\0*\0administrative_district_level_1\";s:2:\"AR\";s:34:\"\0*\0administrative_district_level_2\";N;s:34:\"\0*\0administrative_district_level_3\";N;s:14:\"\0*\0postal_code\";s:10:\"72076-5400\";s:10:\"\0*\0country\";s:2:\"US\";s:13:\"\0*\0first_name\";N;s:12:\"\0*\0last_name\";N;s:15:\"\0*\0organization\";N;}s:11:\"\0*\0timezone\";s:15:\"America/Chicago\";s:15:\"\0*\0capabilities\";a:1:{i:0;s:22:\"CREDIT_CARD_PROCESSING\";}s:9:\"\0*\0status\";s:6:\"ACTIVE\";s:13:\"\0*\0created_at\";s:20:\"2020-08-08T23:55:07Z\";s:14:\"\0*\0merchant_id\";s:13:\"ML48ZGDWC797R\";s:10:\"\0*\0country\";s:2:\"US\";s:16:\"\0*\0language_code\";s:5:\"en-US\";s:11:\"\0*\0currency\";s:3:\"USD\";s:15:\"\0*\0phone_number\";s:15:\"+1 501-551-2697\";s:16:\"\0*\0business_name\";s:18:\"IgotdaJuice501 LLC\";s:7:\"\0*\0type\";s:6:\"MOBILE\";s:14:\"\0*\0website_url\";N;s:17:\"\0*\0business_hours\";O:33:\"SquareConnect\\Model\\BusinessHours\":1:{s:10:\"\0*\0periods\";a:7:{i:0;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"SUN\";s:19:\"\0*\0start_local_time\";s:8:\"09:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"16:00:00\";}i:1;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"MON\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:2;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"TUE\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:3;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"WED\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:4;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"THU\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:5;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"FRI\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:6;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"SAT\";s:19:\"\0*\0start_local_time\";s:8:\"09:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}}}s:17:\"\0*\0business_email\";s:25:\"lashunda.coates@yahoo.com\";s:14:\"\0*\0description\";s:110:\"Home Delivery Juicing Business I provided cold pressed organic juices, smoothies wellness shots and much more.\";s:19:\"\0*\0twitter_username\";N;s:21:\"\0*\0instagram_username\";s:14:\"igotdajuice501\";s:15:\"\0*\0facebook_url\";s:27:\"facebook.com/IgotdaJuice501\";s:14:\"\0*\0coordinates\";N;s:11:\"\0*\0logo_url\";N;s:21:\"\0*\0pos_background_url\";s:98:\"https://d1g145x70srn7h.cloudfront.net/files/c9c183f56f43a9982e831585cbd4c7e0509b89ad/original.jpeg\";}i:1;O:28:\"SquareConnect\\Model\\Location\":24:{s:5:\"\0*\0id\";s:13:\"LPT93M0PA85BQ\";s:7:\"\0*\0name\";s:11:\"Igotdajuice\";s:10:\"\0*\0address\";O:27:\"SquareConnect\\Model\\Address\":15:{s:17:\"\0*\0address_line_1\";s:12:\"Jacksonville\";s:17:\"\0*\0address_line_2\";N;s:17:\"\0*\0address_line_3\";N;s:11:\"\0*\0locality\";s:12:\"Jacksonville\";s:14:\"\0*\0sublocality\";N;s:16:\"\0*\0sublocality_2\";N;s:16:\"\0*\0sublocality_3\";N;s:34:\"\0*\0administrative_district_level_1\";s:2:\"AR\";s:34:\"\0*\0administrative_district_level_2\";N;s:34:\"\0*\0administrative_district_level_3\";N;s:14:\"\0*\0postal_code\";s:10:\"72076-5400\";s:10:\"\0*\0country\";s:2:\"US\";s:13:\"\0*\0first_name\";N;s:12:\"\0*\0last_name\";N;s:15:\"\0*\0organization\";N;}s:11:\"\0*\0timezone\";s:15:\"America/Chicago\";s:15:\"\0*\0capabilities\";a:1:{i:0;s:22:\"CREDIT_CARD_PROCESSING\";}s:9:\"\0*\0status\";s:6:\"ACTIVE\";s:13:\"\0*\0created_at\";s:20:\"2021-02-20T20:17:10Z\";s:14:\"\0*\0merchant_id\";s:13:\"ML48ZGDWC797R\";s:10:\"\0*\0country\";s:2:\"US\";s:16:\"\0*\0language_code\";s:5:\"en-US\";s:11:\"\0*\0currency\";s:3:\"USD\";s:15:\"\0*\0phone_number\";s:15:\"+1 501-551-2697\";s:16:\"\0*\0business_name\";s:18:\"IgotdaJuice501 LLC\";s:7:\"\0*\0type\";s:6:\"MOBILE\";s:14:\"\0*\0website_url\";N;s:17:\"\0*\0business_hours\";O:33:\"SquareConnect\\Model\\BusinessHours\":1:{s:10:\"\0*\0periods\";a:6:{i:0;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"MON\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:1;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"TUE\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:2;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"WED\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:3;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"THU\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:4;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"FRI\";s:19:\"\0*\0start_local_time\";s:8:\"10:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"18:00:00\";}i:5;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"SAT\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"16:00:00\";}}}s:17:\"\0*\0business_email\";s:25:\"lashunda.coates@yahoo.com\";s:14:\"\0*\0description\";s:110:\"Home Delivery Juicing Business I provided cold pressed organic juices, smoothies wellness shots and much more.\";s:19:\"\0*\0twitter_username\";N;s:21:\"\0*\0instagram_username\";s:14:\"igotdajuice501\";s:15:\"\0*\0facebook_url\";s:27:\"facebook.com/IgotdaJuice501\";s:14:\"\0*\0coordinates\";N;s:11:\"\0*\0logo_url\";s:98:\"https://d1g145x70srn7h.cloudfront.net/files/21e849e9c770bb8c987e534a6f36352b12fdbc05/original.jpeg\";s:21:\"\0*\0pos_background_url\";N;}i:2;O:28:\"SquareConnect\\Model\\Location\":24:{s:5:\"\0*\0id\";s:13:\"L1X5ZSQBNXQRF\";s:7:\"\0*\0name\";s:8:\"Lashunda\";s:10:\"\0*\0address\";O:27:\"SquareConnect\\Model\\Address\":15:{s:17:\"\0*\0address_line_1\";s:12:\"Jacksonville\";s:17:\"\0*\0address_line_2\";N;s:17:\"\0*\0address_line_3\";N;s:11:\"\0*\0locality\";s:12:\"Jacksonville\";s:14:\"\0*\0sublocality\";N;s:16:\"\0*\0sublocality_2\";N;s:16:\"\0*\0sublocality_3\";N;s:34:\"\0*\0administrative_district_level_1\";s:2:\"AR\";s:34:\"\0*\0administrative_district_level_2\";N;s:34:\"\0*\0administrative_district_level_3\";N;s:14:\"\0*\0postal_code\";s:10:\"72076-5400\";s:10:\"\0*\0country\";s:2:\"US\";s:13:\"\0*\0first_name\";N;s:12:\"\0*\0last_name\";N;s:15:\"\0*\0organization\";N;}s:11:\"\0*\0timezone\";s:15:\"America/Chicago\";s:15:\"\0*\0capabilities\";a:1:{i:0;s:22:\"CREDIT_CARD_PROCESSING\";}s:9:\"\0*\0status\";s:8:\"INACTIVE\";s:13:\"\0*\0created_at\";s:20:\"2020-08-11T01:08:59Z\";s:14:\"\0*\0merchant_id\";s:13:\"ML48ZGDWC797R\";s:10:\"\0*\0country\";s:2:\"US\";s:16:\"\0*\0language_code\";s:5:\"en-US\";s:11:\"\0*\0currency\";s:3:\"USD\";s:15:\"\0*\0phone_number\";N;s:16:\"\0*\0business_name\";s:18:\"IgotdaJuice501 LLC\";s:7:\"\0*\0type\";s:8:\"PHYSICAL\";s:14:\"\0*\0website_url\";N;s:17:\"\0*\0business_hours\";O:33:\"SquareConnect\\Model\\BusinessHours\":1:{s:10:\"\0*\0periods\";a:6:{i:0;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"SUN\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}i:1;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"MON\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}i:2;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"TUE\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}i:3;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"WED\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}i:4;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"THU\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}i:5;O:39:\"SquareConnect\\Model\\BusinessHoursPeriod\":3:{s:14:\"\0*\0day_of_week\";s:3:\"SAT\";s:19:\"\0*\0start_local_time\";s:8:\"08:00:00\";s:17:\"\0*\0end_local_time\";s:8:\"17:00:00\";}}}s:17:\"\0*\0business_email\";s:25:\"lashunda.coates@yahoo.com\";s:14:\"\0*\0description\";N;s:19:\"\0*\0twitter_username\";N;s:21:\"\0*\0instagram_username\";s:8:\"Lashunda\";s:15:\"\0*\0facebook_url\";s:27:\"facebook.com/IgotdaJuice501\";s:14:\"\0*\0coordinates\";N;s:11:\"\0*\0logo_url\";N;s:21:\"\0*\0pos_background_url\";N;}}','no'),(820,'wc_square_background_sync_job_c12d71a71fe7f5422c11d252029ebcd5','{\"action\":\"product_import\",\"catalog_processed\":false,\"cursor\":\"\",\"manual\":false,\"percentage\":0,\"product_ids\":[],\"processed_product_ids\":[],\"updated_product_ids\":[],\"skipped_products\":{\"3MFA4UV5NAIY2247PTATORD5\":null,\"7OOIJKPAVX5VO5DEWRL2IYRW\":null,\"EAT54IV3O2BAWPN2OBWTSGQ5\":null,\"LSQECEN6C54BSNSQ56MLAEFZ\":null,\"OQAKMCWGC7KBL5RO7ZNDPGYZ\":null,\"QY5XHQ3TCU4QKMW73USL4RVY\":null,\"D7NLG4XA36R7V3HBBWNSVJC3\":null,\"26VJ7SXQ5A2IASW65UC4VFSK\":null,\"TF7W35QNFEJ4DBIQA46NASPZ\":null,\"6OYPFBFMRTHONHCPTRYDU4UR\":null,\"34B7E6MCNYPXF7W55P2ASNBS\":null,\"GL2QTKJTWRJQT2WNOKQ47PD3\":null,\"JGV5XX5QXXJVM723R2BLNF2T\":null,\"YGEE2TJQG7IISBYBAS3QVGT2\":null},\"system_of_record\":\"disabled\",\"update_products_during_import\":true,\"id\":\"c12d71a71fe7f5422c11d252029ebcd5\",\"created_at\":\"2021-04-16 18:24:43\",\"created_by\":1,\"status\":\"failed\",\"started_processing_at\":\"2021-04-16 18:24:45\",\"updated_at\":\"2021-04-16 18:24:49\",\"next_steps\":[\"import_inventory\"],\"current_step_cycle\":{\"step_name\":\"import_inventory\",\"start_time\":1618597488.9928619861602783203125},\"fetch_products_cursor\":null,\"completed_steps\":[{\"name\":\"import_products\",\"completion_time\":\"2021-04-16 18:24:47\"}],\"completed_step_cycles\":[{\"step_name\":\"import_products\",\"start_time\":1618597485.982305049896240234375,\"end_time\":1618597487.6251609325408935546875,\"runtime\":\"1.64s\",\"success\":true},{\"step_name\":\"import_inventory\",\"start_time\":1618597488.9928619861602783203125,\"end_time\":1618597489.5951778888702392578125,\"runtime\":\"0.60s\",\"success\":false}],\"failed_at\":\"2021-04-16 18:24:49\",\"failure_reason\":\"[NOT_FOUND] This merchant does not have a location with the ID ``.\"}','no'),(824,'wc_square_sync_records','a:45:{s:35:\"wc_square_sync_record_6079d82a19577\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a19577\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:99:\"Could not import \"Issa Date Smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a221b9\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a221b9\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:97:\"Could not import \"Very Peary Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a151b4\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a151b4\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:94:\"Could not import \"3 Day Cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a11d82\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a11d82\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:94:\"Could not import \"Black Panther\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a1e844\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a1e844\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:105:\"Could not import \"Turmeric and Ginger Shot\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a1c81c\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a1c81c\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:95:\"Could not import \"Green smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a07e8f\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a07e8f\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:94:\"Could not import \"1 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a05375\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a05375\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:91:\"Could not import \"Beet Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a01c7f\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a01c7f\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:92:\"Could not import \"Orange Rise\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a0fbfe\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a0fbfe\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:107:\"Could not import \"Blue Lagoon Wellness Drink\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a0d6cd\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a0d6cd\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:94:\"Could not import \"2 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82a0a27b\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82a0a27b\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:10\";s:7:\"message\";s:94:\"Could not import \"Wellness Pack\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d829f3744\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d829f3744\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:09\";s:7:\"message\";s:95:\"Could not import \"Pinneaple Zest\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d829f1a7d\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d829f1a7d\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:09\";s:7:\"message\";s:100:\"Could not import \"Green Goddess Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d8118ce1e\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d8118ce1e\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:45\";s:7:\"message\";s:29:\"Sync failed. Please try again\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f35263\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f35263\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:97:\"Could not import \"Very Peary Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f33436\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f33436\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:105:\"Could not import \"Turmeric and Ginger Shot\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f31684\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f31684\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:95:\"Could not import \"Green smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f29729\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f29729\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:94:\"Could not import \"Black Panther\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f27528\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f27528\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:107:\"Could not import \"Blue Lagoon Wellness Drink\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f25461\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f25461\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:94:\"Could not import \"2 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f230cb\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f230cb\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:94:\"Could not import \"Wellness Pack\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f178d4\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f178d4\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:100:\"Could not import \"Green Goddess Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f20e02\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f20e02\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:94:\"Could not import \"1 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f19e7a\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f19e7a\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:95:\"Could not import \"Pinneaple Zest\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f2f667\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f2f667\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:99:\"Could not import \"Issa Date Smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f2d281\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f2d281\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:94:\"Could not import \"3 Day Cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f1ec8f\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f1ec8f\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:91:\"Could not import \"Beet Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d80f1caee\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d80f1caee\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:31:43\";s:7:\"message\";s:92:\"Could not import \"Orange Rise\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d67194c4f\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d67194c4f\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:49\";s:7:\"message\";s:29:\"Sync failed. Please try again\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f75987\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f75987\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:94:\"Could not import \"2 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f7398e\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f7398e\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:94:\"Could not import \"Wellness Pack\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f873f6\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f873f6\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:99:\"Could not import \"Issa Date Smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f645d4\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f645d4\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:100:\"Could not import \"Green Goddess Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f88d51\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f88d51\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:95:\"Could not import \"Green smoothie\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f85b68\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f85b68\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:94:\"Could not import \"3 Day Cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f83dc4\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f83dc4\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:94:\"Could not import \"Black Panther\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f79d74\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f79d74\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:107:\"Could not import \"Blue Lagoon Wellness Drink\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f71b17\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f71b17\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:94:\"Could not import \"1 day cleanse\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f68f71\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f68f71\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:95:\"Could not import \"Pinneaple Zest\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f8c600\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f8c600\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:97:\"Could not import \"Very Peary Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f8b23d\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f8b23d\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:105:\"Could not import \"Turmeric and Ginger Shot\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f6f61c\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f6f61c\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:91:\"Could not import \"Beet Juice\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d66f6c244\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d66f6c244\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:24:47\";s:7:\"message\";s:92:\"Could not import \"Orange Rise\" from Square. Variations with missing SKUs cannot be imported.\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}s:35:\"wc_square_sync_record_6079d82c6aaf6\";a:6:{s:2:\"id\";s:35:\"wc_square_sync_record_6079d82c6aaf6\";s:4:\"type\";s:5:\"alert\";s:4:\"date\";s:19:\"2021-04-16 18:32:12\";s:7:\"message\";s:29:\"Sync failed. Please try again\";s:10:\"product_id\";i:0;s:14:\"product_hidden\";b:0;}}','yes'),(831,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:26:{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: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:12;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:13;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:14;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:15;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:16;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:17;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:18;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:19;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:20;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:21;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:22;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:23;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:24;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:25;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:1618597644;}','no'),(832,'_transient_timeout_sbi_igotdajuice501#4','1618601263','no'),(833,'_transient_sbi_igotdajuice501#4','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=4&after=QVFIUmhmajhXejBTT1BsbWdJYTdOX24wdDhTNnNXSEtoaWRLeHNnczN3bWlFaDUtd1pRbjBsQW1DXzhRNDllM3VQcmJkQU1XNFhHNVlsTmJDdDRqcjZAzOEFB\"},\"pages_created\":1}','no'),(834,'!sbi_igotdajuice501#4','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=4&after=QVFIUmhmajhXejBTT1BsbWdJYTdOX24wdDhTNnNXSEtoaWRLeHNnczN3bWlFaDUtd1pRbjBsQW1DXzhRNDllM3VQcmJkQU1XNFhHNVlsTmJDdDRqcjZAzOEFB\"},\"pages_created\":1}','no'),(835,'_transient_timeout_sbi_header_igotdajuice501#4','1618601263','no'),(836,'_transient_sbi_header_igotdajuice501#4','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(837,'!sbi_header_igotdajuice501#4','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(838,'_transient_timeout_sbi_i_igotdajuice501#4','1618601263','no'),(839,'_transient_sbi_i_igotdajuice501#4','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(840,'_transient_timeout_sbi_igotdajuice501#4cols=3','1618601294','no'),(841,'_transient_sbi_igotdajuice501#4cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=4&after=QVFIUmhmajhXejBTT1BsbWdJYTdOX24wdDhTNnNXSEtoaWRLeHNnczN3bWlFaDUtd1pRbjBsQW1DXzhRNDllM3VQcmJkQU1XNFhHNVlsTmJDdDRqcjZAzOEFB\"},\"pages_created\":1}','no'),(842,'!sbi_igotdajuice501#4cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=4&after=QVFIUmhmajhXejBTT1BsbWdJYTdOX24wdDhTNnNXSEtoaWRLeHNnczN3bWlFaDUtd1pRbjBsQW1DXzhRNDllM3VQcmJkQU1XNFhHNVlsTmJDdDRqcjZAzOEFB\"},\"pages_created\":1}','no'),(843,'_transient_timeout_sbi_header_igotdajuice501#4cols=3','1618601295','no'),(844,'_transient_sbi_header_igotdajuice501#4cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(845,'!sbi_header_igotdajuice501#4cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(846,'_transient_timeout_sbi_i_igotdajuice501#4cols=3','1618601295','no'),(847,'_transient_sbi_i_igotdajuice501#4cols=3','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(848,'_transient_timeout_sbi_igotdajuice501#12cols=3','1618601297','no'),(849,'_transient_timeout_sbi_igotdajuice501#412cols=3','1618601297','no'),(850,'_transient_sbi_igotdajuice501#12cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=19f1826686\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=2e1eef14b3\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=12&after=QVFIUlhTcEVLZAEUzbmFUS0RMOHhtZAW55YnZAkMHp6NnFlblAzbEJwTEJ6UG1rNXhvb2tCZAEpUb3F2Y0Q3VmpybHdpNzBZANzBsNV85QlBSbFBTanFySEJXU2p3\"},\"pages_created\":1}','no'),(851,'!sbi_igotdajuice501#12cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=19f1826686\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=2e1eef14b3\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=12&after=QVFIUlhTcEVLZAEUzbmFUS0RMOHhtZAW55YnZAkMHp6NnFlblAzbEJwTEJ6UG1rNXhvb2tCZAEpUb3F2Y0Q3VmpybHdpNzBZANzBsNV85QlBSbFBTanFySEJXU2p3\"},\"pages_created\":1}','no'); INSERT INTO `wp_options` VALUES (852,'_transient_sbi_igotdajuice501#412cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=1547711167\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=01e94043c8\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=2578f2266b\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162639801_270732367844216_8493553652536446427_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UbEejLfGH2cAX_8x5I4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bbc42c72bcd6b60f28c9f23f030fb116&oe=609F9184\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Sooooo Drop a New flavor you would like to see on the IgotdaJuice501 Menu for Spring !! Best one will be added to the Menu!! DROP \\u2b07\\ufe0f \\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd52\",\"id\":\"17908996630693704\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T00:18:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMvai_4hMKH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/163584932_1811578235677449_5790382613191522781_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jFB7J956Se0AX_mUiYg&_nc_oc=AQkWiGdgDaFSch_u4oV6A2VIppINdnBLTXrXNZgBzNZX8-cl9rofUwXbIsQyXDnoIMk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3e85cec6b81b0aea7f15eb401e6f8ef5&oe=60A0E20A\",\"media_product_type\":\"FEED\",\"caption\":\"@bananas4040 Thanks for your Support \\\"You got da Juice Now!!\\ud83e\\udde1\\ud83e\\udde1\\n#IgotdaJuice501 \\n#juicelady \\n#littlerock \\n#naturalstate \\n#supportblackbusiness \\n#cleanses\\n#greenjuice\\n#healthiswealth \\n#springfever\",\"id\":\"18106121440215873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-21T16:33:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMsAg7GB74w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162909913_118297276939457_1946260157176416505_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7lew9UVCfr8AX99vIau&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=65cce340be5154281ba9a8b3403c89ba&oe=609E447E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1Orders Made This week will be ready at 9 am 03-21 Please make sure you Dm and specify delivery, or pickup meeting location!\\n\\nThanks for your support!!\",\"id\":\"17895632533922272\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T16:37:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpcJ4hhval\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162035622_411257316926525_5234955829490767117_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XcxZf70viREAX9tZbvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78b7db0c99ae9daf59722b065d04ea02&oe=60A0598B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 If you want to place an order to be ready by Sunday 03\\/20 DM ,on the Above Dates I will be on much needed Vacation No orders will be Accepted I will Resume Orders March 29!! \\n*\\n*\\n*\\n\\ud83c\\udf3b \\ud83c\\udd95\\ufe0f Master Cleanse Juice and Wellness Pack will release!!\\n*\\n*\\n\\ud83c\\udf3b\\ud83c\\udf49\\ud83c\\udf49 Watermelon Juice is Back!!\\n*\\n*\\n\\ud83c\\udf3b\\ud83c\\udf4f\\ud83c\\udf50\\ud83e\\udd52\\ud83c\\udd95\\ufe0fSnatchYoWaist!!! Bundle Pack dropping \\ud83d\\udcff\\ud83d\\ude4c BE READY I have been grinding behind the scenes\\ud83c\\udfc1\\n#juicelady\\n#juicingisdanewsexy\\n#IgotdaJuice501\\n#supportblackownedbusiness\\n#naturalstate\\n#arkansas\\n#501\\n#wellnesspacks\\n#cleanses\\n#greenjuices\",\"id\":\"17896386286843584\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-19T09:18:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMmFIHnB958\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/160157461_2580419885590712_1216890092123806445_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2pJG_x_LSuAAX9K_bv4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=762f54217eec66e20cf8c0a6110ae28e&oe=609E17A9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\ud83c\\udf3b\\ud83c\\udf3b\\ud83c\\udf3b Spring is almost here\\u2600\\ufe0fHappy Monday currently ***RESTOCKING supplies and getting ready to drop these \\\"SnatchYoWaist\\\" Master Cleanse Bundles!!!! \\ud83c\\udf49\\ud83c\\udf49 Juice will be coming back!! \\n*\\n*\\n*\\n*\\nStay Tuned Thanks for your Support\\ud83c\\udfc1\\n#IgotdaJuice501 \\n#selflove \\n#Springintonewthings\\n#blackownedbusiness \\n#springfever \\n#naturalstate\\n#ceo\\n#mindbodyspirit\",\"id\":\"18144850546176454\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-15T14:52:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMcYRCyhh_f\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158453386_2669979903283164_8182793873597373951_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pgUoMIAA5dIAX_G88hS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=31611a8489f28371b190f981b0941957&oe=609E70B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf31\\ud83c\\udf31\\ud83c\\udf31 What\'s So Good About your Juices????\\n*\\n*\\n*\\n\\ud83e\\udde1 I use Fresh Organic Produce\\n\\ud83e\\udde1A cold-pressed Juicer \\n\\ud83e\\udde12012 I started My Juicing Journey\\n\\ud83e\\udde1Certification Juicing\\/Plant Based \\n\\ud83e\\udde1All Juices made to order Fresh \\n\\ud83e\\udde1Smoothies\\n\\ud83e\\udde1Wellness Drinks\\n\\ud83e\\udde1Wellness Shots\\n*\\n*\\n\\ud83e\\udd0eMy goal is to provide you with Delicious, Fresh, Healing Cold-Pressed Juices!\\ud83c\\udf4b\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\n*\\n*\\n#IgotdaJuice501 \\n#juicelady \\n#selflove \\n#naturalstate \\n#plantbased \\n#mindbodyspirit \\n#blackownedbusiness\",\"id\":\"18144253828181535\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T13:43:18+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMzhczhsFX\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158618815_119044450166693_5019590779072782323_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_K_HcS8APH0AX-u1k1R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=57d7025d99dd9aa23e5d6dc01ffe990b&oe=609E0D9C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Do you know the Awesome Benefits Turmeric Provides??\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1 When you Purchase your next cold-pressed juice, Grab a Turmeric and Ginger Shot to get your day started and assist in removing toxins!\\n\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd6c\\n#IgotdaJuice501 \\n#Turmeric \\n#selflove \\n#itsalifestyle\\n#naturalstate \\n#juices\\n#cleanses\\n#detox\",\"id\":\"17869358687339064\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7x3BvlM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158618815_119044450166693_5019590779072782323_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_K_HcS8APH0AX-u1k1R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=57d7025d99dd9aa23e5d6dc01ffe990b&oe=609E0D9C\",\"id\":\"17988639121327231\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uqhnaE\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158440798_5182997195075972_228326554101761739_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=p4WvVT0Gv_kAX9upWUV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e4a370a47fd3d3ef3a4acd096bcda4bd&oe=60A0CAE0\",\"id\":\"17881092695149432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uqBnau\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158417320_724724741552683_5961430095182601179_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xb7TwxEoEXIAX_bLy7L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c8b9ab09ffd1c886989548057f6afe65&oe=609DD8EC\",\"id\":\"17863688366464042\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uph_Wr\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157804792_1407589056259183_955837243883160257_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wgMCH_LfVEMAX-mZ7x0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=654035e5e4ea2374e70b5b1cae6d3e05&oe=609D8597\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9c\\ud83d\\udc9c\\ud83d\\udc9c March 8 Is National Womens Day for all My Queens for tomorrow only 3 Juices of your Choice or smoothie for 15.00 \\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83e\\udd6d \\n*\\n*\\n*\\n*\\nPre-Orders are being accepted 03\\/7\\/21 - 03-11\\/21\\n#IgotdaJuice501 \\n#nationalwomensday\\n#supportblackbusiness \\n#juices\\n#naturalstate \\n#501\\n#juicelady\",\"id\":\"18197872666009727\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4K7BsOu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157804792_1407589056259183_955837243883160257_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wgMCH_LfVEMAX-mZ7x0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=654035e5e4ea2374e70b5b1cae6d3e05&oe=609D8597\",\"id\":\"17869547516338310\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4H8hSk3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157277618_269506224776796_7244299396034385237_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UDtQoPvrVJgAX-QU53P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1f39fa372ced82a2801e9c49eb8cf3b9&oe=60A06FFD\",\"id\":\"17874999797290542\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4H-BtVZ\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/158204798_472711297253432_4809122391399895900_n.mp4?_nc_cat=103&vs=18000494242311127_384846429&_nc_vs=HBkcFQAYJEdINERiZ2s0UVBTczdhMEJBRnlUeE14VmI3MUNia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJq6h8%2FTU1vk%2FFQIoAkMzLBdAFogxJul41RgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=G-VV9-bRr84AX-6_4i6&_nc_ht=video-ort2-1.cdninstagram.com&oh=342b8fa4a2f1aad62e753ba4ba8b95f2&oe=60A127DD&_nc_rid=da83b61015\",\"id\":\"17888890189955868\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl2dlBA2Z\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157664192_252894616318609_798961851281437491_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QWv2LmgmpgsAX_lANQh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4a92be4fd71dcbe9c6f521d2a676775&oe=60A11C84\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/158500672_863112344534974_7044142752481207750_n.mp4?_nc_cat=104&vs=17890199656985178_870618149&_nc_vs=HBkcFQAYJEdFQ0hjZ21fZjdJQS14QURBTWJseUF5RDBzRmhia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJrT%2BzYfWwsc%2FFQIoAkMzLBdAFszMzMzMzRgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=xP8NTiJhs4IAX8gfWPu&_nc_ht=video-ort2-1.cdninstagram.com&oh=527a93baf5898f9c0d7ef58b97b5c02c&oe=60A12221&_nc_rid=628d820fef\",\"id\":\"17853535940510785\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl3c6B-3V\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157386750_826718774547013_2024199554296249501_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=73hKxK4ohfEAX_HKaaN&_nc_oc=AQl_Putqlv2s7xZjQYdiJ8_w_2V68b3Q-VfaShg11BysdSVyJCIB70qLwL3yccC64vI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f231abefbf18f6c205a0b91287febb77&oe=609E852A\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156679946_2604620059842621_8102805627604679807_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XWoQDHtliDAAX-FUXoM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79de209cd78552f1ac11f5939fcd3136&oe=609F00B8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @dpenn870 For your Support You got the Juice Now!!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#juicelady \\n#blackkings\\n#arkansas\\n#501\\n#cleanses\",\"id\":\"17897668108824187\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-06T15:48:32+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMFTeC-hQiz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156286337_2525390067756101_595690447909773368_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZIX7xQ3DqoEAX8PDnJ-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cececd589e8a0dee0d31c285893beca5&oe=609EBC5C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e @_shondalandtastic_ Thanks for your Support Welcome to my Juice Tribe!!\\ud83c\\udf31\\ud83c\\udf31\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#meangreenjuice \\n#juices\\n#cleanses \\n#naturalstate \\n#selflove \\n#juicelady \\n#juicingisdanewsexy\",\"id\":\"17890848781970101\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-05T00:48:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMBHszQBNkQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489003_705166393506893_7993492108234566891_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Dx2BR2ajoYUAX97GrvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=642cebb1838690c636761c5a7bf61980&oe=609EC37A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\ud83c\\udd95\\ufe0f Master Cleanse \\ud83c\\udf4b Drink and Packs will be Coming to Menu!!!\\n*\\n*\\n*\\n*\\nWhat is the Master Cleanse?? \\n*\\n*\\nThe Master cleanse Lemonade Drink consist of \\ud83c\\udf4b Water,Maple Syrup, Distilled Water, Cayenne Pepper\\n*\\n*\\nBenefits\\n\\ud83c\\udf4bWeight Loss\\n\\ud83c\\udf4bImproved Energy\\n\\ud83c\\udf4bClearer Skin\\n\\ud83c\\udf4bDigestive Issues \\n\\ud83c\\udf4bBalanced Blood Pressure \\n\\ud83c\\udf4bBetter Lung Function \\n#mastercleanse\\n#newdrink\\n#supportblackbusiness\\n#IgotdaJuice501 \\n#cleanse\\n#detoxdrink\\n#healthiswealth\\n#springintowellness\\n#naturalstate\\n#501\\n#arkansas\",\"id\":\"17878295372183675\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-03T14:56:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIySBKzh\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489003_705166393506893_7993492108234566891_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Dx2BR2ajoYUAX97GrvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=642cebb1838690c636761c5a7bf61980&oe=609EC37A\",\"id\":\"17957956582396466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-03T14:56:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIwrhpVc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/155071100_251502823187244_7592913788661076907_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdWlMGytmR8AX_jOjsw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1721c04651c0f4cfcf434c957532d733&oe=60A01EDD\",\"id\":\"18141619261091653\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-03T14:56:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIwrB7zR\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489002_186455859561957_4676024551342225879_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V74wp5CYwOAAX-NwJhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f8683bcb30f96fac1bca165cac52ea88&oe=609E0832\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Tuesday Thanks @deshawn_stayflexin for your awesome Testimony \\u27a1\\ufe0f Swipe \\n*\\n*\\n*\\nHave you had your Juice Today?? Dm for Info!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#juicelady \\n#greenjuices\\n#detox\\n#cleanses\\n#letshealtogether\",\"id\":\"18142380742089301\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-02T15:41:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_eEPhjzc\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/154981601_269304661267492_7504840760438984672_n.mp4?_nc_cat=107&vs=17962349020375958_3701622531&_nc_vs=HBksFQAYJEdPSFVQQWtrMUt0Zzd2UUFBT0NQMXNYb2pDWm9ia1lMQUFBRhUAAsgBABUAGCRHRGpBVHdubzlTazVfSFFTQU13TnI5U2oycmMzYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACasyMfXqKroPxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjQ4MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=Hl5bMcA4aj0AX-8eB_4&_nc_ht=video-ort2-1.cdninstagram.com&oh=55291f2b550771d291689934cbd62e8d&oe=60A02F13&_nc_rid=08b6d4cd6b\",\"id\":\"17899259776839454\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-02T15:41:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_b3NBgC6\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489002_186455859561957_4676024551342225879_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V74wp5CYwOAAX-NwJhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f8683bcb30f96fac1bca165cac52ea88&oe=609E0832\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/155048613_1745643238938659_6689323176677456816_n.mp4?_nc_cat=103&vs=17847775532512116_1820467366&_nc_vs=HBksFQAYJEdLWGFQUWtqV0NrOXB6TUdBTEM3cGRYOFA5VmNia1lMQUFBRhUAAsgBABUAGCRHQjdBVHdsTTIwQU5XT2NFQUxOWGc2LVlrb2dmYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbo0varoZ20PxUCKAJDMywXQCvMzMzMzM0YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=VWcGfWpxowwAX_epf6Q&_nc_ht=video-ort2-1.cdninstagram.com&oh=75c5baadd09f55c218b84c0a3d3df269&oe=609DBB09&_nc_rid=36e0231b69\",\"id\":\"17899360408836465\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-02T15:41:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_dTuBx2-\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151332876_756792114956789_2766051644601929535_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Cnq0rcJ8Hm0AX8oMvRE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=39e6033e9614b78abb770f864c5d1e02&oe=60A0CA01\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/153286189_247373383700016_1383529233036374569_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wcx79uMd6H8AX984xf_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1a8902fa11db8e7cbea816c2df2ff82a&oe=60A0AD9A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks for your Support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#letshealtogether \\n#juicelady \\n#cleanse\\n#selflove \\n#naturalstate \\n#501\\n#juicingisdanewsexy\",\"id\":\"17905579858684853\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-02T00:48:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL5ZVDMh8vc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154941115_264439108428671_7539793190480191501_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5IJUJsPhKpsAX-NpQP_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=519182ffcd748e70c1ed39ebbc60b159&oe=60A0799E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Thanks for your Support!\\n*\\n*\\n*\\n*\\n#Repost @deshawn_stayflexin\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nS\\/o to @igotdajuice501 for the cleanser! Great tasting,great quality,great service,and great prices!\\n*\\n*\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#1daycleanse\\n#Juices\\n#smoothies\\n#selflove \\n#buyblack\",\"id\":\"17880912416124900\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-28T22:21:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":8,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL2jsdOh12v\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154033116_204930141373395_1267876314999319266_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bgjty2O3IXsAX9BxEBD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f45cba23990aeab8c8038aa9eec0fea5&oe=609DBA5C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Saturday So glad Its almost Spring Time, Perfect Time to get back right Mind, Body, Spirit!!!\\n*\\n*\\n*\\n*\\n\\ud83c\\udf53In the lab working on some spring lemonade Juices and teas to add to Menu \\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf49\\ud83c\\udf49 Stay Tuned!!! Thank you for All your Support \\ud83d\\udc9a\\ud83d\\udc9a\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#selflove \\n#springfever\\n#mindbodyspirit \\n#lemondades\\n#teas\\n#juices\\n#detox\",\"id\":\"17899643395763197\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL69EhzSO\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154033116_204930141373395_1267876314999319266_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bgjty2O3IXsAX9BxEBD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f45cba23990aeab8c8038aa9eec0fea5&oe=609DBA5C\",\"id\":\"17987898037316737\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL66fh_FK\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154937493_525539871749685_231403319095733463_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=97WP3IgSGyUAX-SzqM9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d4c24ea20e00c4d257ed028699e3c420&oe=609FB464\",\"id\":\"18061302913278526\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL66fBOJe\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/153228644_881207759295551_6049219482044829648_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ItXFtAzJ3DoAX-uwa9v&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=71cc15dc60bedac6ef770a1537eedfd1&oe=60A116AF\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 HAPPY Tuesday Juicing is a great way to heal and give your digestive system a break!\\n*\\n*\\n*\\nTry substituting one meal with a Fresh cold Pressed Juice\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#mindbodyspirit \\n#supportblackbusiness \\n#juicelady \\n#detox\\n#cleanse\",\"id\":\"17905471951680735\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-23T14:01:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLoyhwQBJzl\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/152764897_257913512524115_5237446297206436051_n.mp4?_nc_cat=107&vs=18147911812190086_328540147&_nc_vs=HBkcFQAYJEdPRUJHd2xUX1Vzcmt1b0FBTk93TEh1b0phOUlia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJozluIK%2F27xAFQIoAkMzLBdAFAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=9Us1WB2uEOsAX9cqG3i&_nc_ht=video-ort2-1.cdninstagram.com&oh=7ff6b4cf888fa4b3e7d147024f6c852f&oe=609FEAFB&_nc_rid=d7189b5179\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/152108711_181667587061166_2741451864357366571_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=armwlCYxAUAAX8a9dBv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bac02602330192e9153d4fabc1e07fdc&oe=609FABDA\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Soooo Glad this \\u2744\\u2744\\u2744 Is over Restocking!!! Happy Monday\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4f\\ud83e\\udd51\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#greenjuices\\n#detoxes\\n#cleansing\\n#mindbodyspirit\",\"id\":\"17864990174374017\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-22T16:07:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLmcEfNhVqf\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151784140_185596289570529_6825741886664867340_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HLGXeYC-bDQAX8YMYVw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=977e18436a61512815102ab9bde4958d&oe=60A04907\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Because of Weather I have been Closed\\u2744\\u2744 Pre-orders Will Begin Again 02\\/21 Thanks for your Support!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#naturalstate \\n#selflove \\n#mindbodyspirit \\n#coldpressedjuices\",\"id\":\"17874184355219784\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-20T13:26:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLhACSNB1Bp\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150637655_233577355094416_6695934000318510160_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=RLR_eh9HCYYAX-uP42F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9f051f8fb5fe6f3e68e1b881c621d189&oe=60A05225\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2744\\u2744\\u2744Who is gonna need a cleanse after being Snowed in Bored ?!!Lol \\ud83d\\ude4b\\u200d\\u2640\\ufe0f I am over this snow!!\\ud83e\\udd23\\ud83e\\udd23\\ud83e\\udd23 Bring the Spring weather Geeez !!!\",\"id\":\"17890735306938209\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T21:31:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLaJP5jhHG7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151271142_353256299054902_8838380124899639549_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OxQMoXCwVa0AX9H6Yx-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=567a736587f50ce13627ea6f82a9bed2&oe=609DFB0A\",\"media_product_type\":\"FEED\",\"id\":\"17876169701187482\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfQdBz_8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151271142_353256299054902_8838380124899639549_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OxQMoXCwVa0AX9H6Yx-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=567a736587f50ce13627ea6f82a9bed2&oe=609DFB0A\",\"id\":\"17926017850512709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfM7BrYI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150654677_1150238268729254_4680030251461919818_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x9k8_A7HNewAX_sSVRG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=435aa3d9824a77f2d22c90dcae9e1727&oe=60A12138\",\"id\":\"17997901618311578\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfM8BavJ\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/150838792_329084888503425_2343515212023520103_n.mp4?_nc_cat=110&vs=17905450375723094_342125184&_nc_vs=HBksFQAYJEdBaWUtUWlCVk9FTFRTc0JBR2ZiWWpxcjFvVWdia1lMQUFBRhUAAsgBABUAGCRHQWJMOWdqa25fajgwVVlCQUpfb2NxRGJoaE1mYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACasguntsLrOPxUCKAJDMywXQCQQ5WBBiTcYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UWuUrOqu28gAX-H3oJ3&_nc_ht=video-ort2-1.cdninstagram.com&oh=ce713524b1cf9fb55c52cf6231a6bd47&oe=609D97BA&_nc_rid=3f91ffcecb\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150609186_134242105233479_3853846249826148702_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZfRqRsG-NUwAX-WBD27&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75b06654434509a4fe45173bf502825c&oe=60A09CDB\",\"caption\":\"\\ud83e\\udd0d\\u2744\\ud83e\\udd0d\\u2744Welp What yall doing on this Snow Day!!!\\ud83e\\udd23\\ud83e\\udd23 I Played in the snow for all of 5 Minutes\\ud83e\\udd23\\ud83e\\udd26\\u200d\\u2640\\ufe0f\\n#vanillaiceicebaby\\n#itsdasnowforme\\n#huluanddareclinerchair\\n#boredndahousendahousebored \\n#arkansas\",\"id\":\"17946926725426666\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-15T18:54:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLUtmjIhC1r\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/149376700_350083226079369_8127752847291533989_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0oONlwO6mGMAX9uwlNf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1459ae7ae64818590f4a37498d74ab9b&oe=609EDEDE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Accepting Pre-Orders 02\\/14\\/21- 02\\/19\\/21 Dm to Place Orders!.\\n*\\n*\\nNo Deliveries 02\\/15\\/21 Due to Weather \\u2744\\nThanks for your Support\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#supportblackbusinesses \\n#naturalstate\",\"id\":\"17856681872460668\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T18:48:41+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLSIMGBhEGZ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150391576_3541346685987268_7270820276129161577_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=q7NFlCqEdoQAX_gzCmk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2188f42d500a66e2b8ecdaed4d46adcb&oe=609EF256\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a What\'s The Big Hype Behind a cold Pressed Juicer vs Centrifugal Juicers???\\n*\\n*\\n*\\n*\\n\\ud83d\\udc9a Centrifugal Juicers utilize a fast spinner metal blade that spins against a mesh filter separating Juice from flesh and Centrifugal force!\\n\\n\\ud83e\\udd0d Unfortunately it generates heat which destroys enzymes in the fruits and vegetables. The heat also oxidizes those nutrients rendering less nutritious juice than a cold pressed juicer.\\n\\n\\ud83d\\udc9aThe Cold Pressed Juicer extracts juice by first crushing and then pressing fruit and vegetables for the highest juice yield.\\n\\n\\ud83e\\udd0dBecause they don\'t produce as much\\n heat they keep more of the fresh ingredients nutrients intact.\\n\\n****Cold Presses Juices Last 3 Days when Kept refrigerated*****\\n#IgotdaJuice501 \\n#coldpressedjuices\\n#greenjuices\\n#cleanses\\n#detox\\n#supportblackbusinesses\\n#juicelady\\n#501\\n#naturalstate\",\"id\":\"17897335330841013\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T15:41:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLRyvTzhKiU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148439126_839090310272661_2209639591801795603_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oedv16Jl7iMAX_to6Rf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfb07b70d861ddcb5d1ffeab7d2dfb06&oe=60A04960\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9a Happy Friday!!! Remember to Support our black businesses! Sending you Positive Healthy Healing Vibes\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf4a\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#selflove \\n#blackhistorymonth \\n#juicelady \\n#arkansas\\n#naturalstate\",\"id\":\"18195408733053793\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPVZhCpH\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148439126_839090310272661_2209639591801795603_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oedv16Jl7iMAX_to6Rf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfb07b70d861ddcb5d1ffeab7d2dfb06&oe=60A04960\",\"id\":\"17861308058346213\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPRnhZVd\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148681307_114730200599286_6691638751351750108_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gISWSef_q5AAX8yb6jL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97e0f0333b305943ee5db6510762ad4d&oe=60A12585\",\"id\":\"18120879232169643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPRnBgR2\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146832410_1145213835924829_2275510284059969360_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=533oQq-Tk8gAX-6zHzW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2874613a2f4c6e65c44bc0fb13aa5000&oe=60A00168\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\\"Let food be your Medicine\\\" Eat healing Plant Based foods, Vegetables, Cleanse your body with Organic Fresh Cold Pressed Juices!!\\nIt\'s a Lifestyle NOT a quick FIX \\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4c\\ud83c\\udf4b\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#healthylifestyle \\n#healingfoods\\n#plantbased \\n#selflove \\n#supportblackbusiness\",\"id\":\"17888278414984482\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-11T13:33:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLJ1t30hrSn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147984420_1310061849380400_3181172041269877265_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uQZRv7QvcJsAX-gZaIo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=92b2e55d12c6b462c3d06297659dac64&oe=60A11936\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9aBlack History Month Honoring Marcus Garvey!! Black Entrepreneurs!!\\n#blackhistorymonth\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#marcusgarvey \\n#entrepreneur \\n#naturalstate\",\"id\":\"17861606387389379\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-10T14:02:02+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLHUM_bhIGS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147099191_165682481804722_4936144321884984950_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9QP-JGJ-v0UAX-GoxW8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=da5f1a01893ebce8b7b53ff3f9cc8930&oe=609DCB0E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d Did you know all the Benefits of Pinneapples?? \\n*\\n*\\n*\\n*\\n\\ud83c\\udf4d\\ud83c\\udf4dMy Pineapple Zest Juice is one of the most popular Juices!!! With Pinneapple and Ginger it\'s a Powerhouse Healthy Juice\\n#IgotdaJuice501 \\n#Pinneapple\\n#pinneapplezest\\n#juicelady\\n#selflove \\n#supportblackbusiness \\n#arkansas\",\"id\":\"18145242226187002\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":25,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgy7hP1s\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147099191_165682481804722_4936144321884984950_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9QP-JGJ-v0UAX-GoxW8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=da5f1a01893ebce8b7b53ff3f9cc8930&oe=609DCB0E\",\"id\":\"17854482272501503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvzhfJe\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147374748_1366240793716213_3819895326649772262_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vFAnWNmOvvUAX-mXYr7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9557abbd6b801352468cacdfcfbdba6c&oe=609FC6E8\",\"id\":\"17885217919981785\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvyhpDa\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148613316_1076608512857338_2641380529723615_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=i1EJUjy6-P4AX-JcL8L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e878830f760760f023035592e0522bf7&oe=60A11012\",\"id\":\"17930457763483841\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvxBZqC\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147179809_145997040673735_5121660521287490320_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dHpKMvgLszMAX_EXlqG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b8bec547ae778f68af0cf98b1bf1e5df&oe=609EFBD5\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Immune Boosters go a long way especially in this Pandemic, Green Juices and Wellness Shots are also a great way to Boost your Immune System\\n \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Not ready for a cleanse Grab a few of my Delicious Cold pressed Juices try them out and see what the buzz is about!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4f\\ud83e\\udd52\\ud83c\\udf4a\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#immuneboosters\\n#selflove \\n#arkansas\\n#greenjuices\\n#coldpressed\\n#happymonday\",\"id\":\"17907997999646774\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-08T11:29:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLB5LIFBYXP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146341340_2884016808515624_6797153679834891287_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8dKVZFqenbYAX-7DIPV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dbad5d2283061b4fde4b78be6c9c2cde&oe=60A0E21F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy \\u2600\\ufe0f Day PRE-ORDERS are being accepted for this week 02\\/07-2\\/11\\nPlace your orders via DM .\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#blackhistorymonth \\n#arkansas \\n#juicelady \\n#cleanses \\n#smoothiea\\n#wraps\\n#501\",\"id\":\"17860036805422956\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-07T12:17:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK_Z2JZB4eh\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146416555_2866385896945816_5627893567087543449_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=G2KPRqhDnOIAX_wSf18&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fe2332555acdbf79ab426618ff3fdb42&oe=60A07B35\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udea8\\ud83d\\udea8 \\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udda4 New Wellness Drink \\ud83e\\udd0d\\n***Activated Charcoal Lemonade \\ud83c\\udf4b\\n*****(AKA BLACK PANTHER \\ud83d\\udda4\\u270a)\\n*\\n*\\n*\\n*\\n*\\n\\ud83d\\udda4Activated Charcoal has been associated with treating hangovers, teeth whitening, expelling toxins from the body and more \\u203c Some of the benefits include..\\n*\\n*\\n\\ud83c\\udf4bWeightloss \\n\\ud83d\\udda4Boosts Energy \\n\\ud83c\\udf4bRemoves Toxins\\n\\ud83d\\udda4Cleans the Liver \\n\\ud83c\\udf4bAssist with digestion \\n\\ud83d\\udda4Lemons are Packed with \\n\\ud83c\\udf4bVitamins B &C\\n*\\n*\\n\\ud83d\\udc9b\\ud83d\\udc9bActivated Charcoal is Best to Drink in the mornings on an empty stomach, Don\'t sleep on the Black Panther it\'s a Power House\\ud83c\\udfc1\\ud83d\\ude4c\\n#blackhistorymonth \\n#blackpanther\\n#activatedcharcoallemonade\\n#IgotdaJuice501 \\n#detoxdrink\\n#selflove \\n#blackpower\\n#wellnessdrink\\n#gethealthyordietrying\\n#arkansas\\n#Jacksonville \\n#naturalstate\",\"id\":\"18155820547112652\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-06T13:31:27+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK89hmqBSqt\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145481216_435702867872675_5052916100269135092_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eUlBPwAinXAAX9L0GW7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1814d97c7f6adaffa0e91c950444d462&oe=609EA758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 02\\/05\\/21 Last day for Pre- Orders to Receive your order over the Weekend! Happy Thursday!!!\\n#IgotdaJuice501\\n#preorder \\n#juicelady\",\"id\":\"17922745915525591\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T19:28:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK4cyI9hV7S\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145635668_466610611409947_2150271782639184161_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zjrcTh_oueQAX-blYdb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8bfb01efe15b7e400bdf6d6c44922abf&oe=60A00642\",\"media_product_type\":\"FEED\",\"caption\":\"****TBT Where it all Started Hoodveganchic**\\n\\u2764\\ud83d\\udda4\\ud83d\\udc9a\\ud83c\\udf4d\\ud83e\\uddc5\\ud83c\\udf4b\\ud83c\\udf4a\\n#throwbackthursday \\n#hoodveganchic \\n#IgotdaJuice501\",\"id\":\"18128986918167466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T11:47:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK3oAjyB2yI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145137648_3853038994728197_5850184389572971499_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mfLUFqh4OZ4AX8_bpGb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97f1b6c8ebed25ef5b2049839e550621&oe=609E0BE1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Happy Tuesday Sending you Positive Vibes Health, Wellness and Prosperity as Always Igotdajuice DM to place your Orders!!\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#juicelady\\n#bestjuicesinda501\\n#healthylifestyle \\n#plantbased\\n#juicingisdanewsexy\",\"id\":\"17853305339502512\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhRThFa-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145137648_3853038994728197_5850184389572971499_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mfLUFqh4OZ4AX8_bpGb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97f1b6c8ebed25ef5b2049839e550621&oe=609E0BE1\",\"id\":\"17894596780826010\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhOahI_T\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144726149_211954363992758_1899896670522102288_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-c-YkQg9vk0AX9ghZ9H&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c7e38de9c80b71e7484ca280081511b2&oe=60A0F4AD\",\"id\":\"18098737315210469\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhOZhShq\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/144900411_2744600279124864_8023932229058909297_n.mp4?_nc_cat=107&vs=17885645257995223_2067812744&_nc_vs=HBkcFQAYJEdEc0Jvd2lBQzdBTU04QUpBSEZVM1liWnUxcHZia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJq7w2p3JucU%2FFQIoAkMzLBdAFszMzMzMzRgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=athxPI8Xwx0AX_SW3-N&_nc_ht=video-ort2-1.cdninstagram.com&oh=560781ab2026ad41e7d3ffe19ce162a6&oe=60A149C3&_nc_rid=b1cda840da\",\"id\":\"17974672411354657\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrggXBLhI\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145227269_2946314522319821_3436481260194074974_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vMHuo72mOsAAX-vG3NQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7dfabafe729a30ae89b8f66ba20732f0&oe=609FEA28\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/144734439_726629351390730_6437598836837079297_n.mp4?_nc_cat=104&vs=17890223599880246_680903563&_nc_vs=HBksFQAYJEdPZDRvQWdLZmxfVTNaUUNBQUZaSk1RSThsWlpia1lMQUFBRhUAAsgBABUAGCRHS2pnZ1Fnb1gtV01DTG9DQUtTS3hpaXZETkVCYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbsmKeliMTHPxUCKAJDMywXQCV3S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=GbuCdGetkvUAX9EBbi-&_nc_ht=video-ort2-1.cdninstagram.com&oh=019066e5f20a78afdcb44c90571ffd66&oe=609E4644&_nc_rid=094704c896\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144359361_772902709991100_7272496910812189033_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aNwvmsPfECAAX9WtDYM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1a0b632a005a03e87ee1be7366384&oe=609EEA31\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9a Its Black History Month Try the 3 Day Cleanse!! 18 cold pressed Juices \\u203c And 2 Turmeric Shots. Give your digestive system a break, Read some books about your History!! RESET Let\'s go\\ud83c\\udfc1\\u270a\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83e\\udd52\\n#3daycleanse\\n#IgotdaJuice501 \\n#blackhistorymonth\\n#selflove \\n#letshealtogether \\n#ancestors\\n#blackpower\\n#ankhgoddess\\n#buyblack\\n#supportblackbusiness \\n#issavibe\",\"id\":\"18126227599194810\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-01T18:42:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKwpE3ohvvN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144837452_726960751289675_603527656392846156_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=seOjeFidsR0AX8X2RBK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f46673a3870e27848dc4f05c1ab8a56b&oe=609ECD5B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Accepting Pre-Orders for this week!! 02\\/01-21 -2\\/05\\/21!! Remember small orders will have 24 hr turn around time, 1 day cleanses 24 hrs Cleanses 2 or 3 days allow 48 hrs. \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Please specify when you order if Pickup or Delivery, ( There will be delivery charge)\\n#happymonday\\n#IgotdaJuice501 \\n#sendingpostivevibesyourway\",\"id\":\"18127700896163475\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T08:07:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKvgdq4BTuY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145125329_137334034886963_6921709007865660818_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pRMnlFZRr_cAX-XDIfT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=545992b5a556c877397d9f4de5645ad6&oe=60A0DB4F\",\"media_product_type\":\"FEED\",\"caption\":\"****Disclaimer The Mission of IgotdaJuice501 it to promote Holistic healing via mind, body and Spirit through a holistic approach. The testimonies provided by my customers are based own their own personal experiences with Juices provided. Please contact your medical provider for any medical advice, diagnosis and cures. All orders are made-to-order to endure freshness for each product.\",\"id\":\"17894461918847792\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T07:37:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKvdASKB4yZ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144445695_423836049071188_4852847046053213375_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jNSYBkw6MboAX_ncm9V&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=71899f7c9ddd31fd4a5b3a7d8d53031e&oe=609FDFBB\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For you support!!!Enjoy your Juices, You got the Juice Now\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#smoothies \\n#juicelady \\n#buildimmunesystem \\n#selflove \\n#naturalstate \\n#plantbased \\n#healthylifestyle\",\"id\":\"17883385793039495\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T02:20:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKu4v8Jhdtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144598766_167655298187043_6650197420998574504_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vbBtQ3aql24AX_C3P5F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=df37763e4719e1747c6ca56350c5a1f0&oe=609EB33C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks cuzzo @danyellomello for your support!!Enjoy your juices and tumeric shots!!\\n#IgotdaJuice501 \\n#selflove \\n#juiceislife \\n#juicelady \\n#naturalstate \\n#blackqueens \\n#supportblackbusiness \\n#greenjuices \\n#buildimmunesystem \\n#Wellness\",\"id\":\"17891378164864855\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T02:11:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKu3w-Oh1cA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142596787_416362942812052_7285325225572335724_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=odUQD0moGxAAX-NChN4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b48435e5997f01a5d51ea40e1b1f1581&oe=609DB161\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Orders placed will be worked on and delivered today! Thanks for your patience. You will receive message via DM!\\n\\nThanks for your support\",\"id\":\"17891469925857722\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-31T14:27:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKtnMV-BlAC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143729105_173108154572021_3690551778747231139_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_ogv0ZZCcv4AX-BYyph&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a009af491b14a2ac7da5138a10407356&oe=609F950D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf50\\ud83c\\udf50\\ud83c\\udf50Have you tried the Very Peary Juice?? It contains Pears, Apples, Cucumbers and Lemon!!! Its light Sweet and Refreshing\\ud83d\\udcff\\ud83d\\udcff\\n*\\n*\\n*\\n*\\n\\ud83e\\udd52 Cucumbers are 95% water and boost your immune system, helps detoxify the body, Hydrates and soothes the Skin, Improves digestion and Relieves Constipation.\\n*\\n*\\n\\ud83c\\udf50 Pears are a Great source of fiber, assist with weight loss, linked to a lower risk of diabetes, Has anti-inflammatory properties\\n*\\n*\\n\\ud83c\\udf4fApples are rich in fiber,vitamins and provide a array of antioxidants, Can contribute also to lowering cholesterol \\n*\\n*\\n\\ud83c\\udf4b detoxifies your body, flushes out toxins, Balances PH, Boost Immune system, And reduces inflammation \\n#IgotdaJuice501 \\n#verypearyjuice\\n#selflove \\n#cleanse\\n#pears\\n#immunebooster\\n#naturalstate\\n#501\\n#juicelady\\n#realhoodveganchic \\n#arkansas\\n#letsheal\",\"id\":\"18105654469207166\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-30T12:31:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKq1Hb_B-SI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142902861_177248330862885_8630813652799165518_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pdydVV9wB1UAX92fweo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e86e0f7692657a71f36b981459cbaa6e&oe=60A12602\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @thejaimarie_ for your Support I \\ud83e\\udde1 My Regular Customers!!! Delivery Complete You got the Juice Now\\ud83e\\udd55\\ud83c\\udf4a\\ud83e\\udd6d\\ud83c\\udf4d\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#juiceislife \\n#juicelady \\n#delivery \\n#blackqueens \\n#maumelle \\n#pinneapplezest \\n#naturalstate \\n#501\\n#detoxes \\n#1daycleanse\",\"id\":\"18185716993065514\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T22:14:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKmuMeBBWJ1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142592352_245986960464292_5632639189046314659_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ypVR2vXZnmwAX_dQ1hb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4a587f8624e553d3ee886d1d76fe885&oe=609F2386\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc99\\ud83d\\udc9b 2 Day Cleanse Includes 12 Juices 6 green and 6 mixed Juices of your Choice!!\\n*\\n*\\n*\\nDo you need to Reboot or Kickstart your weightloss Journey? Try a Cleanse and give your digestive system a Break!!! DM for details\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4e\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate \\n#juicelady\\n#juiceislife\\n#blackqueens\\n#CEO\\n#supportblackbusiness\\n#arkansas\\n#cleanse\",\"id\":\"17856094478427663\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T04:14:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKkyqDvBLZc\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/143518234_497842118281040_6151288300320025893_n.mp4?_nc_cat=111&vs=17870166632278440_121255682&_nc_vs=HBksFQAYJEdCcnFqUWhRUjUzbXlNUUJBQ1Z0bDBNZXhGMVZia1lMQUFBRhUAAsgBABUAGCRHRjZHandnQndUUS01TUVBQVBqcnQzVE1zZmdyYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbQpd%2BszLS%2BPxUCKAJDMywXQCMhysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=lb8en5Oc-k8AX-6Pabm&_nc_ht=video-ort2-1.cdninstagram.com&oh=c5d2185483ebd511e1ef23cd98cd32db&oe=609E25B4&_nc_rid=cf325ac584\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143348059_1351956568472232_364043947821565554_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pfgx0yjv0qwAX9vRtEa&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=119034f1e28f83ef2661be3acda60189&oe=609F0C0D\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Thanks for the Love @its_gabriellemarie \\ud83d\\udc51\\ud83d\\udc51 Glad you enjoyed your samplers and Blue Lagoon \\ud83d\\udc99 Wellness drink!!\\n#IgotdaJuice501 \\n#bluelagoon\\n#juicelady \\n#samplers\\n#cleanses\\n#selflove \\n#issamovement \\n#juicingisdanewsexy\",\"id\":\"17995420591311975\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-28T03:52:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKkwIPrBI6k\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143119910_324699528896629_6539933393978078690_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CRUi4bHj3zcAX-AdxVT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6fea64ddd0f462374923fd4069c682fe&oe=609D8112\",\"media_product_type\":\"FEED\",\"caption\":\"@its_gabriellemarie My coworker showing \\ud83e\\udde1 Thanks for your support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now!!!\\n#IgotdaJuice501#naturalstate#501\\n#supportblackbusiness#juices\\n#cleanses#smoothies#juicelady\\n#healthiswealth#blackqueens\\n#letsheal#greenjuices#littlerock\",\"id\":\"17889381775918206\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T00:47:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKka-f1BH0d\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142900464_232740085168292_4035362154765435309_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZjKwd0ouED4AX8UKFWd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63450de35f06cadbabf3e61634140392&oe=609F3B7E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf39\\u2764Little Red Riding Hood Bringing you da best Juice in the 501\\ud83c\\udf4f\\ud83e\\udd55\\ud83c\\udf4a\\ud83e\\udd52\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#naturalstate\\n#juicelady \\n#shefinefine\\n#therealhoodveganchic \\n#wherethejuicesreside \\n#juicingisdanewsexy\\n#detox\\n#greenjuice \\n#littlerock \\n#Jacksonville\",\"id\":\"17859569375357185\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-26T23:43:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3V_hoIu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142900464_232740085168292_4035362154765435309_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZjKwd0ouED4AX8UKFWd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63450de35f06cadbabf3e61634140392&oe=609F3B7E\",\"id\":\"18137846164181061\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T23:43:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3TbBkcz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143656475_132756181938712_852939651285730198_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=C_xOaiz0GcQAX9cMJ3x&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fdf1ea5a3a98f0f3d05866f0d453ae9e&oe=60A107AC\",\"id\":\"17857585925391654\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T23:43:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3TcBIY6\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142089799_240116917648010_6023125561032759097_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iaBID3uWK1IAX93qfUd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dd32c9fc66bcf251a22fb31dbe49ffab&oe=609F04BA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Happy Tuesday Did you know IgotdaJuice501 offers Wellness shots? Grab a Juice and a Turmeric Ginger shot!!!!\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4dBenefits of Turmeric Migraine Relief\\n\\ud83c\\udf53Boots Immunity\\n\\ud83e\\udd55Reduce Stress\\n\\ud83c\\udf4bLiver Cleansing \\n\\ud83c\\udf4aAnti-Cancer effects\\n\\ud83e\\udd65Powerful antioxidant\\n\\ud83c\\udf47Natural anti-inflammatory \\n\\ud83c\\udf4fMigraine Relief\\n\\n#IgotdaJuice501 \\n#healthylifestyle \\n#juicelady\\n#naturalstate \\n#hoodveganchic \\n#wellnessshots\\n#tumeric \\n#antioxidant\",\"id\":\"17898481294761730\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T11:20:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKgZxGbBMzH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/141447051_400360921066749_3712853658799315650_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BQMGk98T3wIAX8ZyTKz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2aa807495d0f16d8173e44c63a6b002f&oe=60A091DE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday!! Set new Goals this week, Reset your Body and try a Cleanse! Eat to live not Live to Eat!! \\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#naturalstate \\n#buildimmunesystem \\n#cleanse\\n#greenjuices\\n#arkansas \\n#hoodveganchic\",\"id\":\"17873199677192331\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-25T10:11:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKdtEWph51w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/141729424_905184323353835_7605604074752793938_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CmnoIaW1hD0AX9L0GuA&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3282cbbd2c1c0cf025c8f1256a55f39&oe=609FC9E7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Accepting Pre-Orders 01\\/24, 2 day or 3 Day Cleanses Allow 48 hrs, 1 Day cleanse, Wellness packs and smaller orders 24 hrs, Thanks for your Support!!\\ud83e\\udd55\\ud83c\\udf4f\\ud83e\\udd52\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#blackqueen \\n#supportblackbusiness \\n#justthebeginning \\n#naturalstate \\n#501\",\"id\":\"17910393844611873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-24T14:04:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKbjBZph0HL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/140766303_405354583866149_5998104433041656217_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tkskB0zeAO4AX8N0zZb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8d25368d7ab280a6dba98b2e8e85858b&oe=609DD372\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9b\\ud83d\\udc9a Not quite Ready for a Cleanse and still want to try Juices?? Try Wellness Pack 2 Green juices and 2 Turmeric or ginger shots \\u203c\\n\\nHappy Thursday \\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#juicelady\\n#greenjuices \\n#wellnesspacks \\n#wellnessshots\\n#letsheal\",\"id\":\"18137152489091582\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-21T12:24:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKTpIhcB1PN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/140229461_264332955115081_3663449483835313519_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rRyTLeB0XpsAX9DsCvN&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9ce0e4b70a0b1f14e7be9a6947e34caa&oe=609F126B\",\"media_product_type\":\"FEED\",\"caption\":\"Signs you Might Need a Detox \\ud83d\\udc47\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Your Body feeling off balance you might just need to Reboot and Cleanse Renew your body, mind and spirit!! \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 New to Cleansing and want to try one out? I would recommend 1 day cleanse 6 Juices for a extra boost add a Tumeric or ginger shot!!\\n#IgotdaJuice501 \\n#selflove \\n#letsheal\\n#naturalstate \\n#501\\n#cleanses\\n#juicelady\",\"id\":\"18117088018173117\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-19T12:08:41+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKOdvjShcp5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139816402_752500345676458_2946645433870210237_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7QjMYv62pTIAX_o46NP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=23883489192af96b76a392bfeeef6919&oe=60A0AECC\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99 Wellness Drink Spotlight \\ud83d\\udca1\\ud83d\\udca1\\n***Blue Lagoon contains Blue Spiriulina Powder the Benefits Include \\n\\ud83d\\udc99Powerful Antioxidant\\n\\ud83d\\udc99Anti-Inflammatory properties \\n\\ud83d\\udc99May provide increased energy\\n\\ud83d\\udc99Helps improve Memory\\n\\ud83d\\udc99Helps with Gut Health\\n\\ud83d\\udc99Assist with improving immune defense \\n\\n\\ud83c\\udf31Growler gallon glass Jugs will be offered on any Juice of your choice per Request only! For 25.00\\n#IgotdaJuice501 \\n#juicelady\\n#supportblackbusiness \\n#mindbodyspirit \\n#wellnessdrinks\\n#naturalstate\\n#501\",\"id\":\"18152058361112302\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":7,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOajrhoEI\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139816402_752500345676458_2946645433870210237_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7QjMYv62pTIAX_o46NP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=23883489192af96b76a392bfeeef6919&oe=60A0AECC\",\"id\":\"17856816827392413\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOafGhUMO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139503451_1170558790066196_3882027751382564261_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ry9QYAZtCB0AX889SxJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=237fe34bd533a8899be87a95bb66a9d8&oe=609FFA18\",\"id\":\"18101496601203926\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOafGBytt\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139984785_112224127467391_8967940450110526328_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5mVo0hnsMTwAX-G8XRr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c26fb2cfbbc343edf001aaa574776854&oe=60A06429\",\"media_product_type\":\"FEED\",\"caption\":\"Happy MLK Day \\u2764\\ud83d\\udda4\\ud83d\\udc9a\\u270a\\u270a\\n#IgotdaJuice501 \\n#mlkday \\n#supportblackbusiness\",\"id\":\"18143015629138970\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T14:34:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMJmVjBC_A\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139357186_228267018790713_6749231751142770270_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qGSOEgRf3dcAX93zxw5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a9f73f1d2e7c4fbbf7384d628b32683c&oe=60A0B8DE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Today was One of those Days I wanted to say FORGET THIS lol, Everything that could have went wrong did from spilling almost half gallon Juice going to the store to get more produce from what I wasted, Ran behind in time Delivered Orders last minute, Made it home at 6 after being on my feet since 8 am.\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I don\'t have employees it\'s me myself and I pumping out over 30 bottles of Juice, I took a deep breathe because I know there will be hiccups especially when your an entrepreneur unplanned adversities happen Part of It!!\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e At the end of the day when your passionate about what your doing and take pride in customer service, and satisfaction you get it Done!! Mission complete Thanks so much for you Patience Today!!\\n\\n**Pre-Orders Start 01\\/18 if your doing a cleanse 2 or 3 days allow 48 hrs to process your order! 1 day cleanse and anything else on Menu 24 hrs!! \\n\\ud83c\\udf4dEffective 01\\/18 Orders Must be placed before 5 pm if 1 day cleanse or small order!!!!!\\n#IgotdaJuice501 \\n#laboroflove\\n#selflove \\n#juicelady\\n#cleanses \\n#naturalstate\\n#detox\\n#greenjuices\\n#501\",\"id\":\"17993532889314544\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-18T01:46:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvcwhmF-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139357186_228267018790713_6749231751142770270_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qGSOEgRf3dcAX93zxw5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a9f73f1d2e7c4fbbf7384d628b32683c&oe=60A0B8DE\",\"id\":\"17876029421131544\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZeBvKE\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139584164_1150906511995836_7293421219160257703_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=933qG30iZzoAX_4dWXJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=466c57c5ce07a49b6908f16c976d359d&oe=60A12D35\",\"id\":\"18178296586064376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZcBnme\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139500904_902664230519655_5491463729488799927_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wVdulJVUYU0AX8y-xaL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=657f89be0ee9362f8fd55c5e81e54950&oe=609E74BB\",\"id\":\"17894619970830376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZchOTz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139537967_171213341002295_5571679925224022095_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JI4XWg6O4ZkAX_0Y45V&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=98b4936ddc397a4dc806492dd70f03c1&oe=60A03773\",\"id\":\"17897980561766631\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZdh396\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139347717_747962579174556_9003685220425232289_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MXFEkWNN-8gAX_0CEJi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfc1ca09504999ae83dd524269db9818&oe=609ECB3E\",\"id\":\"17865542111284682\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZehAv6\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139683389_161307222162331_9063837479132582836_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bp7ZFa62nxMAX9Uw5hr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fe4a45c7fa470b31bcc0fa8a44b95230&oe=609F4DBE\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Sunday If you have Placed Order that will be delivered today I will inbox you upon completion of Juices, If you want delivered there is a 2.00 fee just inbox your address! \\n\\nThanks for your Patience \\n\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\",\"id\":\"18064139497269034\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-17T19:05:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKDzv7BCDt\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139000644_1372451323097198_7350780544983602359_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9peIcmr_8WYAX-BwLLD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1ec75bc7b4e22b496365f2d6b19c6530&oe=609E809E\",\"media_product_type\":\"FEED\",\"caption\":\"Q and A\\n\\nHow long do Juices Last?\\n\\n\\ud83c\\udf4dI use a cold pressed Juicer, When you receive Juices if your not consuming the same day put Juices in Freezer. Juices after receiving them will last 72 Hrs 3 Days.\\n\\nCan you eat Solid foods on a Cleanse?\\n\\n\\ud83c\\udf53No solid foods are allowed during a cleanse, The purpose of cleanse is to detoxify your system and allow your digestive system a break. However Teas, and Drinking at least a gallon of water!are acceptable! You must stay hydrated with plenty of water during cleanse.Fruits are allowed in between juices as a last Resort.\\n\\nWill there be Side Effects?\\n\\n\\ud83c\\udf4f Detox symptoms vary you may experience headaches, body ache, fatigue, change in bowels etc It varies for each person but all are part of your body cleansing. \\n\\ud83e\\udd6dPositive side effects boost of energy, mental clarity, weightloss, skin changes, improved digestion, light feeling.\",\"id\":\"17885641516928525\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-17T06:29:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKItS4LhGLo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139694550_477122013277223_3128334451855485592_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7z4BlzFILcgAX_mlQNL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7c987116c9118a35770ab85ae1feb38d&oe=60A0F98B\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @candysoulonline Enjoy your Juices and Wraps You got the Juice Now!!!\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4f\\ud83c\\udf4f\\n#coconutwraps\\n#IgotdaJuice501 \\n#therealhoodveganchic \\n#selflove \\n#mindbodyspirit \\n#juices\\n#juicelady\\n#healer\\n#naturalstate\",\"id\":\"18135426631093419\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-16T21:50:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKHx90iBFyK\\/\"},{\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/138668944_2976184112666178_8204529494447917713_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wZhA7yUsKEoAX9m2_UV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=58e0ac752451a5f4f45f0ec0ac9dc77b&oe=609F1397\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e I have built awesome relationships from My customers, You are the Reason I keep grinding and always thinking of ways to expand my Business!!! Your Reviews and Kind Words Mean a Lot!!\\n\\n**I do not own rights to music ***\\n\\n\\ud83c\\udfc1\\ud83c\\udfc1 They say It will be the ones you never met complete strangers who will support you the MOST!!Go hard or Go Home!!\\n#wherethejuicesreside\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#tmc\\n#selflove \\n#letsheal\\n#naturalstate \\n#realhoodveganchic \\n#justthebeginning \\n#hatersnevastopmygrind\",\"id\":\"17857035821458691\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-15T11:44:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKEHwOnhMKi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/138578015_115552973769277_5945868552863046356_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lbaTvqWb5B4AX8vvGq8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ece21c5ce95c0a747e97733c887fbe3&oe=609F6DCE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I have received lots of inboxes regarding Pre-Orders and last day to order this week! I will extend to Friday and Orders will go out Saturday!!\\ud83e\\udd55\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf4a\\n#IgotdaJuice501\",\"id\":\"17943134800427641\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-13T21:04:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ_-VekB33m\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137325560_226524038958729_4565851239324963167_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uKZ93m6e8YkAX-grRN_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=735bea5a6ab30ffbbb7716e9e7f809f6&oe=609E33C2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a Have you tried the Mean Green Juice?? \\nKale is high in vitamins K, A and C,\\u201d \\u201cVitamin K is important for heart health, blot clotting, bone health. \\n\\n \\ud83e\\udde1\\ud83e\\udde1 Cancer Prevention and diabetes prevention. Vitamin A helps support skin health and vision. Vitamin C is important for immune health and joint health, helps to keep the body hydrated and also increases your metabolism.\\u201d\\n#greenjuice\\n#kale\\n#cleanses\\n#detox\\n#IgotdaJuice501 \\n#selflove \\n#juicelady\",\"id\":\"17893148575807394\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-13T11:17:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ-7JEIhybf\\/\"},{\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137010071_414550739848862_3525609828089786496_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6ciSmGgZcEcAX9VRmVI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8372ef0aac1726699a697faaaab5cbc3&oe=609F7F70\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I am Forever Grateful for My Customers you guys are Awesome!!lets do it even bigger in 2021!!\\n \\n**I do not own the rights to music ***\\n\\n#IgotdaJuice501 \\n#juicelady\\n#selflove \\n#naturalstate \\n#queenskings\\n#detox\\n#cleanse\\n#newmenu\\n#renewmindbodyandspirit\\n#healthylifestyle \\n#healing\",\"id\":\"17864018141334632\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-11T23:59:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ7IS6phJIO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136800562_4294879210540000_5883804549638585225_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_PxqI5Dlq_MAX_Yl1Qy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=efd4315716228bc712d58afed25a8a82&oe=609F829E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udea8\\ud83d\\udea8 New Menu Alert \\ud83d\\udd25\\ud83d\\udd25 Dm all orders 2021 Prices are different!! Please Dm orders and cash app $igotdajuice501. I will review 01-11 Back to Birthday Fun!!! \\n\\nQuestions Hit me in Dm Now accepting Pre-Orders for this week\\u203c\\u203c Thanks for your support.\\n#IgotdaJuice501 \\n#juicelady\",\"id\":\"17940895090433609\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:47:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":26,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4U0_rhBlX\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137297610_2449823205327279_1273673544411220070_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTign9crsgUAX9A9C8q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e279af6036877937969d61db840ba715&oe=609FE8B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e MY JUICES HIT DIFFERENT Chap 44 Grateful to see another Year!!\\nIn case you Did Not know Igotdajuice\\nJust a girl from the 501 North Side \\ud83d\\udc99 Who is gonna bring you the best Juices,cleanses and More \\u203c\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e2021 My Vision will come to Pass!!! Let\'s Go\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4b\\ud83e\\udd52\\ud83e\\udd6d\\ud83c\\udf47 She readddddddy! Where the Juices Resssiddddde!!!!!! Grab a detox and a hoodie Merch available!\\n\\ud83d\\udcf7@zayyvisions\\n@beaudbydbeasley \\ud83d\\udc8b#IgotdaJuice501 \\n#naturalstate \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#nawfside\\n#juicelady\\n#hoodveganchic\",\"id\":\"17866625717247140\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":11,\"like_count\":27,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMlchiVt\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137297610_2449823205327279_1273673544411220070_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTign9crsgUAX9A9C8q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e279af6036877937969d61db840ba715&oe=609FE8B7\",\"id\":\"17880090362068663\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiqhzYO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136975264_235586494700157_2432712055828939806_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E6KMj5VRs2wAX-Qtr_L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8b2b93dc71c059f0dd82c678329ac302&oe=609E4BCA\",\"id\":\"17872084412143411\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMipBtxC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136834193_832312327549130_1786960434517297721_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Neroj0uycIEAX83ae4Q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bf60db7ea9b5c75cc6675b4eab639db2&oe=60A082F2\",\"id\":\"17857422521373986\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiphfva\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136998169_1529772767215671_8346005050306714524_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qT7R7iYlcQgAX-6iZzf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8f09e43bc40f9b54c92eac7635897f60&oe=609FC217\",\"id\":\"17887688335914611\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMioBrF-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137282722_115132130466253_3595169677186963605_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pRDc8VoUckYAX-dAxPo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c2bf6d94c98bb8c611d0add50694d79c&oe=60A12072\",\"id\":\"17933824966457127\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiqBfg5\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136413685_700410387333340_4045865247501753396_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TXb9yYO0RGkAX_WXka8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=58a579d6dd4b5e5204350a597cbd5fe1&oe=609DA59B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a 2 More Days Until Menu Drops and Pre -Orders will be accepted! Are you Ready to get your Cleanse on Kick start 2021 off Right \\u203c\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4f\\ud83e\\udd52\\n#2021cleanse\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate \\n#buildimmunesystem \\n#detoxyourbody \\n#plantbaseddiva \\n#coldpressedjuices\\n#supportblackbusiness \\n#wellnessshots\\n#juicelady\",\"id\":\"17870996786157180\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-08T18:15:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJyy7S9hASK\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/135506023_122973852974500_3988857775593735421_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dYTdGGnFpt0AX9-_rNj&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4d101bfb5edc7821d3d50532267c799&oe=60A0BDBA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udde3 Hell ya its Kale wrap wants to make her way on my 2021 Menu!! What you think?? Oh its \\ud83d\\udd25 What ya think?? 5 Mo Days!!!!!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4d\\ud83e\\udd52\\n#icandomorethanjuices\\n#rawfoods\\n#wraps\\n#cleanses\\n#detox\\n#IgotdaJuice501 \\n#2021takeover\\n#naturalstate\",\"id\":\"17961845254373561\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:37:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq5XSWBSOg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/135309194_5368435369836947_7234929087467196901_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ABZYNCRgydQAX_Qe4tG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=93597b6fc52fda40c6de23369e80c58e&oe=609E7A3F\",\"media_product_type\":\"FEED\",\"caption\":\"6 More Days!!!!! \\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 2021 I speak Good Health, Wellness, Prosperity, Advancement and Everything Your Heart Desires!!! Let\'s start with taking care of our bodies our physical and Mental!! Detox the Past and Look toward the Future\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd6d\\ud83e\\udd6d\\n#IgotdaJuice501 \\n#selflove \\n#letsheal \\n#mindbodyspirit \\n#newbeginnings \\n#buildimmunesystem \\n#healthylifestyle \\n#2021\\n#meditation \\n#newgoals\",\"id\":\"17865645461318717\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-04T13:50:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJoBhyOh5lD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133923032_1100824650361435_9084126422742101752_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eahxKNtJcgMAX-UrK-T&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a2beafdd2c8cd347097012256242685&oe=609FFB51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Let the Countdown Begin 10 More Days New cleanses, Menu and Merch Dropping!!!Let\'s Kick off 2021 with A Renewed Mind, Body and Spirit!!!\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#naturalstate \\n#letsheal\\n#2021\\n#detox\\n#cleanses\",\"id\":\"17912038939577711\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-01T20:47:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJhCzpahKpk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/134493475_1755727804591047_5804272684023221347_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WXlsGufU5oIAX9ciOiI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d5c3eb20d0566508f22bdefdfb5ab2c0&oe=60A0528B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udde1 Happy New Year !!!! 2021 Will be GREAT Healing, Prosperity and Growth!! \\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#juicelady \\n#2021\\n#cleanses\",\"id\":\"17915871553541235\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-01T12:35:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJgKdw2BDtl\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133300681_2829037420643348_3675887763126657748_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=M8ZsGQ_G4zIAX8XYTcu&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=06ae38f25175e894b38e4d0962e7eff7&oe=609EE10D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e Restocking and Excited to Roll out the New Years Cleanse for 2021!! Menu, New labels, Merch and bags on my Birthday 01\\/10 \\ud83c\\udf8a\\ud83c\\udf8a I can\'t Believe it has been 7 Months since I started this business and I absolutely love it!! Offering a few Raw Vegan meals on My Menu!! Stay Tuned!!!\\n#issamovement \\n#IgotdaJuice501 \\n#juicelady \\n#501finest\\n#therealhoodveganchic \\n#selflove \\n#letsheal\\n#bestjuicesinda501\",\"id\":\"18131103292151847\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T21:56:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJW3jVphYTx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/132803842_478683549766794_5555507569291603850_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rlqVCGiH3H8AX_uqEhM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1a5ec0b310dea1a7c8820d9838db6545&oe=60A05899\",\"media_product_type\":\"FEED\",\"caption\":\"@zyeboy2007 Thanks for your Support!!! You got the Juice Now!!!\\n#IgotdaJuice501 \\n#selflove \\n#detox\\n#juicelady \\n#greenjuices \\n#cleanse\\n#naturalstate\",\"id\":\"17847162857489889\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:45:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUs6vLBdep\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133230414_154745223073238_1910040342604079422_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ix7BZSV3PA8AX8z_4QH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9d219c7bf56793c129a52bac0ff5a47e&oe=609FF7C0\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @shortcakesandetc for your Support You got the Juice Now!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd52\\ud83c\\udf4f\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#greenjuices \\n#supportblackbusiness \\n#detoxyourbody\",\"id\":\"17885391292903172\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:36:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUr7nihWJR\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133130807_309676227046677_4568923497412043501_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Uhcp6e32aW0AX9FNNws&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e61b2f14af939798fc9ffa7e275d14ec&oe=609F9F62\",\"media_product_type\":\"FEED\",\"caption\":\"S\\/O to @chuck_cuts99 He faithfully knocks out 10 celery Juices!!! You gotta be a \\\"G\\\" to drink it straight!!\\n#celeryjuiceheals\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#blackkings\\n#littlerock\",\"id\":\"17920625425488315\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:15:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUph8xhaYW\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/132853597_116895550259735_5400182710700494405_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7hWLaxlWZvcAX9BW_q8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20f5605739ac883c8d41998a6bde4df4&oe=609E05D8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Sunday For those who placed order and Prefer Delivery Please Dm address info. Pickup Location this Evening Clinton Library 4:30, If Time is sooner will post update!! \\n\\nThanks for your Patience \\ud83c\\udf31\\n#IgotdaJuice501 \\n#juicelady \\n#selflove \\n#cleanses \\n#naturalstate\",\"id\":\"17924306293489466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-27T18:33:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJT7cWMBgM5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133089592_701689240741639_1735372919224017816_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ECswSalXSakAX_klWId&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ecad17338e7ab4c02f46c808e9e6053&oe=609F093B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\u2764\\u2764 Happy Holidays to all my supporters amd Customers you are Appreciated!! All orders made this week will go out for Delivery 12-27-20!!! Be Safe!!!\\n#igotdajuice501 \\n#therealhoodveganchic \\n#juicelady\\n#supportblackbusiness \\n#happyholidays \\n#arkansas\\n#cleanses\\n#detox\\n#501\\n#healthylifestyle\",\"id\":\"17855177489359578\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-25T08:18:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJNrgDchxDb\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131942682_674392929921055_1576200749452582116_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aQrNgrds8F4AX9_O9aC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3d85af47e719055259bdcf1c75cd29ef&oe=609F518D\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83e\\udd0d\\ud83d\\udc9a Pre-Orders being accepted This week Starting Today, Happy Holidays to you All and be Safe!! Don\'t Eat to much if you do Grab a cleanse and Snap back!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83e\\udd52\\n#igotdajuice501 \\n#therealhoodveganchic \\n#detox\\n#cleanse\\n#supportblackbusiness \\n#juices\\n#juicelady\",\"id\":\"17941038925421685\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-20T18:18:57+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJB4ROtBJiP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131887720_809323209922025_4453274835616684668_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iVHGyh4EGyYAX-Vhxn_&_nc_oc=AQly-jrH8JBDJGJuoxZBvRihErc3sSlwLx-zmRMvEgSM7WeegzpvmNiMQCrQasTlyLs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b212c6f317b5c1a0dc2c520e03a74583&oe=609ECC71\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Saturday \\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 I have been Juicing, Eating Raw foods and I feel amazing!! Healing, meditation, detox bathes has created a Renewing Spirit!\\ud83d\\udcff I have to protect my space from negative energy and People who are not for me!! Yes I use my own cleanses as well I have so much planned for 2021 And I can\'t wait to share!! Thanks for your continued support!!\\n\\nYour Juice Lady \\n#igotdajuice501 \\n#therealhoodveganchic \\n#cleanses\\n#detox\\n#healing\\n#transformations\\n#supportblackbusiness \\n#mynewjourney\",\"id\":\"17869974374156902\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-19T22:26:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":8,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI_v1tqBr_r\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131901393_389886285404655_7817203175925785130_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wwMraMQG2tAAX9aZYTd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fa9b4f414602a265071e550d01dca1a6&oe=609E8728\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Raw food dish spiralized zuchnni noodles with a cashew cheese sauce \\ud83d\\udcff\\ud83d\\udcff\\ud83d\\udd25\\n#IgotdaJuice501 \\n#iloverawfoods\\n#therealhoodveganchic \\n#workingonsomething\\n#2021goals\",\"id\":\"17937824587430055\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QcIMBtDx\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131901393_389886285404655_7817203175925785130_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wwMraMQG2tAAX9aZYTd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fa9b4f414602a265071e550d01dca1a6&oe=609E8728\",\"id\":\"18132105745132757\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QcFoBEU8\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/131312553_850908149074695_8540822943465695294_n.mp4?_nc_cat=107&vs=17863410488290560_4229750882&_nc_vs=HBksFQAYJEdLbXIwd2NIUy1aOTVRVURBRDVveDBJM0dZZDJia1lMQUFBRhUAAsgBABUAGCRHTVQ1M0FlS3J4bjE4NUVDQUNiaU1lX19QNnRIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaAv9HDqqu7PxUCKAJDMywXQCd3S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=fZHKiryxazwAX8qDUhi&_nc_ht=video-ort2-1.cdninstagram.com&oh=956ec11ce871083162b3c291101d789e&oe=609F7960&_nc_rid=18a794985c\",\"id\":\"17878516606979597\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QbJGBq29\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131889247_378604926766848_4552947527773144875_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=leJdzuzAIo4AX_qLXdk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=70176a10922a84726ec21c42124400d6&oe=609DA874\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131468009_435575181151807_7590317141218724817_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GM9e6np_Y_oAX_dtSM9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2578490900156dc2490d512cde6f0fc&oe=609E9943\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf85\\ud83e\\udd36\\ud83c\\udf32 Happy Holidays The Year End Blow Out and Discount on all Cleanses Until 2021 Prices will change and a New Menu In Place!! Thank you All for your Continued Support!!\\n#CEO\\n#igotdajuice501 \\n#supportblackbusiness \\n#juicelady\\n#501\\n#mindbodyspirit \\n#healing\\n#greenjuices\\n#selflove\",\"id\":\"17878224793977404\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-17T11:28:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI5a8IeBMG9\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131580749_1013670072454643_7682042952644468922_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3_cSaSCqHogAX9Y58f9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=069869ba0d114f17ebbd4aa66bc54f57&oe=60A0810C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Friendly Reminders!!! HAPPY HUMP Day \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd52\",\"id\":\"17898124918661012\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-16T20:40:18+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI31RAMhiRz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131454094_444013416766005_1296732605700259093_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8oVIAQUNeQ0AX8fUAs2&_nc_oc=AQlK17jyb3Kfk5_3L07OCUkjv_D4YQpY29UmSc13SUiydgxJ_nArir8pDZau6qE5-LY&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4fe85f0e7f28240369232f6a647a7285&oe=609F3CB3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Grand Rising Queens and Kings Prepping Menu for my New Years Cleanse, New Beginnings We all need to Detox 2020 out of our system!! Its been a hell of a Year!!\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Cleanses will be discounted 10% until the End of the Year, 2021 expect New things! Lets prepare ourselves Mind, Body, and Spirit\\n#igotdajuice501 \\n#supportblackbusiness \\n#juices\\n#detox\\n#cleanses\\n#letsheal\\n#2021\\n#mindbodyspirit \\n#therealhoodveganchic\",\"id\":\"18124654387156368\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-16T14:41:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI3MOmLBJrJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130774104_3541761162582735_6095202286153872286_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oglhRn3GMWkAX9B1qB4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8a4d8a6fe7bda15a9fa7fc1acf57936d&oe=609F05E1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Accepting Pre-Orders 1 -3 Day Cleanses Availabe, Wellness Packs and Shots available!! Happy Sunday!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd52\\ud83c\\udf4e\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#buildimmunesystem \\n#smoothies \\n#juices\\n#detoxes \\n#cleanses \\n#arkansas\\n#littlerockarkansas\",\"id\":\"17853193235359268\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-13T17:28:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIvw-e9hVcB\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131432425_3362693617191076_8395992865747938347_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zsmeP0ygrHEAX-7O5mq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=823cc69c321d1c4725e1ab0b828b0a26&oe=609E4765\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 3 Day Cleanse Available! 15 Juices Mixed of your Choice! Get your Juice on Cleanse Mind, Body and Spirit. If your not ready to cleanse yet I have a 1 Day Cleanse and Wellness Packs available \\ud83d\\ude4c\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 New Years Detox will be available soon to include activated Charcol Lemondade and More Stay tuned \\n#igotdajuice501 \\n#supportblackbusiness \\n#cleanse\\n#detox\\n#2020\\n#letsheal\\n#therealhoodveganchic \\n#greenjuices\\n#littlerock\\n#naturalstate\\n#rawfoods\",\"id\":\"17896026631696632\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-12T18:06:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CItQiAWhMS3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130797833_2584260988538695_2146496049509021308_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=u7f7_5EMsA4AX-9HQNp&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6cec55aa6c593e010ccaefa143d9986a&oe=609E0CB1\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83e\\udd0d\\ud83c\\udf85 Grand Rising Holiday Juice and Smoothie Specials for the Holidays Mix and Match with smoothies on all 1 Day cleanses!!\\n**A extra treat will be provided for your continued Support***I am forever greatful!! Excited about 2021 More to Come!!\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4f\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#cleanses\\n#arkansas \\n#plantbased\\n#happyholidays\\n#letsheal\",\"id\":\"17871415919075037\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-11T15:18:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIqYdK1h7El\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130791764_1645434968998816_2362503200782294802_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7mAqh93o5CoAX9seNZn&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=96bdcfcf2ecaa62ecd0eda137575600d&oe=609F3211\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udde1\\ud83e\\udd0e Day 10 of My Raw Food Cleanse, And I am feeling Great wanted to share this Raw wrap and Kale Salad!!!\\n#juices\\n#rawwraps\\n#igotdajuice501 \\n#rawfoodislife \\n#eatyourplants\",\"id\":\"18129994948095661\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-11T01:02:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIo2iy1hZ3M\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129775043_747926339451526_5277128149721359864_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=YgsJIuhLy50AX8hpuNh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e81e2f2b23bf231865415d4ef9751e29&oe=609F4F97\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Carrots are rich in vitamins, minerals, and fiber. They are also a good source of antioxidants. My carrot sunrise Juice contains carrots, oranges and tumeric! \\n\\n\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Carrot Juice is good for glowing skin, weightloss, Stronger Vision, strengthens the Immune system and controls cholesterol.\\n#carrotjuicespotlight\\n#supportblackbusiness \\n#buildimmunesystem\\n#igotdajuice501 \\n#therealhoodveganchic \\n#cleanse \\n#juices\",\"id\":\"17988672697308643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-09T15:32:02+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIlQbHdh0Qo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129810382_309951420183340_1795524319099478206_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BoE27B9qRGMAX_-xVdL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e6b3ae86934bc48cbc5e776128b77f4f&oe=60A0EFAB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1Happy Tuesday 1, 2 and 3 Day Cleanses are available, Also 8oz sample bottles if you want to try a Juice out!!! Get your Juice on!!!\\n#mindbodyspirit \\n#IgotdaJuice501 \\n#supportblackbusiness \\n#realhoodveganchic \\n#juicelady \\n#littlerockarkansas \\n#detox\\n#juiceislife\\n#letsheal \\n#mindbodyspirit\",\"id\":\"18145297375129587\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-08T11:25:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIiPW7Th3On\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129698871_220433549460844_4364350986769870922_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uJUkADqoAFwAX_fdOLr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0c778272d932834476acea1078bd529f&oe=60A03858\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Back In Business and Ready for you Lets get SNATCHED before 2020 is up!! Lets Go!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#juicelady \\n#greenjuices\\n#cleanses\\n#letsheal \\n#mindbodyspirit \\n#arkansas \\n#freshcoldpressedorganicjuices\",\"id\":\"17916860044493454\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-06T12:01:09+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIdJ58fBNGj\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129103063_429328591426606_116180454156455422_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=p8BldPLFx9AAX8mwJnp&_nc_oc=AQl8Wq89KXnRv7Fwygt_nq4pOGALLvoWkhf2Z3JW3UZ5ciUfgqMjPyQqnHiaSpfGY90&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c9e71ffa3d7551de674df6b700b9a340&oe=609E0C74\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising Do you know the powerful benefits of Celery Juice!\\ud83d\\udc9a\\ud83d\\udc9a Here are Just a few!!\\n#igotdajuice501 \\n#celeryjuiceheals \\n#plantbaseddiva \\n#supportblackbusiness \\n#juicelady \\n#greenjuices\",\"id\":\"17878734112897731\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-02T11:08:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CISwwQahbzY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129202805_375834626854235_1699052967415003254_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=srn2H2Ii-BoAX9cM68B&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=001baffa32bbaa8e01eaf41fe81e6aac&oe=609FA3FD\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9b Excited to Provide you Delicious Cold-Pressed Juice!! It will be worth the wait!! So stay tuned and Be ready to Place Your order!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#littlerock \\n#naturalstate \\n#juicelady\\n#cleanses\\n#detoxyourbody\",\"id\":\"17966650306350735\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-02T00:16:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIRmCaDhrKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128447892_838103990309604_2343418319489152747_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Qb3qYUnFOIsAX9XzZve&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=728af56a51be6e61d08a24eb32530380&oe=609E743D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday!!! Great Info Juicing and Blending love them Both!!\\n#igotdajuice501 \\n#supportsmallblackbusiness \\n#therealhoodveganchic \\n#naturalstate \\n#littlerock\",\"id\":\"17861490680261503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-30T15:55:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIOH5i7hino\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128218704_385567959181229_8883369641354391973_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ReTK0RogoKoAX8MSbVC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4fe85abb379f9d11c9015801e6d8e7af&oe=609F2150\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 If you guys are still interested in raw food challenge this is fb page send request and I will approve you, This is a prior page I have used in the Past so you will see older post and all the yummy recipes group members posted. \\n\\nIts just easier to use fb If you don\'t have page simply create one just to joing group and after challenge is over you can delete.\\n#letsgo\\n#21dayrawveganchallenge \\n#rawfoodislife\\n#juicelady\\n#igotdajuice501\\n#naturalstate\",\"id\":\"17915066638516709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-29T14:06:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CILWp40hFoy\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127945061_373513833908243_5678933777540239884_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=4SeJwiVglp8AX-tsmUT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5223cf4a2db0054eb53e6a54a46e39f3&oe=609DCACA\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising \\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Have you tried one of the Plant-Based Smoothies?? These are some of my favorite recipes!! All smoothies are Made to Order!!!\\n#plantbaseddiva \\n#igotdajuice501 \\n#supportblackbusiness \\n#smoothies\\n#juices\\n#therealhoodveganchic \\n#eatyourplants\",\"id\":\"17861002943298808\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-29T13:20:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CILRejfBOdC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127959930_218294553011507_1000306138139405365_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=huNDRE3qj8AAX_fa1T9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=eb84ca7917caecd29b17a000a700b36b&oe=609F9BBC\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Thanks for your Support Fam!! You got the Juice Now!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#selflove \\n#cleanses \\n#detox\\n#mindbodyspirit \\n#freshgreenjuices\",\"id\":\"17851489226349332\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T22:29:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIJrd1Khqgu\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127607813_372961677296324_1944625152567732088_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=STIsCNlxEGgAX_5U5Uh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ccbd6dd2274a77a3b2b70678c1a99da4&oe=609D81E4\",\"media_product_type\":\"FEED\",\"caption\":\"@msterrat_12 Thanks for your purchase Queen Enjoy Your Wellness Pack!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd52\\n#igotdajuice501 \\n#naturalstate\\n#supportblackbusiness \\n#therealhoodveganchic \\n#mindbodyspirit \\n#wellnesspacks\",\"id\":\"17896306009678670\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T17:33:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIJJkL1B_vo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128067928_1486242974920311_6698849970527980521_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Q8jPRxzBkzUAX-mySfd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=60f6f2d854d0cc5524b64c7b93af3b2a&oe=609E4DAA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\",\"id\":\"18133822951140470\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T13:57:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIIw6NKhqO7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127297325_828529081313853_7976006198656329151_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BL3FtXm3yJ0AX89e2hx&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=810f7f0fa07fb56368c68b0f1b63bdde&oe=609FB4A1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Friday!!!! A few updates I am so EXCITED about NEW menu, Additional Cleanse, labels etc Can\'t wait to share and Provide the best tasting Juice for you GUYS!! \\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#detox\\n#cleanse\\n#naturalstate \\n#ceo\\n#silencemeansgrinding \\n#juicelady\",\"id\":\"17945118058402352\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-27T13:44:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIGKkbqBVAc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125979691_196338965319761_7131280291059709546_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=B9AbPezyvsQAX_hQHY7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5d099391c41e6af3dec9f6c1aabdbbd4&oe=609E5847\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a I am forever greatful for your Support, Enjoy today with Friends and family if possible stay safe COVID is still here. Stay Tuned for more updates New Cleanses will be added, updated Menu and More. GET Ready to get ya cleanse on!!!! 1, 2 and 3 day Cleanses!\\ud83c\\udf53\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4f\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#juicelady \\n#cleanses\\n#detox\\n#motivation \\n#determined \\n#mindbodyspirit\",\"id\":\"17892707440722036\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-26T13:31:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIDkUZZhsO5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127568490_827503118042636_4913839206379889318_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=95efXQO5pNUAX9CoFV6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d714a9e5d3b3ddc05be5b848e3fd05a7&oe=609E6062\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a ***Well Happy HUMP day!! Yesterday My juicer broke I have been saying I gotta get another Juicer well I guess the Universe did not give me a choice, I was a little sad but I shook it off!!\\n\\n***Why?? Because that is part of the Juice business and I will be ordering my @namawell Juicer!! Which I was wanting anyway. I have a centrifugal juicer to complete orders for this week no worries!! This juicer is not the same as a slow masticating juicer unfortunately but I will get it done!!\\n\\n***Part of being a Entrepreneur is pushing thru those tough moments and overcoming obstacles!! As soon as my Juicer comes In, Orders will resume I want to be able to provide fresh great tasting Juice!!! So please be patient I value your support and it is greatly appreciated. \\n#igotdajuice501 \\n#supportsmallblackbusiness\\n#determined\\n#littlerockarkansas\\n#letsheal\\n#naturalstate\\n#juicelady\",\"id\":\"17902194415607387\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-25T14:58:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIBJb6RBr8T\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127369531_1037840700017319_6153411001001293478_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=A8Wjd-UtQDMAX9HQxI1&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=489130eadd0f8e7c46f27fdabbfcefed&oe=60A139DD\",\"media_product_type\":\"FEED\",\"caption\":\"#Repost @organicalkalinefamily\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nKEEP YOUR pH ALKALINE\\n\\nWhy is pH Important?\\nAn acidic pH \\u2013 which is anything lower than a 7.0 \\u2013 can lead to a host of health problems. The body is electric and is designed to thrive in an alkaline state (typically 7.4 pH); in an acidic one, tissues just don\\u2019t repair and regenerate (leading to things like signs of premature aging), elimination from the system is not conducted efficiently (causing a backup of toxins throughout the body, which further impairs functioning) and cells don\\u2019t receive the oxygen they need. A cell without oxygen is like a fish without water\\u2026 and we know what that means. Acid in the body is linked to insulin sensitivity, cholesterol accumulation in the arteries, and ALL DISEASES as mucus builds up in the body. \\nHow Does The Body Become Acidic?\\nOver time, the introduction of outside substances changes the body\\u2019s pH. It\\u2019s no surprise that food \\u2013 and the quality of it \\u2013 will have a substantial impact on the body\\u2019s acidity. A diet of fast food, meat, dairy, acid sugars, and alcohol increases the body\\u2019s acidity exponentially. Because the body seeks its ideal pH, it will pull alkalizing minerals from organs and tissues to buffer and remove acid from the system. If this carries on, cells and structures start to corrode and fall apart.\\n\\nThe Good News\\nChoosing an electric & alkaline whole foods, plant-based lifestyle not only protects you from ALL DISEASES, thanks to the plethora of powerful life-energy disease-fighting compounds found in them, but electric plant foods are the most alkalizing of anything we can consume. Eliminating meat and dairy intake and replacing with recommended alkaline plant foods you eat each day has been shown to remove cancer, cardiovascular disease, obesity and diabetes. The reason for this is two-fold: disease cells require an acidic environment to proliferate, and an alkaline body has more robust immune\",\"id\":\"17895278443714835\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-24T15:18:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH-m-VRBQXD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127091039_391369542277087_7416307607599539120_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=T46smTxBuW4AX-KmURO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6de1ef9806af13c7d1ad6d9955091b05&oe=609E854D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a This is new $cashapp name I was having issues with old one!! Thanks for your support!!!\",\"id\":\"17870143397068546\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-23T15:58:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH8GrO5BUBU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126865978_240132934122134_3263774999618297825_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ei3JLponHPcAX9OPk3I&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=522b2738ba3e87c88dc7d8d60484b9b3&oe=60A08E51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e \\ud83c\\udf42 Now Accepting Pre-Orders for this Week, After thanksgiving Your gonna need to SNAP BACK!! Hit me up via DM to Place Your Order\\u2757\\n#igotdajuice501 \\n#naturalstate \\n#therealhoodveganchic \\n#supportblackbusiness \\n#cleanses \\n#detox\\n#juicelady \\n#healthylifestyle \\n#letsheal \\n#littlerock\",\"id\":\"17860573478215998\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-23T11:40:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH7pOQrBt5P\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126919130_360523958571982_1762690926802745504_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CwBXXfvjBb0AX8d9JHF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7deee00bbddd652db56debbfbed6f6e0&oe=60A0771A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Sunday I have conducted several Raw foods Challenge\\/Cleanse Every Year in Decemeber to get rid of toxins, reboot and get myself back on track!!\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a I am extending Challenge to customers if you wish to Join I normally have fb group for members only where we share recipes,videos etc.\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Raw food Vegan means you consume non-animal foods with 80 to 85 percent of your meals being uncooked. Raw food intake optimizes your nutrient intake.\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Raw food consist of fresh fruits, all raw vegetables, raw nuts and seeds, raw grains amd legumes, nut milks and more! Pictures posted are from Yours truly. DM if you would like to join stay tuned for updates!!\\n#igotdajuice501 \\n#rawfoods\\n#cleanse\\n#detox\\n#letsheal \\n#therealhoodveganchic\",\"id\":\"17896269223630970\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-22T21:36:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpG2hvWv\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126919130_360523958571982_1762690926802745504_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CwBXXfvjBb0AX8d9JHF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7deee00bbddd652db56debbfbed6f6e0&oe=60A0771A\",\"id\":\"17974251367329850\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7BBjV\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126861268_1302003340133267_2619150799419687439_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eGnBcvBvOxoAX8aOzU0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3fee4c5c96e5fbfb8872b8e94a8be745&oe=60A0BD3F\",\"id\":\"17890318891733708\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC6BwJw\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126905594_398488168161270_9146262759459624592_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WRMvfAFL4AUAX-X8SuK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b6e6a1741e592b4d36b630afc1c026f4&oe=609DD258\",\"id\":\"17919533812472360\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC6hLt7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127090561_719914675297913_8595118308170675332_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=RIUFWordD0cAX_pAchB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67f51623e7b1f1a780c4314847c7f992&oe=609E1572\",\"id\":\"18144700546128947\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC5Bj7J\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126786197_684053098971667_2285596483520073976_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=72d5zTMBi8oAX9tqzWL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=949d897eaa03035148557d75060ab748&oe=609D9831\",\"id\":\"17854649555339956\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7hU-H\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126846954_198017881819317_7196803580769206658_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9cU_jF0r558AX_NOccx&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a75433d5da6986a6f44e1139aa963a71&oe=609EEE53\",\"id\":\"17859002825314408\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7BL1H\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126872163_115604753577998_2776084069658123856_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gWHeqZe9agQAX-Lz4lu&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=953047bb61ad1805a2de8248114eb5c9&oe=60A0505A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\",\"id\":\"17862826466231906\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T22:42:35+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3rY0WB8_U\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126833566_997395150740653_4098888211249909560_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xAyi5uDQNBQAX-55uqR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c9042e3535ec07d883096684f2e00cc2&oe=609EE548\",\"media_product_type\":\"FEED\",\"caption\":\"@tasteoftiffany Thanks for your Support Enjoy your cleanse! You got da Juice Now \\ud83c\\udf4d\\ud83e\\udd52\\ud83c\\udf4e\\ud83e\\udd55\\ud83e\\udd55\\n#igotdajuice501 \\n#littlerock \\n#supportblackbusiness \\n#blackqueen \\n#supportblackbusiness \\n#greenjuice\\n#cleanses \\n#letsheal\",\"id\":\"18079735300229755\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T20:54:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3fDVFhjxc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126317535_189205692781500_6811696466440424929_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Wwyym15IZOoAX-Ef9rj&_nc_oc=AQmR7zeH-2i08czxSaJFazhl5gVb_QTTMWcZ-K_Nh0UFvVaW1DbXj7UEnsBmazIULhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f40e12fea6c6be351c1c6ac73a877df&oe=60A02947\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Saturday All orders for Today Pickup Location will be Clinton Library Parking Lot at 1 p.m , If you would like your order delivered to your door 3.00 delivery fee., Please Dm your preference.\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52 \\n#IgotdaJuice501 \\n#supportblackbusiness \\n#naturalstate \\n#therealhoodveganchic \\n#hustleandflow\",\"id\":\"17929836316444025\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T15:25:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH25YQ_ha5i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/126492460_106031271269935_6670985010760331447_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tf-SEtRZkYkAX_k6Rmf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=969fe471ec80e5febfacb3b826bb5b83&oe=60A1236C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 TGIF Health is Wealth \\ud83c\\udf53\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd6c\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#selflove\\n#healthyself \\n#arkansas\\n#naturalstate\\n#juicelady\",\"id\":\"18123637666144760\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-20T14:56:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH0RTTPrMoC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126380083_3033554283413277_7942011392737997754_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8N_QniOTs8EAX_O_h7b&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75a574049fe78bf72846b81d44f131a7&oe=609ED3FA\",\"media_product_type\":\"FEED\",\"id\":\"17956702339369929\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T21:35:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHyaGkEBVfJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126062761_193920112386052_3046929243550549091_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WSnDJ4moBv0AX-sHpXt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5aa84f2c9c0253dbca0e65fb4da5be7d&oe=60A01765\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a After you have enjoyed all that good eating with Family and Friends! YOU are gonna need a cleanse!! Pre-Orders will start 11-22-20 for cleanses after thanksgiving!!\\n\\n\\ud83d\\udda4 Black Friday Specials will be offered on cleanses NEXT week!! Stay tuned watch for updates!\\n#igotdajuice501 \\n#cleanses\\n#juicelady \\n#ceo\\n#supportblackbusiness \\n#plantbaseddiva\\n#greenjuices\\n#letsheal\",\"id\":\"17881137718878977\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4R6BIt3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126062761_193920112386052_3046929243550549091_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WSnDJ4moBv0AX-sHpXt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5aa84f2c9c0253dbca0e65fb4da5be7d&oe=60A01765\",\"id\":\"17868404066119626\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4PUhvU7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126064846_719220735639624_5564601340372712185_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5oR1GzhNNWwAX99-D50&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=80f124723369cf3d06d366405dd6a5e6&oe=60A143C3\",\"id\":\"17862046922225062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4PTB64s\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125499663_1321166288235662_1531741191450273448_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1n78Bw8pqqYAX8hQ-3k&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e2682b8d3196db9bbc3df6a9196223a7&oe=60A12C74\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e Meet your Juice Lady the Owner behind IgotdaJuice501, A little about Me I am a mother of 3, Full time employee as a hospital biller during the day, I am the CEO of @hoodveganchic_apparel . And my personal page @therealhoodveganchic I started my health and wellness Journey in 2012 where I completed a Juice Fast after watching documentary by @joethejuicer Fat, Sick and Nearly dead. After my fast and losing 40 pounds I started out vegetarian from there vegan and now Plant Based \\ud83c\\udf31\\ud83c\\udf31 The healing benefits and the Power of Juicing I have experienced!!\\ud83d\\udcff\\n\\n\\ud83e\\udde1Since then I was Chapter President of Little Rock Chapter Black Vegan Social, Also known for doing several raw food challenges, And I received my juicing Certification from Joe cross Reboot Program. Juicing became a part of my regimen and I love making Plant based smoothies. I begin sharing my recipes via social media and the World was hit with Pandemic! And IgotdaJuice501 was born.\\n\\n\\ud83d\\udc9aI wanted to assist in helping people build there immune system, cleanse, detox and heal!! The black community and low poverty areas was being hit harder and dieing at faster rates with covid19. I created cleanses to assist in our healing \\ud83c\\udf31 And Everybody who just wants to transistion to a healthier lifestyle!! Thanks so much for your support 2021 I have big plans so stay tuned!! And get your Juice on!!!\\ud83c\\udf4d\\ud83e\\udd55\\n#igotdajuice501 \\n#naturalstate\\n#greenjuices\\n#healing \\n#selflove\",\"id\":\"17865908699109263\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-18T10:20:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":17,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHuoCQdBdcs\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125368756_855253148565470_917116071681460919_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x4SzjVPDb60AX9lOLtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca6546ef7ba86176d956053f2b67570a&oe=609FC943\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9b\\ud83e\\udd0e Do you know the Benefits of Tumeric and ginger Shots??!\\n\\n\\u27a1\\ufe0f Enhances digestion \\n\\u27a1\\ufe0f Increases metabolism\\n\\u27a1\\ufe0f Improves Skin\\n\\u27a1\\ufe0f Relieves Stress\\n\\u27a1\\ufe0f Maintains balanced blood sugar levels\\n\\n\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e Tumeric and Ginger Shots available 2 for 5.00 grab one along with your Juices!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#tumeric \\n#shots\\n#cleanse\\n#happytuesday\",\"id\":\"17849947238374100\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-17T16:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfnABEOS\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125368756_855253148565470_917116071681460919_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x4SzjVPDb60AX9lOLtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca6546ef7ba86176d956053f2b67570a&oe=609FC943\",\"id\":\"18179331514013467\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-17T16:29:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfkdh6_D\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125504369_1057812018023019_7187692101660811784_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rtREd7-JbUEAX-x8mr_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=976887132c1c77c20a1699db70be13de&oe=609FD09E\",\"id\":\"17897269081643721\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-17T16:29:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfkeBsk3\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125548417_1209370592797300_5431963910804883807_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1BSwmnFa5-UAX8_6nBM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2b677fa4637f9dee46747d5aef94074&oe=60A0A260\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e There are great benefits to juicing with specific Vegetables!!\\n\\n\\ud83e\\udd52Not only do they taste good there good for you!! Include these delicious vegetables in your diet, juices and or smoothies!!!\\n\\n#igotdajuice501 \\n#juicelady \\n#gethealthyordietrying \\n#detox\\n#eatyourplants\\n#juicewrld \\n#selflove\\n#arkansas\",\"id\":\"17880913846875656\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-16T11:46:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHpoWy0hUr4\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/125515308_780958909126079_7907487533956811015_n.mp4?_nc_cat=105&vs=17880983335878966_3397169285&_nc_vs=HBkcFQAYJEdDdzJld2UtMVZ3cVI4WUNBQWRKVXpjRUNyMXRia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJuyegoybqsM%2FFQIoAkMzLBdAHAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=OBjWJU6wzRgAX_6Z7ag&_nc_ht=video-ort2-1.cdninstagram.com&oh=70132a12dd071520cd61f4a5f839a5ed&oe=609EFAF1&_nc_rid=bfd2551840\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125811246_648954539132599_7302217861233081487_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=j6ciQdBD_VkAX9ieYSd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=56f5f6015f3cdd43cbe44384cc9eba10&oe=60A0707A\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55 Happy Monday Its the Beginning of a New Week!! Taking Pre-Orders for the Week! Get your Juice on!!\\ud83c\\udf4a\\ud83c\\udf4a\\n#igotdajuice501 \\n#supportblackbusiness \\n#naturalstate \\n#juicelady \\n#cleanses\\n#greenjuices\",\"id\":\"17877443398963182\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-11-16T11:35:50+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHpnGKcBSSo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125389571_184979866589489_1369724726908873539_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NJ1LVXcaiMYAX8rcdfc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=931851401dbaf99e151def90c782168c&oe=609F6C04\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e Long Day Despite of Mishap Orders got completed and delivered!By Any means Necessary!! Lets have a Good Productive Week!!\\ud83d\\ude4c\\n#IgotdaJuice501 \\n#juicelady \\n#naturalstate \\n#supportblackbusiness\",\"id\":\"17913436621514618\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-16T02:33:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":7,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHopCOEB4-w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125463607_124724562762436_4110353811660853742_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=35a2HVSt5JQAX_2EFMv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfec1359653e5321c55be3e41036ec74&oe=609F0A15\",\"media_product_type\":\"FEED\",\"caption\":\"Bottles Arrived thanks for your patience \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\",\"id\":\"17857181978279509\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-15T21:10:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHoEHHeBm06\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125451929_869798743789383_7932124858580553713_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xjO9Xc1_rfYAX9hXG_-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=360a6bd2b7c57732f91808fe55dec20e&oe=609EEBF3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a When Issues arrive at the last minute as a Entrepreneur, juicer breaking down, wrong bottles shipped Its all a part of being a CEO, I thrive on quality nothing Less!!! Everything went wrong this morning But I am will prevail! Thanks for your support and Patience!\\n#IgotdaJuice501\",\"id\":\"18123807484148503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-15T14:25:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHnVvKmBtw9\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125072529_162592298890551_818928158173744832_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eOmPhM9fI3kAX_BxHGi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1e90b56a6715e0c61e28b515e9710&oe=609DB163\",\"media_product_type\":\"FEED\",\"caption\":\"I \\ud83e\\udde1 Delivering and meeting New Customers Thanks @balance_with_me For your Support!! Enjoy your 2 day Cleanse\\ud83e\\udd55\\ud83e\\udd55\\n#yougotdajuicenow \\n#supportblackbusiness \\n#igotdajuice501 \\n#cleanses \\n#greenjuices \\n#detox\\n#selflove \\n#therealhoodveganchic\",\"id\":\"17883974770860082\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6uHBEaV\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125072529_162592298890551_818928158173744832_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eOmPhM9fI3kAX_BxHGi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1e90b56a6715e0c61e28b515e9710&oe=609DB163\",\"id\":\"17866587962142610\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6sjhWEY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125273817_1083994268713443_1680629379760069211_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OczwmNDPRyMAX_h2vYQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=027b357147138d10638ebf5c70ce6ffb&oe=60A0F45C\",\"id\":\"17868048833120263\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6skhCKP\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124911281_2782223018688167_886518482691263943_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y5d84yrlSUsAX_TU2rq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f094ac30724a0e9d041e811a5391697&oe=609DA743\",\"media_product_type\":\"FEED\",\"caption\":\"Tjanks @lrech8 For your purchase enjoy your Wellness pack and Plant Based Smoothie \\ud83e\\udd0e\\ud83d\\udc9a\\ud83e\\udde1\\n#yougotdajuicenow\\n#igotdajuice501 \\n#supportblackbusiness \\n#smoothies\\n#shots\\n#greenjuices\",\"id\":\"17876313163987402\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvMWhdPL\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124911281_2782223018688167_886518482691263943_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y5d84yrlSUsAX_TU2rq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f094ac30724a0e9d041e811a5391697&oe=609DA743\",\"id\":\"17869299167104008\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvJvhk-f\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124879412_705690947038716_1326364217766924774_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GrlpPZKr9okAX94fKiD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=acd8d5f962391c7b1a679eadc67a2a1b&oe=609DD80E\",\"id\":\"17909323345530593\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvJwhh2k\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125053720_3605657376170824_3999679228950666983_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XZPotSI8Y1oAX_VRwou&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79aee68aeb9915fb3a728c9d6a2cff25&oe=609F7CC1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a 2 Day Cleanse Order Ready to Deliver!!! Have you tried a Cleanse Yet? DM for details REBOOT your system!!! Cleanse, Meditate and try a Plant\\ud83c\\udf31Based Diet you will be amazed at the Outcome!!!\\n#selflove \\n#igotdajuice501 \\n#supportblackbusiness \\n#arkansas\\n#greenjuice \\n#detox\\n#healthylifestyle\",\"id\":\"17909113582528448\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:27:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjDSh5BcYI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124981410_1088450488292268_4775522569602738866_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xSDE-qmHcP8AX8Wbm3z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e20f2ce0f7cf19506f962e71b224cb54&oe=609D99C0\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Payment Methods Thanks for your support and Orders!!! Pre-Orders during week Will be delivered Friday, Sat and Sunday!!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf31\\n#igotdajuice501 \\n#supportblackbusiness \\n#selflove \\n#juicelady \\n#cleanses\",\"id\":\"17856138062302671\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-12T22:15:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHgdE_LBMNv\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125357354_394753445008640_1154080818989921752_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=is7_MhBJEaAAX8lN9DV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e730cbbfa80af8293c7620a19a80d831&oe=609F3E1F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Thursday Just in case you wanna know the power and healing that Juices can have!!! Once you get back to nature and Put good things in your body You will see CHANGES !!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf52\\ud83e\\udd52\\n#eattolove\\n#juicelady \\n#greenjuices \\n#cleanses \\n#selflove\\n#supportblackbusiness \\n#letsheal\",\"id\":\"18016229029292831\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-12T16:59:09+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHf47fmhzGN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124837158_132809351582005_7855485886748930786_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uwAAsJjuZekAX9-UFHh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a1ddff35d6af9b161966002f131f775a&oe=609F843C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Wellness Packs ON SALE \\ud83d\\udde3 Build your Immune system, Grab you a Pack and Reboot your System!! DM for more info!\\ud83c\\udf4a\\ud83c\\udf4d\\ud83e\\udd55\\n#wellnesspacks\\n#igotdajuice501 \\n#rebootyoursystem\\n#supportblackbusiness \\n#naturalstate \\n#juicelady\",\"id\":\"17879557048885898\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T18:06:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdb2H3hEuP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124472311_189580179298666_6885870971851770255_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o6QLaUE3QKAAX9ego-z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=02f449d27a52f81825a805a5b7ae83a0&oe=60A01F2D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Delivery to @nurse_ready 1 Day cleanse with \\ud83c\\udf4eApple Cider and a Tumeric and Ginger Shot!!\\n#happyhumpday\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#1daycleanse\\n#greenjuices \\n#Pinneapple\",\"id\":\"17866273859108572\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T16:03:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdNyL_BT0X\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124667680_2437555573215577_2648943398487430420_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8SwTekuU7M4AX9NdS2l&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ea4b104ba609a6df154ddac2a4efff3&oe=609EA465\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\uddfa\\ud83c\\uddf2\\ud83c\\uddfa\\ud83c\\uddf2\\u2764\\ud83e\\udd0d\\ud83d\\udc99 Thank you for all you do!!! Happy Veterans Day!!!!! ALL Juices are $5.00 for my VETS today!!\\n#IgotdaJuice501 \\n#weloveourveterans\\u2764\\ufe0f\\ud83c\\uddfa\\ud83c\\uddf8 \\n#humpday\\n#armymom\",\"id\":\"17859684419251347\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T14:11:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdA7NZhvZL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124105073_1096180307476707_7549156820088177476_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-2dr6dQUtyMAX_L1qIX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20a21eca48ab151fa715fd7b88d5ef7a&oe=60A06B83\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e Happy Tuesday!!! Fall Menu there are some specials that will be added in addition thats not on the Menu, Wellness Pack and the tumeric shots are available as well!!! Get your Juice on!!\\ud83d\\udc9a\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\n\\nCheckout the Plant-Based smoothies made to Order available! Accepting Pre-Orders!!\\ud83c\\udf4c\\ud83c\\udf4c\\ud83e\\udd51\\n#supportblackbusiness \\n#plantbaseddiva \\n#igotdajuice501 \\n#gethealthyordietrying\\n#naturalstate \\n#organicproduce\\n#greenjuices\\n#cleanses\\n#reset\\n#selflove\",\"id\":\"18171385552030546\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPInhObi\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124105073_1096180307476707_7549156820088177476_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-2dr6dQUtyMAX_L1qIX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20a21eca48ab151fa715fd7b88d5ef7a&oe=60A06B83\",\"id\":\"17894159764674765\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPGCBNqv\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124119018_832462110844653_6756265811879240116_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=FIP0TcE6nnAAX8Azfeb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=25114af331276b06cc7940b157f4b394&oe=609EA71E\",\"id\":\"18126856255091036\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPF2heqT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124104440_414997502865247_9033135443207151111_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=viuo2a6jVIEAX9eA14t&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cc539b05765faf0b41d32a9afd24c75a&oe=609DB8ED\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e Happy Monday Celery Juice is a Powerhouse Juice!! Check out all the benefits!!!!\\n#celeryjuiceheals \\n#supportblackbusiness \\n#greenjuice \\n#therealhoodveganchic \\n#naturalstate \\n#igotdajuice501\",\"id\":\"17845414172440566\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-09T16:39:49+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHYIVQghF55\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124176701_1032156617225123_2927194901163558016_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1fGA8Gjk9iQAX9TFGIc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=965c4751ac87a7f7f057b98f753f9d97&oe=60A09A6D\",\"media_product_type\":\"FEED\",\"caption\":\"@mrs.nlw Thank you \\ud83e\\udde1\\ud83e\\udde1\\ud83d\\ude4c\\ud83d\\ude4c Glad you enjoying them Day 2 Juices will be \\ud83d\\udd25\\n#igotdajuice501\\n#greenjuice \\n#cleanses \\n#supportblackbusiness \\n#naturalstate \\n#healthylifestyle \\n#plantbaseddiva\",\"id\":\"17858901704274980\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-08T22:00:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHWISBsBQv3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123545737_278190433567841_3997543133846896421_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jGAb7HqmxkUAX8AG1cR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=366828641d84647b1468b3615ea0fdb0&oe=60A06617\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Cleanse, Meditate, Eat healthy, Exercise and Repeat its a \\\"Lifestyle\\\" 2 day Cleanse Ready to go out!! 6 green \\ud83c\\udf31\\ud83e\\udd52 Juices and 6 Fruit Juices!! Dm to order yours next!\\ud83c\\udf4d\\ud83e\\udd55\\n#IgotdaJuice501 \\n#itsalifestyle \\n#freshgreenjuices\\n#cleanse\\n#detox\\n#newbeginnings\\n#supportblackbusiness \\n#therealhoodveganchic \\n#tmc\",\"id\":\"17857299176314954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-07T15:11:04+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHS0lfYhRUk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124004822_638095706859822_4709848163149447972_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LO2gbJiIXhsAX-JRGtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=768eff3978ff7c151f4d08772b9d259e&oe=609E68A8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udde1 TGIF Broke my Fast with Oatmeal, blackberries,Almond butter, Oat Milk and Chia seeds\\ud83d\\ude0b Super Filling!\\n#plantbaseddiva\\n #igotdajuice501\\n #therealhoodveganchic \\n#fridayyyz \\n#healthylifestyle\",\"id\":\"17869274804085836\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-06T19:01:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHQqG4KBlaz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123619994_981522375592465_8143095043992239640_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3cnAllLq6twAX9VoOiR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5cccb185774fce6b09c6014fe5342182&oe=609E797B\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising Happy\\ud83e\\udde1 Thursday It is a beautiful day outside!! Sipping on tumeric Tea \\ud83c\\udf75 with a touch of agave! Whats your favorite morning drink in the mornings??\",\"id\":\"17979511321319884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-05T14:16:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHNkxP_hvm6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123248452_369618274277032_1144433631918561643_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LO4Ymxo9AHEAX93zBvD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a928c3009547f8b72d36a465325b4c7c&oe=60A1233B\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising\\ud83e\\udde1\\ud83e\\udde1\\ud83c\\udf31 Up working from home and Drinking a Green Goddess Juice this Rising!! Self love Mondays \\ud83d\\udcff\\n#IgotdaJuice501#wellnessjourney\\n#greenjuice#selflove#blackqueen\\n#spiritualawakening#naturalstate\\n#cleanses#detox\",\"id\":\"17935258027423362\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-02T14:12:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHF14krhCIS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123234859_661530281222701_4705583640432451973_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nP3ToY7AjCYAX_y32S5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17ea67e99757fcaae7b8c8b9a8244de5&oe=609FECB7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\u27a1\\ufe0f\\ud83c\\udd95\\ufe0f Its Fall Time and the Pandemic Is Still Here Building your Immune system is essential\\u203c \\n**Turmeric shots added to Menu** contains ginger, orange,lemon cayenne and Fresh Turmeric\\ud83c\\udf31\\n**Wellness Pack 2 green Goddess Juices and 2 shots for 35.00\\u203c\\n\\u2b07\\ufe0f Upgraded Fall Menu will be available Stay tuned for more updates, Merch, glass bottles, labels, bags , consults and 21 day plant based juice Feast in the works!!!\\n#stillworking#silencemeansgrinding\\n#selflove#plantbaseddiva#hustleandflow\\n#outofpaincomespurpose#newme#\\n#2020goingoutwithabang #hibernation \\n#tmc#nodreamkillersallowed#newmoon\",\"id\":\"17878708978881129\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-01T19:07:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy5C7hWz3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123234859_661530281222701_4705583640432451973_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nP3ToY7AjCYAX_y32S5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17ea67e99757fcaae7b8c8b9a8244de5&oe=609FECB7\",\"id\":\"17891621521705268\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_qBE4P\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123220223_829919224474698_4639878469005591341_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=P64U4HVXgXsAX_FIbEc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f9a3f13365d5af576af552a393f301b3&oe=60A14FC8\",\"id\":\"17891842093694310\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_rBTGO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123147129_828347714579939_2454595072985262097_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KKY40N5WYJEAX9Smedl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=69961e4db65ef94396d32a2a57546015&oe=609F07D7\",\"id\":\"17864760833152843\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_sBB5i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123186037_1792135967605764_5306646699711686029_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WZfaTV8tG_wAX93Ijdm&_nc_oc=AQmBeaH-zref_GdO1PDiIwLtlpnCPx5O3xW1WrfjSKDW5Wfk3MnawY1Pskef8e9E_T4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2931548ab2213028beff7861ff170ec5&oe=609DA362\",\"id\":\"18125412406081037\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_shaNv\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122783083_1724184087757913_3282798402315176154_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7t6WdmxSfSEAX9MxIta&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b027c466499f3e342e8e074a8a5aad48&oe=60A12CB8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @ar_realtor_chic for your 1 Day cleanse friend \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 You got the Juice Now!!\\n#IgotdaJuice501#selflove #supportsmallbusiness #greenjuice #carrotjuice #detox #cleanse #naturalstate\",\"id\":\"17917335112485549\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-28T01:18:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CG3lVLJBgKD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122293006_349702216295462_2449243156615693202_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nNMDuOwLo-UAX-lTMHH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ba777ae94652a21983c057188ac223d&oe=609F4DC7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Creep and Crawl 5K Run!! More races to come Prep for the half marathon!!!\\n#saturdayvibes#sheruns#therapy\\n#igotdajuice#blackqueen#littlerock\\n#backtome#plantbaseddiva\",\"id\":\"17871108383034370\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt00ghVMl\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122293006_349702216295462_2449243156615693202_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nNMDuOwLo-UAX-lTMHH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ba777ae94652a21983c057188ac223d&oe=609F4DC7\",\"id\":\"17880318922893420\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xthlHR\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122452096_349124889685572_2238804383267034918_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bd8oD3PejqIAX-BFne7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7176c1db0ac35e5fc9f4724320a7cc1&oe=609F6116\",\"id\":\"17955347179359437\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xsho-q\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122431030_267020171364617_6010794449970112412_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uCaRzM18C4AAX9EQ7nd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4b9c605a203e13f296e205d1bcd79a9&oe=60A02490\",\"id\":\"18124143448086098\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xuBw6l\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121404068_168944224858694_5598603589577519943_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=SmcmN8NhTU0AX8VIAjB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f2b989ea08217ac5e7a40b437bd314c0&oe=609DC75B\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @nurse_ready You got the Juice Now!!\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd55\\n#supportblackbusiness #igotdajuice501#greenjuices \\n#smoothies #detoxes#selflove\\n#naturalstate #healing #healthiswealth #blackqueens \\n#moregreatnesscoming\",\"id\":\"17991456979306568\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T22:14:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYWv2RBKjx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121354992_1268618330139495_4951055891138527249_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fEcvOh5_Gv4AX9Jb4QW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3456c1b5b7ee513ca1a29dfad09ae87&oe=609FF250\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 \\ud83e\\udd55\\ud83c\\udf4d\\ud83e\\udd52 1 Day Cleanse Green Goddess, Carrot SunRise and Pineapple Zest Juices are Ready! Wanna try a Juice Dm for details\\u203c\\u203c\\n#igotdajuice501#greensmoothie #supportblackbusiness #greenjuices\\n#healing #selflove #octobervibes\\ud83c\\udf41\\ud83c\\udf42\\ud83c\\udf43\\ud83c\\udf41\\ud83c\\udf42 #juicelady#healthiswealth\\n#moregreatnesscoming#staytuned\",\"id\":\"17966270536340187\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-15T20:37:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLncjBM7n\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121354992_1268618330139495_4951055891138527249_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fEcvOh5_Gv4AX9Jb4QW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3456c1b5b7ee513ca1a29dfad09ae87&oe=609FF250\",\"id\":\"18166896646050840\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T20:37:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLnZUho38\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121369959_652606002109126_6164521257140917278_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VLPm-Oo9Z8wAX_aSJob&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=015c1c26251026906a2cfc7c92f6fecd&oe=609DDFAE\",\"id\":\"17938813765405373\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T20:37:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLnZVhMBn\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121137519_356940669058242_3964049585350444320_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PNsUb4wXTmIAX_bh2HG&_nc_oc=AQmU2BYjW6Sg7osIXKeiT7DuAlwDt5qPAeodkN6Rh09ZP3vDTZXeK_NpRQ7mL1i0JFE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f47b2b84176cdbba982f1e99093e99aa&oe=609FE00C\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks for your support \\ud83d\\udc51\\ud83c\\udf31\\ud83d\\udc9a\\n\\n#Repost @notyourbasicbling\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nLoved the juice detox from @igotdajuice501 great tasting and awesome results.\",\"id\":\"17869548239004510\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-11T18:55:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGNs2XyBklH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120832013_377753726731833_6066011665942979606_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Uh-vHsHzCToAX-GKnfO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9b7eeda81e7b7ba31e405627abd3fac0&oe=609E579B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udde1\\ud83d\\udc9a Thanks for Your Support!! Stay Tuned for More to Come!!\",\"id\":\"18111523840166096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-06T20:52:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGBCKxQB2C7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120451960_713232279268405_7304391159507377918_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7Jb86RdPf4sAX8rCqVz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33cf10650590665bb7af18e063780c50&oe=60A05D25\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd52\\ud83d\\udc9a Why Juice Cleanse?? From time to time it is good to give your body a rest from the stresses of everyday life. We can\'t control everything, but we can control what we put in our mouths!! \\n\\n\\ud83c\\udf47\\ud83c\\udf4f Benefits of a Juice Cleanse \\n\\u27a1\\ufe0fRapid weight loss\\n\\u27a1\\ufe0fBloating eliminated\\n\\u27a1\\ufe0fMore energy\\n\\u27a1\\ufe0f Clear Bright Skin\\n\\u27a1\\ufe0fPowerful Workouts\\n\\u27a1\\ufe0fStrong Immune System\\n\\n***Try My 2 day Juice Cleanse includes 12 juices, All green Juices or Mix and Match!!** Dm For Details\\ud83c\\udf31\",\"id\":\"17973244684324926\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-02T23:10:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CF2-4hGBIxl\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120572422_901593786916197_1625033048657123835_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yMcMO3mdTscAX9aA5c8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aefc2308e045d33edd016548bc5fffb9&oe=609F3FD1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udd26\\ud83d\\udd26Customer Spotlight Huge S\\/O to this \\ud83d\\udc51\\ud83d\\udc51 This makes her 5th Purchase!!Thank you so much for your continued Support\\u203c Enjoy your Juices and Smoothies \\ud83c\\udf53\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55\\n\\n***You got da Juice Now **\\n#igotdajuice501 #supportblackbusiness \\n#motivation #tmc\\ud83c\\udfc1 #healthylifestyle \\n#staytunedformore #smoothies #juicesforlife #dontknockittilyoutryit \\n#hustleandmotivate #comebackkid\",\"id\":\"18162576652063474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-29T21:15:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFvDVXUnETB\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_114710783588413_2494470598334720251_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rh04RifMq1IAX8uqUZ5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c17d79c900256cb0978ae46c1da23a46&oe=609D793B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf49Thanks \\ud83d\\udc51 For Your Support, Enjoy your 2 Day Cleanse !!\\ud83d\\udcff\\n#igotdajuice501 #greenjuices #supportblackbusinesses #naturalstate\\n#arkansas #cleanse #detox #selflove \\n#letshealtogether #sundayvibes\",\"id\":\"18103244722168009\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo-dHmPM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_114710783588413_2494470598334720251_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rh04RifMq1IAX8uqUZ5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c17d79c900256cb0978ae46c1da23a46&oe=609D793B\",\"id\":\"17869225909984612\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo82HScW\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_102654478239971_2709214057780209893_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GLTGvmPr-RcAX_r-Ynb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3d7d08d927409d19d507e65ff08d8f65&oe=609FC948\",\"id\":\"17878634695861002\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo83HlWW\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120201205_693262857941088_1137361400190818469_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XIQjWboNMaUAX_hrSwv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2e7cc88b5abe6224016a50249f1c696&oe=60A028B8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 Brother came to the Wellness Kitchen to try the Watermelon and \\ud83c\\udf53\\ud83c\\udf53 Juice!! You got the Juice Now\\ud83c\\udf31\\n#Watermelon #juices #naturalstate\\n#supportblackbusiness #blackkings \\n#selflove #arkansas #juicequeen\",\"id\":\"18102969739171762\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T00:53:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFnt1AKhwXJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119998414_343041380084409_6891537149981093264_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=riY3vxaKbe0AX_Bhm8g&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75cadd4ace57d20fdb866ba002edc529&oe=609DFCD3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf42\\ud83c\\udf42\\ud83c\\udf42Fall is here!! Flu Season, Covid19 We Must Start Healing ourselves!! Boost your immune System, Feed your Body the Proper foods\\u203c Let the foods be your medicine!! Get your herbs, Seamoss, vitamins, Elderberry syrup etc.\\n\\n\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd6c This Pandemic Should be a time of Reflection!! We have to Eat to live literally\\u203c Time to WAKEUP FAMILY!! \\n\\n\\ud83c\\udf4d\\ud83c\\udf49\\ud83c\\udf4a You Never tried a Juice before??Order 1 bottle and try it, the benefits will be worth it, Interested DM for more info.\",\"id\":\"18163364257044733\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-24T00:42:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LuuIq_6\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119998414_343041380084409_6891537149981093264_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=riY3vxaKbe0AX_Bhm8g&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75cadd4ace57d20fdb866ba002edc529&oe=609DFCD3\",\"id\":\"17871262285973813\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoLIaV1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120091875_2673068139597973_4142768837321124455_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JucL4DKumk4AX-hVK4w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d2a51923299ac410127584405417bdaa&oe=609E4FFF\",\"id\":\"17842116797411091\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoKI9_n\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120095326_3639852896034274_1255590491259103267_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gu-3yG6G_ZQAX-TmhxT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=330cf980fcff861c56fddca5caf96e05&oe=60A0B977\",\"id\":\"17857630979195024\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoJIIei\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119951455_792851964782513_5755451010754372760_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZR7kI_XbzwAX_PwNXV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=61c644141ee4c166f3a258c3a8319fca&oe=609E3275\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4c\\ud83c\\udf53\\ud83d\\udc9a\\ud83d\\udc9a Have you tried one of the Plant-Based Smoothies? My smoothies contain plant-based protein powder and organic goodness\\u203c\\n#igotdajuice501 #naturalstate #plantbasedsmoothie #vegaone #supportblackbusiness #greensmoothie #arkansas\",\"id\":\"18135125245101605\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGflhjZa\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119951455_792851964782513_5755451010754372760_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZR7kI_XbzwAX_PwNXV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=61c644141ee4c166f3a258c3a8319fca&oe=609E3275\",\"id\":\"17858166074183262\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdEBv3-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119794633_1498878523654264_4888931979767349521_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_DjrPRh_CAUAX-QMSZE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17c1dcdb8521e3df353ad4771a7bcecf&oe=609E3DFC\",\"id\":\"18050318587259739\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdChauM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119992723_314044389891543_1927258326213365516_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I4lsevCVh3oAX_AJBGD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=830feaeb9026aa0b1417dfbd4dadb6d9&oe=609F7DFC\",\"id\":\"17891196892652712\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdDh8H0\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119895761_167412344982997_2865319561113986262_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lcE2P8K1wW4AX_9w8nd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e2053fc96de8290d4b95e27b03748695&oe=60A0FE5C\",\"id\":\"17860230638145976\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdEhB51\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119809036_2751249065109477_5923616681528281673_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vNkR5HCQLQkAX_lfesv&_nc_oc=AQmsYoJ4TvqJVZwQtLgVfkLJPku2vcLTPDY7gGXEp5b3Y8bBRR6vnQ1w8Whk3M-ZteE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6a80259a1610c7c835bb35ca37074eba&oe=609E9ACF\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Happy Friday Enjoying My cleanse and Green Juice!!! You can too Order you a fresh Organic Juice\\ud83c\\udf31\\ud83c\\udf31\\n#IgotdaJuice501 #letshealtogether \\n#greenjuice #detox #cleanse #supportblackbusiness #healthylifestyle \\n#naturalstate #arkansas\",\"id\":\"18126712084122428\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-18T21:39:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFSxSiSH3Jd\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/119571760_891234627949039_1898366756977994958_n.mp4?_nc_cat=102&vs=17909466379490293_1385528125&_nc_vs=HBksFQAYJEdEQ0ZJQWZ2RVdtN2tpb0RBTTVzRmV1QldsZ2Fia1lMQUFBRhUAAsgBABUAGCRHTnRtSGdkaU9weW5kM0FDQUE4RXFxek5lUE1kYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbq9%2BLDkqTQPxUCKAJDMywXQDLVP3ztkWgYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=Gu4SqKpfxwsAX8Pg_KN&_nc_ht=video-ort2-1.cdninstagram.com&oh=9e724284570db5fa1dce0da161206f8b&oe=609F40FC&_nc_rid=a73139df80\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119305070_182764170041320_2347681598177745431_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6c6f73CEU5YAX8rVQjj&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9091a11f83bcaf9b2f145f10935661af&oe=609FFDE9\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dHump Day Grab you the 1 day Cleanse \\ud83c\\udf31\\ud83c\\udf31 Lets Heal \\ud83c\\udf3b\\ud83c\\udf3b @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\u27a1\\ufe0fFeeling Depressed \\n\\u27a1\\ufe0fConstipated\\n\\u27a1\\ufe0fLow Energy\\n\\u27a1\\ufe0fBrain Fog\\n\\u27a1\\ufe0fHeadaches\\n\\u27a1\\ufe0fFatigue\\n***These are a few signs that you need a detox, Allow yourself and digestion system a break!!! There is healing, boost of energy, and mental clarity when you Juice!\\ud83d\\udc9a\\ud83d\\udc9a\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17872828447937302\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-09-16T11:59:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFMlWK0nsRA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119189630_149330246831293_5188062496028188921_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1D-HiAgSux4AX_iicfl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3b8912b04748954353c93c7695a5f71&oe=609D797A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83e\\udd55 Spotlight Juices Pineapple Zest, and the Carrot Sunrise \\ud83e\\udd55\\ud83c\\udf4a Grab you a Plant\\ud83c\\udf31 Based Smoothie\\u203c\\n#igotdajuice501 #smoothies#supportblackbusiness #juicelady #Pinneapple #carrotjuice #healthiswealth #eattolive #letshealtogether\",\"id\":\"17868612706996480\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-14T00:16:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFGLQvPhpO3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119153531_211837973609290_4053171818420304823_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qW_s4y-rRSUAX_MPSPA&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e53041a8dd78c171c69650fea660cad7&oe=60A0908C\",\"media_product_type\":\"FEED\",\"caption\":\"I \\u2764 To see Returning Customers her 4th Purchase I appreciate Your Support \\ud83d\\udc51\\ud83c\\udf31\\nEnjoy your Juices and Smoothie\\ud83c\\udf4d\\ud83c\\udf4d\\n#igotdajuice501 #supportblackbusiness \\n#juices #smoothies #detox #cleanse\\n#naturalstate #greenjuice #letshealtogether #littlerock\",\"id\":\"17898898879561096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-13T20:01:50+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFFuJEJneMS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119549781_239374750785669_7992163279650799043_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=H7mwjz3NnW8AX-_CGCl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c364b0e1dc9e709d34552f5554b9ac90&oe=60A0B90A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf31\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a FAQ Info Questions I get from customers!!\",\"id\":\"17844752141366872\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-13T13:08:35+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFE-2XIhCfi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119388169_692992681302290_5353686096057956683_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTTKSZtVWWIAX-bUxqm&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f7e55a935d961b017ead5c14dc4d7186&oe=609E2EC8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf4dS\\/O to Barber for Purchasing the 1 Day Cleanse! You got the Juice Now!!!\\n#igotdajuice501 #naturalstate #juices #detox #greenjuice #letsheal #supportblackbusiness #cleanse\\n#juicelady #blackkings #smoothie \\n#barber #littlerockarkansas\",\"id\":\"17871946990938396\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-12T19:10:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFDDcblDqM8\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119066900_167960731536958_230850449764499377_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=cz-_05OwEbYAX96Nav4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7a289e1a1b4bb2d78c27a58c5b4c7679&oe=609E1470\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Happy Saturday Juice Family Been Up This Rising Getting My Juice On!!! \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\n\\ud83c\\udf4d\\ud83c\\udf4dWho Whats da Juice Today, Hit me Up Cause I got Da Juice\\u203c\\n#igotdajuice501 #supportblackbusiness \\n#juicelady #blackqueens #greenjuicedetox #naturalstate #letshealtogether #smoothies #detox\",\"id\":\"17849850380295233\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-12T15:29:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFCqMYIj6Gk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119047014_359976018374905_8834368978153254571_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=faeB29dpYnoAX8yOaEz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=eca280c2a62ce0796882bc21f1771373&oe=609F2E89\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4a\\ud83c\\udf53\\ud83c\\udf4dHappy Thursday!! \\ud83d\\udde3All 1 day Cleanses are on SALE for 25.00 \\u203c\\ud83c\\udf42 Orders placed 09\\/10 and 09\\/12 will be Delivered on Saturday 09\\/13.\\n\\u27a1\\ufe0f $cash app lashunda johnson\\nPaypal lashunda.coates@yahoo.com \\n#IgotdaJuice501 #supportblackbusiness \\n#naturalstate #selflove #juices #detox\\n#cleanse #letsheal #blackkings #blackqueens #healthiswealth\",\"id\":\"17859147152151650\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-10T15:13:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE9eyI2hKAN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118886593_197609401759667_7902192560703750480_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=P8tq1Tf4FbQAX_nUUj5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f0f837cb830129afd01acc7e2dfe8d4b&oe=609FA56D\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks King for your Purchase of the 1 Day cleanse, Enjoy your Juices!! You got the Juice Now!!\\ud83c\\udf4d\\ud83c\\udf4b\\ud83c\\udf53\\ud83c\\udf53\\ud83e\\udd55\\n#igotdajuice501 #letsheal #supportblackbusiness #greenjuices\\n#detox #cleanse #blackkings\\n#healthisbwealth\",\"id\":\"17853633845207175\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T23:03:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE7vtJ-BqrH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118973778_2252458551567324_1903598522648867538_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WVsxMZpGwdYAX_C0uTJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=46d3810689fa52d93777e3dfe466a26c&oe=609DD5B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a\\ud83c\\udf4f\\ud83c\\udf4f\\u27a1\\ufe0fDid you Over Eat Yesterday??? YOU need to Reset grab you a 1 day detox Cleanse and get back on track!! Give your digestion system a break!!!\\n#igotdajuice501 #cleanse #detoxyourbody #greenjuice\\n#mindbodyspirit #supportblackbusiness \\n#letsheal #eattolive #healthylifestyle\",\"id\":\"18120880072186004\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-08T17:21:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1LTjTIQ\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118973778_2252458551567324_1903598522648867538_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WVsxMZpGwdYAX_C0uTJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=46d3810689fa52d93777e3dfe466a26c&oe=609DD5B7\",\"id\":\"18159373522013296\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-08T17:21:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1IEjG77\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119052436_195700048860820_8237406115426065070_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BoirQ3QYDi8AX9AePtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=49e8803ca09389d9acbdee798f6cbd67&oe=609F8F99\",\"id\":\"17865699095040335\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-08T17:21:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1IFjH2y\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118850824_1103936210007936_231874230932329266_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8JjgrSqI7TcAX_ETUTf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0b94cda92e98361a1500ec57fe3ee52c&oe=609FA6FE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf53 \\u27a1\\ufe0fHappy Labor Day!!\\ud83d\\udde3 For Today Only I will be taking Orders until 2 p.m same day Service Free Delivery!!! (Limited Area) \\n\\u27a1\\ufe0fTry a smoothie and a Juice\\u203c Until Produce gone for Today \\ud83e\\udd6d\\n\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 $Cash App IgotdaJuice501 aka Lashunda Johnson\\n\\ud83c\\udf53\\ud83c\\udf53\\ud83c\\udf53PayPal lashunda.coates@yahoo.com \\n#IgotdaJuice501 #supportblackbusiness #juicelady #smoothies #plantbased #letsgo #heal #blackkings #blackqueens #LittleRock #naturalstate #EatToLive\",\"id\":\"17851855598284225\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-07T16:23:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE14XkLhfOL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118699616_187053352868018_6338356799779174049_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8VgQf1PdUQYAX_sNGyz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d1ccfb1a7219431e637995a422ab6062&oe=60A14416\",\"media_product_type\":\"FEED\",\"id\":\"17929447945419506\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-05T01:49:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw8bIl9K\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118699616_187053352868018_6338356799779174049_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8VgQf1PdUQYAX_sNGyz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d1ccfb1a7219431e637995a422ab6062&oe=60A14416\",\"id\":\"18162466357033008\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2SokS6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118725802_2804484193208520_2722608577664299045_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=L2d-p47rsZIAX-xL9wS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aa8e90d0f9d1ed07e5d8a71ceb90b7f1&oe=60A007D4\",\"id\":\"17904015580511157\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2TIxmc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118763319_198841844996103_202405729432366767_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yevPehlo1vAAX-uq2fJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5683ef05855bd9ed5753ec7540e7d8a1&oe=60A1442E\",\"id\":\"17868980596973763\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2To2J1\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118729723_323186518797661_451589626173759277_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5GPZ3Uv87kEAX8oKiA4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aa68d2b95ee65f7d259535f6e68c9e18&oe=60A00471\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @nurse_darlin_darlene fornyour purchase of the 2 day cleanse Enjoy!! You got the Juice Now\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd52\\n#IgotdaJuice501 #littlerock #greenjuices #detox #cleanse #supportblackbusiness #blackqueens \\n#eattolive #letfoodbethymedicine\",\"id\":\"17874574474880621\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T21:51:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuvi4XB4vs\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118795747_637848597151100_1658746274522051257_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rwX5XjzSxpcAX9uWkdc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aedd19b0e1311941dfa89ff27d580b67&oe=60A038D5\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a Grand Rising Kings and Queens Happy Friday!!!\\ud83d\\ude4c\\ud83d\\ude4c\\n\\u27a1\\ufe0f Are you Ready to try some yummy plant based \\ud83c\\udf31smoothies!! I Don\'t Just have the Juice I have the smoothies too!!!\\n\\u27a1\\ufe0f The Green Machine smoothie Is one of my favorite recipes It consist of , Spinach,mango, bannaes, protien powder , chia seeds and almond milk, (I add flax seed oil or a lil black seed oil in mine \\ud83d\\ude09\\n****Grab ya one available 09\\/05\\/20***\\n#smoothiequeen #juicelady #IgotdaJuice501 #getyagreensin #supportblackownedbusinesses #selflove #eattolive #happyfridayfolks\",\"id\":\"18145450693073187\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T14:10:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEt6zKejbNS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118644014_1461862777331462_6253651855938003295_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GnsFYSBv79MAX_PLP8U&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d6c6d22724bc9d5d4c266414e2efa545&oe=60A089DB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a Benefits of Green Juices\\n\\u27a1\\ufe0f Improved focus and mental clarity\\n\\u27a1\\ufe0f Stronger Immune System\\n\\u27a1\\ufe0f Better Digestion\\n\\u27a1\\ufe0f Healthier hair, skin and nails\\n\\u27a1\\ufe0f More Energy \\n\\u27a1\\ufe0f Weightloss \\n\\u2b07\\ufe0f\\n***2 Day Cleanse consist of 6 Green\\ud83c\\udf4f Juices and 6 mixed Juices! Order your 2 day cleanse Today \\u203c\\ud83c\\udf31\\n#mindbodyspirit #supportblackbusiness \\n#igotdajuice501#greenjuice #cleanse #detox #immunesupport #Pinneapple \\n#carrotjuice #beetjuice #letsheal\\n#blackqueens #selflove\",\"id\":\"18159467635053163\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T01:14:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEp9L4Touhq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118766533_839172179821239_5828768023764861048_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0WtIQBqBUF8AX-u0_U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=377e830154d37bde9b1bc3ba47181af8&oe=60A01F51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83e\\udd55 Grand Rising Kings and Queens Happy Hump Day, Juicing for a client 2 day Cleanse!!! Are you Ready for this new Menu That will be dropping 9\\/4\\/20\\ud83d\\udd25\\ud83d\\udd25\\u27a1\\ufe0f Additional Juices and Smoothies Stay Tuned!!! Pre-Orders Starting 09\\/03\\/20\\n\\ud83c\\udf53\\ud83c\\udf4e\\ud83c\\udf4e Get Juiced Up!!!\\n#igotdajuice501#supportblackbusiness \\n#cleanses #smoothies #greenjuice #mindbodyspirit #healthylifestyle \\n#naturalstate #arkansas#juicelady\",\"id\":\"17886867673671055\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE4KjYtH\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118766533_839172179821239_5828768023764861048_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0WtIQBqBUF8AX-u0_U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=377e830154d37bde9b1bc3ba47181af8&oe=60A01F51\",\"id\":\"17936104678393884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE2Jj3Ek\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118597252_108802140958776_247442839443211378_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VC5ppt9cTs0AX8HI4Xr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aab8b7587359f360c2cd2f04fd761d35&oe=609DA327\",\"id\":\"17851936346238164\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE2LDyuy\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118403477_330396848152837_8295029286074115675_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yJxaeAmNsQIAX8GS2X0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=13c99dbb56f5496b53d6ed2a68147752&oe=609F74B9\",\"media_product_type\":\"FEED\",\"caption\":\"@cutiepye35 thanks for your Purchase \\ud83d\\udc51\\ud83d\\udc51\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 You got the Juice Now!!\\n#supportblackbusiness #IgotdaJuice501 #blackqueens #juices #Watermelon #healthiswealth \\n#naturalstate #littlerock #letsheal\",\"id\":\"17850745307273086\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T18:45:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEe9dtWBLyN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118471055_202997024503080_6877238288031399372_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Pa5GSSTFg2QAX9yh9tP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3d45240cf25099e7336846256f6c261&oe=609DB88A\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your Purchase Enjoy your 1 Day cleanse \\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf49\\n#IgotdaJuice501 #supportblackbusiness \\n#greenjuices #juicelady #blackqueens \\n#selflove #tgif #healthiswealth\",\"id\":\"17946011533375594\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T02:17:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEdMdUehS5N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118202985_1730084000477435_43117174716879741_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rcsIP0W4_QEAX9vTU9i&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=079854c6e3c83367217bdc4e9dcbfd3f&oe=60A0552C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dHappy Friday Juice Family\\ud83c\\udf49\\ud83e\\udd52\\ud83c\\udf53\\n\\n#IgotdaJuice501 #supportblackbusiness #mindbodyspirit #juicelady #detox\\n#cleanse #greenjuice #healthylifestyle \\n#blackqueen #selflove #melaninpoppin\",\"id\":\"17878191628777160\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-28T14:29:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEb7WnTj11k\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118486348_141645827632973_3480514748355097553_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jdxm5WQygRcAX8PhHVv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9538ba727e67065354972620ce4924f9&oe=609EEFF9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55Customer Info\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\",\"id\":\"17893636399581683\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T19:48:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZ7JYUhjZ_\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118347034_331091268092282_1148657367916064159_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GTuOdIJlIvYAX8f7ydK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cbb6a4c3d18e507a0f1299674106ec20&oe=609F7B8A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a Happy Thursday Juice Family\\n\\n**** \\u27a1\\ufe0fIt may be gloomy outside But there Is Sunshine and Happiness in here!! Preparing Your Juice with Peace \\u270cand Love \\ud83d\\udc9a\\ud83c\\udf31\\n\\n\\ud83c\\udf49\\ud83c\\udf53\\ud83e\\udd52\\u27a1\\ufe0fHave your ordered Your Juice Today??What are you waiting on!\\u2757The change starts with you\\u2757MIND BODY and SPIRIT\\ud83d\\udcff\\n#IgotdaJuice501#cleanse #detox #naturalstate #supportblackbusinesses \\n#letsheal #juicelady #greenjuice #selflove #newbegginings #positiveenergy #arkansas #plantbased\",\"id\":\"18048212041261025\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-27T14:01:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTbr0Da6u\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118347034_331091268092282_1148657367916064159_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GTuOdIJlIvYAX8f7ydK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cbb6a4c3d18e507a0f1299674106ec20&oe=609F7B8A\",\"id\":\"17873587198895937\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T14:01:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTbojjqug\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118226171_301835710885810_2373075436651887902_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VE-8b4E2UgUAX-coO7U&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f75064a789c95976cd625255932d9ef2&oe=609FF213\",\"id\":\"18117120052092074\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T14:01:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTboijJZw\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118282908_173456977627040_3701596944824181885_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZibmghsIeoAX8b84hy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a617b4c515bb4f5b41938d1959588edf&oe=609F516C\",\"media_product_type\":\"FEED\",\"id\":\"18068476675234307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-26T16:39:57+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEXAurJhX_J\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118213473_733146817529991_3585274000932670712_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iUEQU6Z3BcoAX_8X72A&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=26b1cca20529a0caee8a516c945b361c&oe=609F794E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d Do you know the amazing benefits of Pinneapple Juice???\\n***Order your Pineapple Zest Juice with ginger!!\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\n#IgotdaJuice501#Pinneapple #selflove \\n#naturalstate #juicelady #healthiswealth \\n#loveyourself #juicing #arkansas\",\"id\":\"18160498165039066\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T14:01:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEUJxRkBMU-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118177606_1051138481984691_2518132964119724288_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=4R34qdpLbOQAX_YbjOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=92f8bbd61b2576c9c97c3db24cf7dc11&oe=60A0569F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd55\\ud83e\\udd55Menu Place Your Order Via DM\",\"id\":\"17866320700990793\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T03:11:13+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CES_YfqBC_i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118171120_303281420973557_1709306212780716767_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ekJUb4LzULIAX_mq2U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad6e6adda03bba3cfd52727bc70c5a50&oe=609FC4D3\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your Support!! You got the Juice Now!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #selflove #beetjuice \\n#greenjuices#detox #cleanse #supportblackbusiness #letsheal\",\"id\":\"17885090845715637\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWIZh8KT\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118171120_303281420973557_1709306212780716767_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ekJUb4LzULIAX_mq2U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad6e6adda03bba3cfd52727bc70c5a50&oe=609FC4D3\",\"id\":\"17907018451483702\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWGBhfvJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118439236_512495159576378_3402461175303948308_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WXMMIQynqKEAX-OA4zX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9377af08e80a5a777a67d0b081a3580c&oe=60A00EF2\",\"id\":\"18159001429049087\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWGCh7jV\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118203543_130719335395639_2761615537757532544_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7cua_NkFOGIAX_NxD8K&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=99c955733ce59dfdc3f66bcefec6d9a0&oe=609F891C\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Monday Juice Family!!\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\n***\\nAdded another Juicer to the Kitchen, Prepping Orders this Morning!!! Let\'s Heal and Get healthy One Juice at a Time!!\\ud83d\\udc9a\\ud83d\\udc9a\\u2764\\n#IgotdaJuice501#selflove #juicelady #cleanse #detox #peace #letsheal\\n#naturalstate #littlerock #greenjuices\",\"id\":\"18112870354147993\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-24T15:55:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CERyBKWBDZh\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118117362_201895254700181_8025424651014954996_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=hVI75SipriwAX-r22bK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=62c1e41fe6ad9cf61ef58dea5d6b2b69&oe=60A00F9A\",\"media_product_type\":\"FEED\",\"caption\":\"Delivered to this \\ud83d\\udc51\\ud83d\\udc51 This rising!! Happy Sunday You got the Juice Now!!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83e\\udd52\\ud83e\\udd6c\\n#IgotdaJuice501 #selflove #juicelady \\n#beetjuice #summervibes #supportblackbusiness #sundayvibes\",\"id\":\"17858823233084582\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-24T00:01:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQE22jBgfL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356419_167700721579552_4761260129935043215_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gzdd8YG-7JMAX_K-jz9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78a814ee2daf99d972634aee8e27b176&oe=60A07D26\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks to these Beautiful \\ud83d\\udc51\\ud83d\\udc51 For Purchasing 1 day Cleanse!! You got the Juice Now!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83c\\udf49\\n#IgotdaJuice501 #selflove #supportblackbusiness #blackqueens \\n#naturalstate #cleanse #detox\",\"id\":\"17868338926951832\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQ2fBWfK\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356419_167700721579552_4761260129935043215_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gzdd8YG-7JMAX_K-jz9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78a814ee2daf99d972634aee8e27b176&oe=60A07D26\",\"id\":\"17898272914546026\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQznBPHz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118156798_243262666809603_5628870585206593434_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5pJFXIbE05cAX_G204Z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e8658872a3951007d2cb6d4df80bd418&oe=609FAEDA\",\"id\":\"17858743685114977\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQzmB22z\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356280_761220624690461_730401702881242630_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=q5r14kxnazwAX8ZsP2a&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cfcfef10885d5d2d88b7c886dae3d863&oe=609F0F32\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 for your Support!! Enjoy your cleanse!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf4f\\ud83c\\udf31\\n#IgotdaJuice501#selflove #blackqueens #supportblackbusiness \\n#summervibes #cleanse #detox\",\"id\":\"17850978716214470\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T22:53:45+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEKziGNhlkT\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117954755_647529789451578_1495407175207244076_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2TA0mLhlOzAAX8-z2O_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67ae9c9cfb6ee5eb1414e31f665dab40&oe=609E64DD\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4f\\ud83e\\udd52\\ud83e\\udd6c\\ud83e\\udd66 Happy Friday!!TGIF\",\"id\":\"17845901612328620\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1poyhTkS\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117954755_647529789451578_1495407175207244076_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2TA0mLhlOzAAX8-z2O_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67ae9c9cfb6ee5eb1414e31f665dab40&oe=609E64DD\",\"id\":\"17907145414497616\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1pmVhJ_q\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117889437_237596824096184_4079214841629640278_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QmFDsJyOAMsAX-0CoAJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1914b458ed15a5542f31af67fc932b69&oe=609F8B17\",\"id\":\"17868094405954884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1pmTB3KU\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117895454_696433824243681_4203759883552257541_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gYf8o8QRNgIAX9IuLQZ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f2ad2de5b7155a7a60188a21dc7952b9&oe=609E6BB8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks for your support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now, Enjoy your 1 day Cleanse!!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83e\\udd55\\ud83e\\udd55\\n#IgotdaJuice501 #naturalstate #selflove #blackqueens #juicelady \\n#supportblackbusiness #Pinneaple\",\"id\":\"17887641715634745\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T21:15:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEFeq-tBPFH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117680940_307467017133682_1953435082004748285_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OSJGsBObvF0AX9XHIu0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81d67442b955632f02da32fb16415bf1&oe=609E48EA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udd95\\ufe0f Customer Alert Thanks \\ud83d\\udc51 For your support, Enjoy your cleanse!!!\\n#IgotdaJuice501 #selflove #letsheal\\n#naturalstate #healthiswealth #queen\\n#supportblackbusiness #summervibes\",\"id\":\"17883942433705006\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T00:12:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEDOLcHBFkr\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117842379_300694598033409_8143254727820065436_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=k64QrSHuAfoAX86f-2A&_nc_oc=AQkdE24dSccKeNTF01SjEG547zSaJJ7i6r4Kg80PtnticLE5ZLbFnGTFKuSoy4ka_6E&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1ecf247110dda82fef6da5011023fa0d&oe=609DA4CE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4a This \\ud83d\\udc51 Came back again for another order!!! Thanks for your purchase of the Green Goddess Juice\\ud83c\\udf31\\ud83c\\udf31 \\n#IgotdaJuice501 #selflove #supportblackbusiness #detox #cleanse #juicelady #naturalstate #blackqueens\",\"id\":\"18130055452096669\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T00:10:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEDN6rSh6fe\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117701017_160148322320806_9176351453887425251_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TdYV1U5IYJkAX-I_w-D&_nc_oc=AQmp3Dli-rxObZkpWTg3xr3GqyT7glQCrg8MSrdFDNoEItzJwMKIIptous9wtfwkwEk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7731590f8b2cef7fc9a1053efb8d4b8&oe=60A04D74\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dThanks \\ud83d\\udc51 For your purchase!! You got the Juice Now!!\\n#IgotdaJuice501 #juicelady #supportblackbusiness #detox #cleanse #naturalstate\",\"id\":\"17957433487346866\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T23:32:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEAk14FB08e\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117698320_224774652218044_7351841710878741797_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AL8o1hrFNf4AX9nq0Zr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d02b606275178240b84409343b199922&oe=609FDE9B\",\"media_product_type\":\"FEED\",\"caption\":\"Prepping for a Client Goddess Green Juice \\ud83d\\udc9a\\ud83c\\udf4f\\ud83c\\udf4f\\n#healing #IgotdaJuice501 #selflove #supportblackbusiness #greenjuices #summervibes #detox #cleanse #naturalstate\",\"id\":\"18065823469240243\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T16:00:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD_xErChwb6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117817043_755276151763913_7421896389699660596_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=cl6vYOlvSYcAX9-KIfT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0fc7d690e6294b2c0d5e53474ed6a95b&oe=60A06DB6\",\"media_product_type\":\"FEED\",\"caption\":\"Excited to Add to my Menu!!!!! Be on the lookout!!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf4b\\n#IgotdaJuice501 #shakes #gingershots\\n#selflove #supportblackbusiness #naturalstate #detox #cleanse\",\"id\":\"18067364329230925\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T13:16:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD_eTdKhlYk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117548415_2618754398227953_5092161824088456214_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UBF5UqbGjXwAX_XiPqR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=041e7f3546064278c72b7268fcb5ad77&oe=609EB7A4\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4a\",\"id\":\"17880647626738982\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-16T22:29:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD94u14BcGc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117564951_2708591162793167_64253968123561924_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=91krki0yjLcAX_jFM--&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=56584d2d9fa580ca7fcb1438db626ac8&oe=609F7E59\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4d Thanks to my Customers for all your support!!!!!\\n#IgotdaJuice501#supportblackbusiness \\n#selflove #juices #detox #cleanse\\n#naturalstate #littlerock #juicelady\",\"id\":\"17872311265884863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-16T20:25:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD9qogqhbme\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117514810_981688868925005_7522720054801756032_n.mp4?_nc_cat=108&vs=17846286026306941_2984462429&_nc_vs=HBksFQAYJEdEb2lBUWRON2s5QTEzd0RBSUJ2S21NSUVtWm9ia1lMQUFBRhUAAsgBABUAGCRHQUpmQWdjOUJ0VGllVVVCQUE4ZmhMbTQ5Y3hxYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb6ivKByMazPxUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UWgpJ33Z0ecAX-rjVpM&_nc_ht=video-ort2-1.cdninstagram.com&oh=132093d64977ae09c4ce490bc8131554&oe=609D71E7&_nc_rid=1e3914d2b9\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117377696_618066905814480_4968142338013550743_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qOQ7Dsqg5bkAX_DxQ1A&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=83f0aa474cf42b36a9d47e3dd0a9e90d&oe=609E9F0B\",\"caption\":\"\\ud83c\\udf4f\\ud83e\\udd52\\ud83e\\udd52Happy Saturday Working on my Clients Cleanse!!\\n! \\u27a1\\ufe0fGreen Juice is a great way to shed pounds.\\n \\u27a1\\ufe0f Belly fat\\n \\u27a1\\ufe0f Skin \\n**And so Much More, Order your 1 day cleanse kick start your wellness Journey!!!!\\ud83e\\udd52\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4d\\ud83c\\udf4d\\n#happyjuicing\\n#cleanse #detox #greenjuice #letsheal #selflove #supportblackbusiness\",\"id\":\"17854412000145545\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-15T16:33:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD6rQropu9w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117385958_3204985502933572_8705108095463710288_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=C9duzITp2nkAX_UK9t5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d50614788b859b22718f9c1f2dc7be2b&oe=609F74A6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf49\\ud83c\\udf49Thanks \\ud83d\\udc51\\ud83d\\udc51 For coming back again Enjoy your juices!!!\\n#IgotdaJuice501 #supportblackbusiness #detox #cleanse #juicelady #selflove #naturalstate #summervibes\",\"id\":\"17869229452933313\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-14T23:35:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD42tc1pzc4\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117591073_593129438036998_2243964331778471872_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uYnVKg379dYAX9qgOpo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0d1cea76526d19776e05347b32a4ce54&oe=609F0B49\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf0f\\ud83c\\udf0f Bring your bottles back!!!\\n#IgotdaJuice501 #supportblackbusiness\\n#selflove \\n#recycle\",\"id\":\"17973663916311098\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T15:16:30+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD1Y2H4p5WP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117327443_302963367690215_3493371415129109023_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0RjKnyiBJz0AX9E93fk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca1e9aaf2d585088fa5699bfaf7403a6&oe=609F8183\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc9a\\ud83d\\udc9aFor your support!!! You got the Juice Now!!!!\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\ud83c\\udf53\\ud83c\\udf4f\\ud83c\\udf4f @seantaloreal \\n#IgotdaJuice501 #naturalstate #Pinneaple #cleanse #selflove \\n#blackqueens #supportblackbusiness\",\"id\":\"17875351861822514\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T13:14:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD1K5SXpUUQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117354461_296094104826554_1454051631316906253_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v78nDa97JDEAX85m-k6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=62c238b19d22e80a39e4f7360986ed02&oe=609FA1F1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55Happy Thursday!!\\n\\u27a1\\ufe0f Directions to the Cleanse have been provided for you!! Enjoy your cleanse and Listen to your Body!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\n#IgotdaJuice501 #selflove #selflove #juicing #cleanse #detox #healthiswealth #supportblackbusiness\",\"id\":\"18046402912256566\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T09:46:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD0zIK_pqxg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117387437_330569218309071_4392311345357625635_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UGVFlit4ubsAX9xLtf2&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ded2a280457340953e8aab5b62342f6&oe=60A067D8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your purchase \\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf53\\ud83c\\udf52\\ud83c\\udf53 You got the Juice Now!!\\n#IgotdaJuice501 #detox #selflove #juices #Pinneaple #cleanse #supportblackbusiness\",\"id\":\"17848584917278030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T01:14:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz4gFTJEc1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117331962_352978879061084_5314130597259645941_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GK5pY6VnwTcAX-D-Ffp&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3878ee0d722cbd2305a466171fa251ad&oe=60A05E8A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55 Thanks \\ud83d\\udc51\\ud83d\\udc51 for your Cleanse\\ud83c\\udf31\\n#selflove #IgotdaJuice501 #juices\\n#Pinneaple #detox #cleanse \\n#supportblackbusiness #summervibes\",\"id\":\"17882988802700109\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T00:53:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz2FMxJxR5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117317557_137069634738426_2521769740105159952_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=w0z9nmnMzYwAX9UxmXP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bc48b6e5cf2e1d1ca7338a9a608e8f8c&oe=609F83E6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55Thanks King for your Purchase of cleanse!!! You got the Juice Now!!!\\n#IgotdaJuice501 #naturalstate #selflove #summervibes #greenjuices \\n#Pinneaple #littlerock #supportblackbusiness\",\"id\":\"17846022602305398\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T00:48:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz1eVmpjuY\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117653047_599414373957625_4148671306138844724_n.mp4?_nc_cat=101&vs=17867423149925933_582912740&_nc_vs=HBkcFQAYJEdEY19Bd2Y1UDlVSUtpRUNBRFRfUW9TU0NwTTVia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJtqPtqPzlL0%2FFQIoAkMzLBdALndLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=VM_NVS0KaVIAX-3ewi6&_nc_ht=video-ort2-1.cdninstagram.com&oh=aaf21ee285bf1d20dfed00074d3eff42&oe=609F65E5&_nc_rid=9f18628c2a\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117679361_379915266310442_1007270802310568803_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mGzUe85SpasAX_GdtMd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfe878c44458da9d250b80d2b7855d15&oe=609EE176\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4d***Treat your Body to a 1 Day Cleanse, Jump Start your Weightloss Journey! Reduce Bloating, Clear Skin, Reduction in inflammation and Much More!Lo\\ud83d\\udc9ave on your Body and It will \\nLo\\ud83d\\udc9ave it Back!!!\\n#IgotdaJuice50 #cleanse #supportblackbusiness #plantbasedfood #greenjuices #healthisbwealth #selflove#naturalstate\",\"id\":\"17853678419179869\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-11T23:28:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDxHk2_pwN3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117430363_180900667046410_2000663875506756491_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CARrUI7Pb-wAX9O8dQR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0486638e0541c091901572cb7a1e62eb&oe=609E62C9\",\"media_product_type\":\"FEED\",\"caption\":\"Orange Sunrise \\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Is a must have Juice!! Carrots, oranges,lemon and ginger!!!! ORDER yours today!!\\n#IgotdaJuice501 #carrotjuice #supportblackbusiness #juicelady\\n#naturalstate #healthisbwealth\",\"id\":\"17948109769364911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-11T16:26:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDwXNbHJTnG\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117128873_121103586096085_4153219667864039328_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uflYsywUsK4AX_1Iy4N&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2729cf52a6c37940d2fdde244412037&oe=609E5F28\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @littlerockdnurse for your Purchase and support !! You got da Juice Now\\ud83c\\udf31\\ud83d\\udc9a\\ud83d\\udc9a\\n\\ud83c\\udf4d\\ud83c\\udf4d Follow @IgotdaJuice501 \\n\\ud83c\\udf49 \\ud83c\\udf49Fb IgotdaJuice501 \\n#supportblackbusiness #juicelady \\n#detox #beetjuice #naturalstate \\n#healthehood #cleanse #littlerock\\n#plantbasedfood #blackqueens\",\"id\":\"17901787867505943\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNFqpKX8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117128873_121103586096085_4153219667864039328_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uflYsywUsK4AX_1Iy4N&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2729cf52a6c37940d2fdde244412037&oe=609E5F28\",\"id\":\"17888793292622270\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCxJSFx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117362638_297988211536942_5886084787154204924_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MHZdXuVcbFQAX-wNUVf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7e947eb910483d7bc77fa7f03f53d41&oe=609F172C\",\"id\":\"17921878999426739\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCxpbIn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117259248_811468649594879_4533084892161619835_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E_qPAnvWo6sAX9gxKTP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b8b893d0bb9f1f8d9210acc9cf0a69f7&oe=609F9C0A\",\"id\":\"18126114523113824\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCvpvWa\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117468413_1721707337986740_6521062994020179576_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=U9pXszkuzngAX83IGOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5c4c129d1f6161d7aa5caae76fbd4d82&oe=609EDB23\",\"media_product_type\":\"FEED\",\"caption\":\"#Watermelon Juice offers several benefits Order yours today while still in season!!\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness #watermelon\\n#detox #healthehood #love #juice\\n#plantbasedfood #healthisbwealth\",\"id\":\"18114478624088591\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-09T09:51:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgfYxppQF\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117468413_1721707337986740_6521062994020179576_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=U9pXszkuzngAX83IGOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5c4c129d1f6161d7aa5caae76fbd4d82&oe=609EDB23\",\"id\":\"17875031404839472\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:51:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgfU5p_aK\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117030246_739561613287292_320911602725808855_n.mp4?_nc_cat=109&vs=17903620411508077_497216588&_nc_vs=HBksFQAYJEdHYTlfUVo4M3pfYm9LQUNBTmZxeFFSbkczUUVia1lMQUFBRhUAAsgBABUAGCRHRncwLXdiTmU1dkdPam9DQUFxRF9oOUZBMzBIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACba0efK7s%2FNPxUCKAJDMywXQCOqfvnbItEYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=bG6Qn04zyjkAX-FyUDe&_nc_ht=video-ort2-1.cdninstagram.com&oh=d19779d803c2db7ecd5e0c125a9dede9&oe=609D71CD&_nc_rid=55ae2b38b7\",\"id\":\"18114416947090890\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T09:51:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgekXp7ZT\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117324120_589675965053284_3676683332600170988_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HSL9eoemvVAAX-11PD4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4354dab04c66e366ef8d9797762be392&oe=60A108B9\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117100301_2714364308800630_5745391612912330077_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NZE4Ttr-OxQAX-RIfis&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f78eceafe8cdbe037b748372216930a1&oe=609FD69E\",\"media_product_type\":\"FEED\",\"caption\":\"Menu\\/\\/ \\ud83d\\udc9bOrders Must be made 24 hrs in advance for delivery!! \\n\\ud83d\\udc9a My Juices are made fresh with Organic produce!\\n\\ud83d\\udc9a My business is based in Arkansas\\n\\ud83d\\udc9aMy Mission is to heal my community ome Juice at a time! Mind, body and Spirit.\\n\\n\\u2022 \\u2022 \\u2022 \\u2022\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\\n#plantbasedfood #healthehood \\n#healthisbwealth #naturalstate\",\"id\":\"18040713658267061\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:43:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqfirypHWr\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116912325_2603173393277717_4933109105256855595_n.mp4?_nc_cat=109&vs=17876615575800858_4264475771&_nc_vs=HBkcFQAYJEdNWHc5d1lWSTJXSmtqOEpBQ3Q0RkRHWTdIVkVia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJrSipvb8q8E%2FFQIoAkMzLBdALXdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=iaWJlYL7KkoAX_XRMNO&_nc_ht=video-ort2-1.cdninstagram.com&oh=8c41da57c253b34e430c449fc06984fa&oe=609FEE74&_nc_rid=ad8d6760fc\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116985315_742029446557683_1350975848157366458_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ki_SkHuuTYIAX9IPkUy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d10d6c8094332c26773b084889bf9ff6&oe=60A02566\",\"caption\":\"Order your \\ud83c\\udf4d\\ud83c\\udf4d Pinneaple Zest with ginger !! \\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness #Pinneaple \\n#detox #healthehood #love #juice\",\"id\":\"18158706193015720\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T09:26:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqdjqxpIJn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117159398_307432293648202_6658985736833946051_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dgZ5b1nIkCAAX9dtvDQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e1aa0894a92606d53b6d56deca559484&oe=609DE963\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51 For your support and purchasing your 1 day cleanse\\ud83d\\udc9a\\ud83d\\udc9a\\n\\ud83d\\udd36\\ufe0fYou got the Juice Now!!!!\\n#Repost @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17864409614001304\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:21:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqdEc5paro\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117273964_944243499418326_7668637225167754343_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y0VG7PLLviIAX_EhSuO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4994572b9b19132afc0ebd2bace05789&oe=60A018B9\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 for your support and purchasing \\ud83c\\udf4d\\ud83c\\udf4dZest!!\\n#Repost @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17850795728220249\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T01:07:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDpkfKPpshc\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117292067_2792133480887973_5327932162682442656_n.mp4?_nc_cat=105&vs=18079302772204221_3100018446&_nc_vs=HBksFQAYJEdDTzgtUWFsTmtzOGJ1c0pBS0RURU1nU252Qkpia1lMQUFBRhUAAsgBABUAGCRHSUdKQXdmeUJjMzJxbkVBQUprWURUZ0xpdDRuYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb6q5iT9sGdQBUCKAJDMywXQDLVP3ztkWgYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=JHhpk0tbMIcAX-PUlNi&_nc_ht=video-ort2-1.cdninstagram.com&oh=ee6b77dec2bd6e0618a34060c937c281&oe=609EF196&_nc_rid=cda359cc83\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117233904_130112368775661_8516511673683808236_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Brd7LE_7ExYAX9Jia5G&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79b3e58be9ee218bddc6c3cff1d3d500&oe=60A15BC7\",\"caption\":\"\\u27a1\\ufe0fFeeling Depressed \\n\\u27a1\\ufe0fConstipated\\n\\u27a1\\ufe0fLow Energy\\n\\u27a1\\ufe0fBrain Fog\\n\\u27a1\\ufe0fHeadaches\\n\\u27a1\\ufe0fFatigue\\n***These are a few signs that you need a detox, Allow yourself and digestion system a break!!! There is healing, boost of energy, and mental clarity when you Juice!\\ud83d\\udc9a\\ud83d\\udc9a\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17929790221393420\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T00:41:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDphgkNJfDg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116797338_1707727509385512_4268814156819194220_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8_QRlJ6sKWMAX9eZwrH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e923e616df58e0fe2b31cafd07756e86&oe=60A0C1D8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udd05Beet Juice has so many positive benefits, helps prevents cancer,hair and skin growth and much more!!! \\n#beetjuicebenefits #supportblackbusiness \\n#igotdajuice \\n#juicelady\\n#naturalstate\",\"id\":\"17882242117705591\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tP-hiEy\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116797338_1707727509385512_4268814156819194220_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8_QRlJ6sKWMAX9eZwrH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e923e616df58e0fe2b31cafd07756e86&oe=60A0C1D8\",\"id\":\"17885389312656471\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tOThFJk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117152302_289632655677465_6884636915370180394_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lmo3bhVbfM4AX-eQACG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e99741562b793355446850aea1fdb13c&oe=609E977B\",\"id\":\"17886156292632191\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tOTBmDd\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116424084_1158478384552265_745091626545504963_n.mp4?_nc_cat=101&vs=17883331810687036_1686909817&_nc_vs=HBkcFQAYJEdKUjk4QVpKV1pkRW9SMEVBTVBpWFAzaUdGY0tia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJvjKrJ70ssQ%2FFQIoAkMzLBdAKe6XjU%2FfOxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=OJ4cLanmS-QAX8_mvdL&_nc_ht=video-ort2-1.cdninstagram.com&oh=387db4f63274e72f649d803bae84f6b3&oe=609E3C56&_nc_rid=002a366643\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116869559_190946892396615_7807737766113494784_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=khF3x_tAl5YAX90gcVU&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c15a568eaf08b35f52db551d1f98bea9&oe=60A12E44\",\"id\":\"18005014198291400\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-05T00:42:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDfOaePBkV3\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116791175_3311950715530348_1026335902100806493_n.mp4?_nc_cat=103&vs=17916665374450465_797013982&_nc_vs=HBksFQAYJEdJY1g5Z1pzck9tZE04UUxBRjNiOHJBUVJ6NE9ia1lMQUFBRhUAAsgBABUAGCRHQll4X3dhckhwNjh5cUVDQUZ3TEpOY0lfNFF6YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbCyPaQl8fTPxUCKAJDMywXQCMhysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=Qw5LqWqxkvAAX-0--Ar&_nc_ht=video-ort2-1.cdninstagram.com&oh=ced97f97e4560747f652537599a83d5a&oe=60A00EDE&_nc_rid=25a173398a\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116698556_310162550338360_6002056907786035118_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=y9DcEevvZJ0AX8x0smd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=52553700058375faabec506fcddabb76&oe=60A0144E\",\"caption\":\"Fresh and Organic Juices are Ready to be delivered if you are in the 501 area (Arkansas) This is a preview of detoxes, juices and more I will be offering!!\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd52\\ud83e\\udd52\\ud83c\\udf4f\\nGet Juiced up!!!!\\nLets Heal the Hood!!Mind Body and Spirit\\u270a\\u270a\\n#igotdajuice\\n#detox #cleanse #greenjuices \\n#rawfoods #healing\",\"id\":\"18128923543097559\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-02T20:15:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDZmVzjBKYo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116206915_297620918022017_2775425707201730576_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=i_iLGi5jHasAX8Sm3YH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d9a5cd2dbd31dee50b4a05b7d17e2ac3&oe=60A099D9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55Juice\",\"id\":\"17872644865816374\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-26T07:20:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDGMFl-hg1u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/109863477_1212042105800882_3110888374122070672_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5BemXQqAXNYAX_UlYWs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cb19980126fa397c622912c401a7c4c0&oe=60A074EE\",\"media_product_type\":\"FEED\",\"caption\":\"Beet It Juice!!\",\"id\":\"17875454608754993\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-26T07:18:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDGL4vkBk6N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/109703375_2652728454828202_6785966897008905204_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AYv372mMqxAAX8VT8PJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d5fad1fff4325f6e61d3b008b682438d&oe=609E61E3\",\"media_product_type\":\"FEED\",\"id\":\"17886646012622939\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-20T11:03:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CC3IxDphrZA\\/\"}],\"pagination\":false,\"pages_created\":2}','no'),(853,'!sbi_igotdajuice501#412cols=3','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=1547711167\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=01e94043c8\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=91e53a053810f49529a9b1e0faa81d84&oe=609D7758\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=2578f2266b\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162639801_270732367844216_8493553652536446427_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UbEejLfGH2cAX_8x5I4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bbc42c72bcd6b60f28c9f23f030fb116&oe=609F9184\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Sooooo Drop a New flavor you would like to see on the IgotdaJuice501 Menu for Spring !! Best one will be added to the Menu!! DROP \\u2b07\\ufe0f \\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd52\",\"id\":\"17908996630693704\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T00:18:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMvai_4hMKH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/163584932_1811578235677449_5790382613191522781_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jFB7J956Se0AX_mUiYg&_nc_oc=AQkWiGdgDaFSch_u4oV6A2VIppINdnBLTXrXNZgBzNZX8-cl9rofUwXbIsQyXDnoIMk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3e85cec6b81b0aea7f15eb401e6f8ef5&oe=60A0E20A\",\"media_product_type\":\"FEED\",\"caption\":\"@bananas4040 Thanks for your Support \\\"You got da Juice Now!!\\ud83e\\udde1\\ud83e\\udde1\\n#IgotdaJuice501 \\n#juicelady \\n#littlerock \\n#naturalstate \\n#supportblackbusiness \\n#cleanses\\n#greenjuice\\n#healthiswealth \\n#springfever\",\"id\":\"18106121440215873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-21T16:33:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMsAg7GB74w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162909913_118297276939457_1946260157176416505_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7lew9UVCfr8AX99vIau&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=65cce340be5154281ba9a8b3403c89ba&oe=609E447E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1Orders Made This week will be ready at 9 am 03-21 Please make sure you Dm and specify delivery, or pickup meeting location!\\n\\nThanks for your support!!\",\"id\":\"17895632533922272\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T16:37:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpcJ4hhval\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/162035622_411257316926525_5234955829490767117_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XcxZf70viREAX9tZbvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78b7db0c99ae9daf59722b065d04ea02&oe=60A0598B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 If you want to place an order to be ready by Sunday 03\\/20 DM ,on the Above Dates I will be on much needed Vacation No orders will be Accepted I will Resume Orders March 29!! \\n*\\n*\\n*\\n\\ud83c\\udf3b \\ud83c\\udd95\\ufe0f Master Cleanse Juice and Wellness Pack will release!!\\n*\\n*\\n\\ud83c\\udf3b\\ud83c\\udf49\\ud83c\\udf49 Watermelon Juice is Back!!\\n*\\n*\\n\\ud83c\\udf3b\\ud83c\\udf4f\\ud83c\\udf50\\ud83e\\udd52\\ud83c\\udd95\\ufe0fSnatchYoWaist!!! Bundle Pack dropping \\ud83d\\udcff\\ud83d\\ude4c BE READY I have been grinding behind the scenes\\ud83c\\udfc1\\n#juicelady\\n#juicingisdanewsexy\\n#IgotdaJuice501\\n#supportblackownedbusiness\\n#naturalstate\\n#arkansas\\n#501\\n#wellnesspacks\\n#cleanses\\n#greenjuices\",\"id\":\"17896386286843584\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-19T09:18:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMmFIHnB958\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/160157461_2580419885590712_1216890092123806445_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2pJG_x_LSuAAX9K_bv4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=762f54217eec66e20cf8c0a6110ae28e&oe=609E17A9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\ud83c\\udf3b\\ud83c\\udf3b\\ud83c\\udf3b Spring is almost here\\u2600\\ufe0fHappy Monday currently ***RESTOCKING supplies and getting ready to drop these \\\"SnatchYoWaist\\\" Master Cleanse Bundles!!!! \\ud83c\\udf49\\ud83c\\udf49 Juice will be coming back!! \\n*\\n*\\n*\\n*\\nStay Tuned Thanks for your Support\\ud83c\\udfc1\\n#IgotdaJuice501 \\n#selflove \\n#Springintonewthings\\n#blackownedbusiness \\n#springfever \\n#naturalstate\\n#ceo\\n#mindbodyspirit\",\"id\":\"18144850546176454\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-15T14:52:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMcYRCyhh_f\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158453386_2669979903283164_8182793873597373951_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pgUoMIAA5dIAX_G88hS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=31611a8489f28371b190f981b0941957&oe=609E70B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf31\\ud83c\\udf31\\ud83c\\udf31 What\'s So Good About your Juices????\\n*\\n*\\n*\\n\\ud83e\\udde1 I use Fresh Organic Produce\\n\\ud83e\\udde1A cold-pressed Juicer \\n\\ud83e\\udde12012 I started My Juicing Journey\\n\\ud83e\\udde1Certification Juicing\\/Plant Based \\n\\ud83e\\udde1All Juices made to order Fresh \\n\\ud83e\\udde1Smoothies\\n\\ud83e\\udde1Wellness Drinks\\n\\ud83e\\udde1Wellness Shots\\n*\\n*\\n\\ud83e\\udd0eMy goal is to provide you with Delicious, Fresh, Healing Cold-Pressed Juices!\\ud83c\\udf4b\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\n*\\n*\\n#IgotdaJuice501 \\n#juicelady \\n#selflove \\n#naturalstate \\n#plantbased \\n#mindbodyspirit \\n#blackownedbusiness\",\"id\":\"18144253828181535\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T13:43:18+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMzhczhsFX\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158618815_119044450166693_5019590779072782323_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_K_HcS8APH0AX-u1k1R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=57d7025d99dd9aa23e5d6dc01ffe990b&oe=609E0D9C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Do you know the Awesome Benefits Turmeric Provides??\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1 When you Purchase your next cold-pressed juice, Grab a Turmeric and Ginger Shot to get your day started and assist in removing toxins!\\n\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd6c\\n#IgotdaJuice501 \\n#Turmeric \\n#selflove \\n#itsalifestyle\\n#naturalstate \\n#juices\\n#cleanses\\n#detox\",\"id\":\"17869358687339064\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7x3BvlM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158618815_119044450166693_5019590779072782323_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_K_HcS8APH0AX-u1k1R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=57d7025d99dd9aa23e5d6dc01ffe990b&oe=609E0D9C\",\"id\":\"17988639121327231\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uqhnaE\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158440798_5182997195075972_228326554101761739_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=p4WvVT0Gv_kAX9upWUV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e4a370a47fd3d3ef3a4acd096bcda4bd&oe=60A0CAE0\",\"id\":\"17881092695149432\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uqBnau\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/158417320_724724741552683_5961430095182601179_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xb7TwxEoEXIAX_bLy7L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c8b9ab09ffd1c886989548057f6afe65&oe=609DD8EC\",\"id\":\"17863688366464042\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-09T11:09:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMMh7uph_Wr\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157804792_1407589056259183_955837243883160257_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wgMCH_LfVEMAX-mZ7x0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=654035e5e4ea2374e70b5b1cae6d3e05&oe=609D8597\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9c\\ud83d\\udc9c\\ud83d\\udc9c March 8 Is National Womens Day for all My Queens for tomorrow only 3 Juices of your Choice or smoothie for 15.00 \\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83e\\udd6d \\n*\\n*\\n*\\n*\\nPre-Orders are being accepted 03\\/7\\/21 - 03-11\\/21\\n#IgotdaJuice501 \\n#nationalwomensday\\n#supportblackbusiness \\n#juices\\n#naturalstate \\n#501\\n#juicelady\",\"id\":\"18197872666009727\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4K7BsOu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157804792_1407589056259183_955837243883160257_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wgMCH_LfVEMAX-mZ7x0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=654035e5e4ea2374e70b5b1cae6d3e05&oe=609D8597\",\"id\":\"17869547516338310\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4H8hSk3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157277618_269506224776796_7244299396034385237_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UDtQoPvrVJgAX-QU53P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1f39fa372ced82a2801e9c49eb8cf3b9&oe=60A06FFD\",\"id\":\"17874999797290542\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl4H-BtVZ\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/158204798_472711297253432_4809122391399895900_n.mp4?_nc_cat=103&vs=18000494242311127_384846429&_nc_vs=HBkcFQAYJEdINERiZ2s0UVBTczdhMEJBRnlUeE14VmI3MUNia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJq6h8%2FTU1vk%2FFQIoAkMzLBdAFogxJul41RgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=G-VV9-bRr84AX-6_4i6&_nc_ht=video-ort2-1.cdninstagram.com&oh=342b8fa4a2f1aad62e753ba4ba8b95f2&oe=60A127DD&_nc_rid=da83b61015\",\"id\":\"17888890189955868\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl2dlBA2Z\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157664192_252894616318609_798961851281437491_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QWv2LmgmpgsAX_lANQh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4a92be4fd71dcbe9c6f521d2a676775&oe=60A11C84\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/158500672_863112344534974_7044142752481207750_n.mp4?_nc_cat=104&vs=17890199656985178_870618149&_nc_vs=HBkcFQAYJEdFQ0hjZ21fZjdJQS14QURBTWJseUF5RDBzRmhia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJrT%2BzYfWwsc%2FFQIoAkMzLBdAFszMzMzMzRgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=xP8NTiJhs4IAX8gfWPu&_nc_ht=video-ort2-1.cdninstagram.com&oh=527a93baf5898f9c0d7ef58b97b5c02c&oe=60A12221&_nc_rid=628d820fef\",\"id\":\"17853535940510785\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-07T22:27:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMIl3c6B-3V\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/157386750_826718774547013_2024199554296249501_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=73hKxK4ohfEAX_HKaaN&_nc_oc=AQl_Putqlv2s7xZjQYdiJ8_w_2V68b3Q-VfaShg11BysdSVyJCIB70qLwL3yccC64vI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f231abefbf18f6c205a0b91287febb77&oe=609E852A\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156679946_2604620059842621_8102805627604679807_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XWoQDHtliDAAX-FUXoM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79de209cd78552f1ac11f5939fcd3136&oe=609F00B8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @dpenn870 For your Support You got the Juice Now!!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#juicelady \\n#blackkings\\n#arkansas\\n#501\\n#cleanses\",\"id\":\"17897668108824187\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-06T15:48:32+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMFTeC-hQiz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156286337_2525390067756101_595690447909773368_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZIX7xQ3DqoEAX8PDnJ-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cececd589e8a0dee0d31c285893beca5&oe=609EBC5C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e @_shondalandtastic_ Thanks for your Support Welcome to my Juice Tribe!!\\ud83c\\udf31\\ud83c\\udf31\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#meangreenjuice \\n#juices\\n#cleanses \\n#naturalstate \\n#selflove \\n#juicelady \\n#juicingisdanewsexy\",\"id\":\"17890848781970101\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-05T00:48:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMBHszQBNkQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489003_705166393506893_7993492108234566891_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Dx2BR2ajoYUAX97GrvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=642cebb1838690c636761c5a7bf61980&oe=609EC37A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\ud83c\\udd95\\ufe0f Master Cleanse \\ud83c\\udf4b Drink and Packs will be Coming to Menu!!!\\n*\\n*\\n*\\n*\\nWhat is the Master Cleanse?? \\n*\\n*\\nThe Master cleanse Lemonade Drink consist of \\ud83c\\udf4b Water,Maple Syrup, Distilled Water, Cayenne Pepper\\n*\\n*\\nBenefits\\n\\ud83c\\udf4bWeight Loss\\n\\ud83c\\udf4bImproved Energy\\n\\ud83c\\udf4bClearer Skin\\n\\ud83c\\udf4bDigestive Issues \\n\\ud83c\\udf4bBalanced Blood Pressure \\n\\ud83c\\udf4bBetter Lung Function \\n#mastercleanse\\n#newdrink\\n#supportblackbusiness\\n#IgotdaJuice501 \\n#cleanse\\n#detoxdrink\\n#healthiswealth\\n#springintowellness\\n#naturalstate\\n#501\\n#arkansas\",\"id\":\"17878295372183675\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-03T14:56:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIySBKzh\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489003_705166393506893_7993492108234566891_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Dx2BR2ajoYUAX97GrvE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=642cebb1838690c636761c5a7bf61980&oe=609EC37A\",\"id\":\"17957956582396466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-03T14:56:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIwrhpVc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/155071100_251502823187244_7592913788661076907_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdWlMGytmR8AX_jOjsw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1721c04651c0f4cfcf434c957532d733&oe=60A01EDD\",\"id\":\"18141619261091653\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-03T14:56:33+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL9fIwrB7zR\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489002_186455859561957_4676024551342225879_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V74wp5CYwOAAX-NwJhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f8683bcb30f96fac1bca165cac52ea88&oe=609E0832\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Tuesday Thanks @deshawn_stayflexin for your awesome Testimony \\u27a1\\ufe0f Swipe \\n*\\n*\\n*\\nHave you had your Juice Today?? Dm for Info!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#juicelady \\n#greenjuices\\n#detox\\n#cleanses\\n#letshealtogether\",\"id\":\"18142380742089301\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-03-02T15:41:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_eEPhjzc\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/154981601_269304661267492_7504840760438984672_n.mp4?_nc_cat=107&vs=17962349020375958_3701622531&_nc_vs=HBksFQAYJEdPSFVQQWtrMUt0Zzd2UUFBT0NQMXNYb2pDWm9ia1lMQUFBRhUAAsgBABUAGCRHRGpBVHdubzlTazVfSFFTQU13TnI5U2oycmMzYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACasyMfXqKroPxUCKAJDMywXQC4AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjQ4MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=Hl5bMcA4aj0AX-8eB_4&_nc_ht=video-ort2-1.cdninstagram.com&oh=55291f2b550771d291689934cbd62e8d&oe=60A02F13&_nc_rid=08b6d4cd6b\",\"id\":\"17899259776839454\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-02T15:41:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_b3NBgC6\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/156489002_186455859561957_4676024551342225879_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V74wp5CYwOAAX-NwJhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f8683bcb30f96fac1bca165cac52ea88&oe=609E0832\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/155048613_1745643238938659_6689323176677456816_n.mp4?_nc_cat=103&vs=17847775532512116_1820467366&_nc_vs=HBksFQAYJEdLWGFQUWtqV0NrOXB6TUdBTEM3cGRYOFA5VmNia1lMQUFBRhUAAsgBABUAGCRHQjdBVHdsTTIwQU5XT2NFQUxOWGc2LVlrb2dmYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbo0varoZ20PxUCKAJDMywXQCvMzMzMzM0YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=VWcGfWpxowwAX_epf6Q&_nc_ht=video-ort2-1.cdninstagram.com&oh=75c5baadd09f55c218b84c0a3d3df269&oe=609DBB09&_nc_rid=36e0231b69\",\"id\":\"17899360408836465\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-02T15:41:21+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL6_dTuBx2-\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151332876_756792114956789_2766051644601929535_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Cnq0rcJ8Hm0AX8oMvRE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=39e6033e9614b78abb770f864c5d1e02&oe=60A0CA01\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/153286189_247373383700016_1383529233036374569_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wcx79uMd6H8AX984xf_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1a8902fa11db8e7cbea816c2df2ff82a&oe=60A0AD9A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks for your Support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#letshealtogether \\n#juicelady \\n#cleanse\\n#selflove \\n#naturalstate \\n#501\\n#juicingisdanewsexy\",\"id\":\"17905579858684853\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-02T00:48:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL5ZVDMh8vc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154941115_264439108428671_7539793190480191501_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5IJUJsPhKpsAX-NpQP_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=519182ffcd748e70c1ed39ebbc60b159&oe=60A0799E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Thanks for your Support!\\n*\\n*\\n*\\n*\\n#Repost @deshawn_stayflexin\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nS\\/o to @igotdajuice501 for the cleanser! Great tasting,great quality,great service,and great prices!\\n*\\n*\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#1daycleanse\\n#Juices\\n#smoothies\\n#selflove \\n#buyblack\",\"id\":\"17880912416124900\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-28T22:21:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":8,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CL2jsdOh12v\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154033116_204930141373395_1267876314999319266_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bgjty2O3IXsAX9BxEBD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f45cba23990aeab8c8038aa9eec0fea5&oe=609DBA5C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Saturday So glad Its almost Spring Time, Perfect Time to get back right Mind, Body, Spirit!!!\\n*\\n*\\n*\\n*\\n\\ud83c\\udf53In the lab working on some spring lemonade Juices and teas to add to Menu \\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf49\\ud83c\\udf49 Stay Tuned!!! Thank you for All your Support \\ud83d\\udc9a\\ud83d\\udc9a\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#selflove \\n#springfever\\n#mindbodyspirit \\n#lemondades\\n#teas\\n#juices\\n#detox\",\"id\":\"17899643395763197\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL69EhzSO\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154033116_204930141373395_1267876314999319266_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bgjty2O3IXsAX9BxEBD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f45cba23990aeab8c8038aa9eec0fea5&oe=609DBA5C\",\"id\":\"17987898037316737\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL66fh_FK\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/154937493_525539871749685_231403319095733463_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=97WP3IgSGyUAX-SzqM9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d4c24ea20e00c4d257ed028699e3c420&oe=609FB464\",\"id\":\"18061302913278526\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-27T14:56:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLzL66fBOJe\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/153228644_881207759295551_6049219482044829648_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ItXFtAzJ3DoAX-uwa9v&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=71cc15dc60bedac6ef770a1537eedfd1&oe=60A116AF\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 HAPPY Tuesday Juicing is a great way to heal and give your digestive system a break!\\n*\\n*\\n*\\nTry substituting one meal with a Fresh cold Pressed Juice\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#mindbodyspirit \\n#supportblackbusiness \\n#juicelady \\n#detox\\n#cleanse\",\"id\":\"17905471951680735\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-23T14:01:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLoyhwQBJzl\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/152764897_257913512524115_5237446297206436051_n.mp4?_nc_cat=107&vs=18147911812190086_328540147&_nc_vs=HBkcFQAYJEdPRUJHd2xUX1Vzcmt1b0FBTk93TEh1b0phOUlia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJozluIK%2F27xAFQIoAkMzLBdAFAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=9Us1WB2uEOsAX9cqG3i&_nc_ht=video-ort2-1.cdninstagram.com&oh=7ff6b4cf888fa4b3e7d147024f6c852f&oe=609FEAFB&_nc_rid=d7189b5179\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/152108711_181667587061166_2741451864357366571_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=armwlCYxAUAAX8a9dBv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bac02602330192e9153d4fabc1e07fdc&oe=609FABDA\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Soooo Glad this \\u2744\\u2744\\u2744 Is over Restocking!!! Happy Monday\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4f\\ud83e\\udd51\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#greenjuices\\n#detoxes\\n#cleansing\\n#mindbodyspirit\",\"id\":\"17864990174374017\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-22T16:07:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLmcEfNhVqf\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151784140_185596289570529_6825741886664867340_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HLGXeYC-bDQAX8YMYVw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=977e18436a61512815102ab9bde4958d&oe=60A04907\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Because of Weather I have been Closed\\u2744\\u2744 Pre-orders Will Begin Again 02\\/21 Thanks for your Support!!!\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#naturalstate \\n#selflove \\n#mindbodyspirit \\n#coldpressedjuices\",\"id\":\"17874184355219784\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-20T13:26:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLhACSNB1Bp\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150637655_233577355094416_6695934000318510160_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=RLR_eh9HCYYAX-uP42F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9f051f8fb5fe6f3e68e1b881c621d189&oe=60A05225\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2744\\u2744\\u2744Who is gonna need a cleanse after being Snowed in Bored ?!!Lol \\ud83d\\ude4b\\u200d\\u2640\\ufe0f I am over this snow!!\\ud83e\\udd23\\ud83e\\udd23\\ud83e\\udd23 Bring the Spring weather Geeez !!!\",\"id\":\"17890735306938209\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T21:31:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLaJP5jhHG7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151271142_353256299054902_8838380124899639549_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OxQMoXCwVa0AX9H6Yx-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=567a736587f50ce13627ea6f82a9bed2&oe=609DFB0A\",\"media_product_type\":\"FEED\",\"id\":\"17876169701187482\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfQdBz_8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/151271142_353256299054902_8838380124899639549_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OxQMoXCwVa0AX9H6Yx-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=567a736587f50ce13627ea6f82a9bed2&oe=609DFB0A\",\"id\":\"17926017850512709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfM7BrYI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150654677_1150238268729254_4680030251461919818_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x9k8_A7HNewAX_sSVRG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=435aa3d9824a77f2d22c90dcae9e1727&oe=60A12138\",\"id\":\"17997901618311578\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-17T12:23:28+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLZKfM8BavJ\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/150838792_329084888503425_2343515212023520103_n.mp4?_nc_cat=110&vs=17905450375723094_342125184&_nc_vs=HBksFQAYJEdBaWUtUWlCVk9FTFRTc0JBR2ZiWWpxcjFvVWdia1lMQUFBRhUAAsgBABUAGCRHQWJMOWdqa25fajgwVVlCQUpfb2NxRGJoaE1mYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACasguntsLrOPxUCKAJDMywXQCQQ5WBBiTcYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UWuUrOqu28gAX-H3oJ3&_nc_ht=video-ort2-1.cdninstagram.com&oh=ce713524b1cf9fb55c52cf6231a6bd47&oe=609D97BA&_nc_rid=3f91ffcecb\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150609186_134242105233479_3853846249826148702_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZfRqRsG-NUwAX-WBD27&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75b06654434509a4fe45173bf502825c&oe=60A09CDB\",\"caption\":\"\\ud83e\\udd0d\\u2744\\ud83e\\udd0d\\u2744Welp What yall doing on this Snow Day!!!\\ud83e\\udd23\\ud83e\\udd23 I Played in the snow for all of 5 Minutes\\ud83e\\udd23\\ud83e\\udd26\\u200d\\u2640\\ufe0f\\n#vanillaiceicebaby\\n#itsdasnowforme\\n#huluanddareclinerchair\\n#boredndahousendahousebored \\n#arkansas\",\"id\":\"17946926725426666\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-15T18:54:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLUtmjIhC1r\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/149376700_350083226079369_8127752847291533989_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0oONlwO6mGMAX9uwlNf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1459ae7ae64818590f4a37498d74ab9b&oe=609EDEDE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Accepting Pre-Orders 02\\/14\\/21- 02\\/19\\/21 Dm to Place Orders!.\\n*\\n*\\nNo Deliveries 02\\/15\\/21 Due to Weather \\u2744\\nThanks for your Support\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#supportblackbusinesses \\n#naturalstate\",\"id\":\"17856681872460668\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T18:48:41+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLSIMGBhEGZ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/150391576_3541346685987268_7270820276129161577_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=q7NFlCqEdoQAX_gzCmk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2188f42d500a66e2b8ecdaed4d46adcb&oe=609EF256\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a What\'s The Big Hype Behind a cold Pressed Juicer vs Centrifugal Juicers???\\n*\\n*\\n*\\n*\\n\\ud83d\\udc9a Centrifugal Juicers utilize a fast spinner metal blade that spins against a mesh filter separating Juice from flesh and Centrifugal force!\\n\\n\\ud83e\\udd0d Unfortunately it generates heat which destroys enzymes in the fruits and vegetables. The heat also oxidizes those nutrients rendering less nutritious juice than a cold pressed juicer.\\n\\n\\ud83d\\udc9aThe Cold Pressed Juicer extracts juice by first crushing and then pressing fruit and vegetables for the highest juice yield.\\n\\n\\ud83e\\udd0dBecause they don\'t produce as much\\n heat they keep more of the fresh ingredients nutrients intact.\\n\\n****Cold Presses Juices Last 3 Days when Kept refrigerated*****\\n#IgotdaJuice501 \\n#coldpressedjuices\\n#greenjuices\\n#cleanses\\n#detox\\n#supportblackbusinesses\\n#juicelady\\n#501\\n#naturalstate\",\"id\":\"17897335330841013\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-14T15:41:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLRyvTzhKiU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148439126_839090310272661_2209639591801795603_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oedv16Jl7iMAX_to6Rf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfb07b70d861ddcb5d1ffeab7d2dfb06&oe=60A04960\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9a Happy Friday!!! Remember to Support our black businesses! Sending you Positive Healthy Healing Vibes\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf4a\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#selflove \\n#blackhistorymonth \\n#juicelady \\n#arkansas\\n#naturalstate\",\"id\":\"18195408733053793\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPVZhCpH\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148439126_839090310272661_2209639591801795603_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oedv16Jl7iMAX_to6Rf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfb07b70d861ddcb5d1ffeab7d2dfb06&oe=60A04960\",\"id\":\"17861308058346213\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPRnhZVd\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148681307_114730200599286_6691638751351750108_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gISWSef_q5AAX8yb6jL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97e0f0333b305943ee5db6510762ad4d&oe=60A12585\",\"id\":\"18120879232169643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-12T13:22:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLMZPRnBgR2\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146832410_1145213835924829_2275510284059969360_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=533oQq-Tk8gAX-6zHzW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2874613a2f4c6e65c44bc0fb13aa5000&oe=60A00168\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 \\\"Let food be your Medicine\\\" Eat healing Plant Based foods, Vegetables, Cleanse your body with Organic Fresh Cold Pressed Juices!!\\nIt\'s a Lifestyle NOT a quick FIX \\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4c\\ud83c\\udf4b\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#healthylifestyle \\n#healingfoods\\n#plantbased \\n#selflove \\n#supportblackbusiness\",\"id\":\"17888278414984482\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-11T13:33:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLJ1t30hrSn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147984420_1310061849380400_3181172041269877265_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uQZRv7QvcJsAX-gZaIo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=92b2e55d12c6b462c3d06297659dac64&oe=60A11936\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9aBlack History Month Honoring Marcus Garvey!! Black Entrepreneurs!!\\n#blackhistorymonth\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#marcusgarvey \\n#entrepreneur \\n#naturalstate\",\"id\":\"17861606387389379\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-10T14:02:02+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLHUM_bhIGS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147099191_165682481804722_4936144321884984950_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9QP-JGJ-v0UAX-GoxW8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=da5f1a01893ebce8b7b53ff3f9cc8930&oe=609DCB0E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d Did you know all the Benefits of Pinneapples?? \\n*\\n*\\n*\\n*\\n\\ud83c\\udf4d\\ud83c\\udf4dMy Pineapple Zest Juice is one of the most popular Juices!!! With Pinneapple and Ginger it\'s a Powerhouse Healthy Juice\\n#IgotdaJuice501 \\n#Pinneapple\\n#pinneapplezest\\n#juicelady\\n#selflove \\n#supportblackbusiness \\n#arkansas\",\"id\":\"18145242226187002\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":25,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgy7hP1s\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147099191_165682481804722_4936144321884984950_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9QP-JGJ-v0UAX-GoxW8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=da5f1a01893ebce8b7b53ff3f9cc8930&oe=609DCB0E\",\"id\":\"17854482272501503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvzhfJe\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147374748_1366240793716213_3819895326649772262_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vFAnWNmOvvUAX-mXYr7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9557abbd6b801352468cacdfcfbdba6c&oe=609FC6E8\",\"id\":\"17885217919981785\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvyhpDa\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/148613316_1076608512857338_2641380529723615_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=i1EJUjy6-P4AX-JcL8L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e878830f760760f023035592e0522bf7&oe=60A11012\",\"id\":\"17930457763483841\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-09T11:08:10+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLEbgvxBZqC\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/147179809_145997040673735_5121660521287490320_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dHpKMvgLszMAX_EXlqG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b8bec547ae778f68af0cf98b1bf1e5df&oe=609EFBD5\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Immune Boosters go a long way especially in this Pandemic, Green Juices and Wellness Shots are also a great way to Boost your Immune System\\n \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Not ready for a cleanse Grab a few of my Delicious Cold pressed Juices try them out and see what the buzz is about!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4f\\ud83e\\udd52\\ud83c\\udf4a\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#immuneboosters\\n#selflove \\n#arkansas\\n#greenjuices\\n#coldpressed\\n#happymonday\",\"id\":\"17907997999646774\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-08T11:29:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CLB5LIFBYXP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146341340_2884016808515624_6797153679834891287_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8dKVZFqenbYAX-7DIPV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dbad5d2283061b4fde4b78be6c9c2cde&oe=60A0E21F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy \\u2600\\ufe0f Day PRE-ORDERS are being accepted for this week 02\\/07-2\\/11\\nPlace your orders via DM .\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#blackhistorymonth \\n#arkansas \\n#juicelady \\n#cleanses \\n#smoothiea\\n#wraps\\n#501\",\"id\":\"17860036805422956\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-07T12:17:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK_Z2JZB4eh\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/146416555_2866385896945816_5627893567087543449_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=G2KPRqhDnOIAX_wSf18&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fe2332555acdbf79ab426618ff3fdb42&oe=60A07B35\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udea8\\ud83d\\udea8 \\ud83d\\udda4\\ud83d\\udda4\\ud83d\\udda4 New Wellness Drink \\ud83e\\udd0d\\n***Activated Charcoal Lemonade \\ud83c\\udf4b\\n*****(AKA BLACK PANTHER \\ud83d\\udda4\\u270a)\\n*\\n*\\n*\\n*\\n*\\n\\ud83d\\udda4Activated Charcoal has been associated with treating hangovers, teeth whitening, expelling toxins from the body and more \\u203c Some of the benefits include..\\n*\\n*\\n\\ud83c\\udf4bWeightloss \\n\\ud83d\\udda4Boosts Energy \\n\\ud83c\\udf4bRemoves Toxins\\n\\ud83d\\udda4Cleans the Liver \\n\\ud83c\\udf4bAssist with digestion \\n\\ud83d\\udda4Lemons are Packed with \\n\\ud83c\\udf4bVitamins B &C\\n*\\n*\\n\\ud83d\\udc9b\\ud83d\\udc9bActivated Charcoal is Best to Drink in the mornings on an empty stomach, Don\'t sleep on the Black Panther it\'s a Power House\\ud83c\\udfc1\\ud83d\\ude4c\\n#blackhistorymonth \\n#blackpanther\\n#activatedcharcoallemonade\\n#IgotdaJuice501 \\n#detoxdrink\\n#selflove \\n#blackpower\\n#wellnessdrink\\n#gethealthyordietrying\\n#arkansas\\n#Jacksonville \\n#naturalstate\",\"id\":\"18155820547112652\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-06T13:31:27+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK89hmqBSqt\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145481216_435702867872675_5052916100269135092_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eUlBPwAinXAAX9L0GW7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1814d97c7f6adaffa0e91c950444d462&oe=609EA758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 02\\/05\\/21 Last day for Pre- Orders to Receive your order over the Weekend! Happy Thursday!!!\\n#IgotdaJuice501\\n#preorder \\n#juicelady\",\"id\":\"17922745915525591\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T19:28:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK4cyI9hV7S\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145635668_466610611409947_2150271782639184161_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zjrcTh_oueQAX-blYdb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8bfb01efe15b7e400bdf6d6c44922abf&oe=60A00642\",\"media_product_type\":\"FEED\",\"caption\":\"****TBT Where it all Started Hoodveganchic**\\n\\u2764\\ud83d\\udda4\\ud83d\\udc9a\\ud83c\\udf4d\\ud83e\\uddc5\\ud83c\\udf4b\\ud83c\\udf4a\\n#throwbackthursday \\n#hoodveganchic \\n#IgotdaJuice501\",\"id\":\"18128986918167466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-04T11:47:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CK3oAjyB2yI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145137648_3853038994728197_5850184389572971499_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mfLUFqh4OZ4AX8_bpGb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97f1b6c8ebed25ef5b2049839e550621&oe=609E0BE1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Happy Tuesday Sending you Positive Vibes Health, Wellness and Prosperity as Always Igotdajuice DM to place your Orders!!\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#juicelady\\n#bestjuicesinda501\\n#healthylifestyle \\n#plantbased\\n#juicingisdanewsexy\",\"id\":\"17853305339502512\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhRThFa-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145137648_3853038994728197_5850184389572971499_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mfLUFqh4OZ4AX8_bpGb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=97f1b6c8ebed25ef5b2049839e550621&oe=609E0BE1\",\"id\":\"17894596780826010\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhOahI_T\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144726149_211954363992758_1899896670522102288_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-c-YkQg9vk0AX9ghZ9H&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c7e38de9c80b71e7484ca280081511b2&oe=60A0F4AD\",\"id\":\"18098737315210469\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrhOZhShq\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/144900411_2744600279124864_8023932229058909297_n.mp4?_nc_cat=107&vs=17885645257995223_2067812744&_nc_vs=HBkcFQAYJEdEc0Jvd2lBQzdBTU04QUpBSEZVM1liWnUxcHZia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJq7w2p3JucU%2FFQIoAkMzLBdAFszMzMzMzRgSZGFzaF9iYXNlbGluZV8xX3YxEQB17gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=athxPI8Xwx0AX_SW3-N&_nc_ht=video-ort2-1.cdninstagram.com&oh=560781ab2026ad41e7d3ffe19ce162a6&oe=60A149C3&_nc_rid=b1cda840da\",\"id\":\"17974672411354657\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-02T13:41:43+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKyrggXBLhI\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145227269_2946314522319821_3436481260194074974_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vMHuo72mOsAAX-vG3NQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7dfabafe729a30ae89b8f66ba20732f0&oe=609FEA28\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/144734439_726629351390730_6437598836837079297_n.mp4?_nc_cat=104&vs=17890223599880246_680903563&_nc_vs=HBksFQAYJEdPZDRvQWdLZmxfVTNaUUNBQUZaSk1RSThsWlpia1lMQUFBRhUAAsgBABUAGCRHS2pnZ1Fnb1gtV01DTG9DQUtTS3hpaXZETkVCYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbsmKeliMTHPxUCKAJDMywXQCV3S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=GbuCdGetkvUAX9EBbi-&_nc_ht=video-ort2-1.cdninstagram.com&oh=019066e5f20a78afdcb44c90571ffd66&oe=609E4644&_nc_rid=094704c896\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144359361_772902709991100_7272496910812189033_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aNwvmsPfECAAX9WtDYM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1a0b632a005a03e87ee1be7366384&oe=609EEA31\",\"caption\":\"\\u2764\\ud83d\\udda4\\ud83d\\udc9a Its Black History Month Try the 3 Day Cleanse!! 18 cold pressed Juices \\u203c And 2 Turmeric Shots. Give your digestive system a break, Read some books about your History!! RESET Let\'s go\\ud83c\\udfc1\\u270a\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83e\\udd52\\n#3daycleanse\\n#IgotdaJuice501 \\n#blackhistorymonth\\n#selflove \\n#letshealtogether \\n#ancestors\\n#blackpower\\n#ankhgoddess\\n#buyblack\\n#supportblackbusiness \\n#issavibe\",\"id\":\"18126227599194810\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-02-01T18:42:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKwpE3ohvvN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144837452_726960751289675_603527656392846156_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=seOjeFidsR0AX8X2RBK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f46673a3870e27848dc4f05c1ab8a56b&oe=609ECD5B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Accepting Pre-Orders for this week!! 02\\/01-21 -2\\/05\\/21!! Remember small orders will have 24 hr turn around time, 1 day cleanses 24 hrs Cleanses 2 or 3 days allow 48 hrs. \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Please specify when you order if Pickup or Delivery, ( There will be delivery charge)\\n#happymonday\\n#IgotdaJuice501 \\n#sendingpostivevibesyourway\",\"id\":\"18127700896163475\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T08:07:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKvgdq4BTuY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/145125329_137334034886963_6921709007865660818_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pRMnlFZRr_cAX-XDIfT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=545992b5a556c877397d9f4de5645ad6&oe=60A0DB4F\",\"media_product_type\":\"FEED\",\"caption\":\"****Disclaimer The Mission of IgotdaJuice501 it to promote Holistic healing via mind, body and Spirit through a holistic approach. The testimonies provided by my customers are based own their own personal experiences with Juices provided. Please contact your medical provider for any medical advice, diagnosis and cures. All orders are made-to-order to endure freshness for each product.\",\"id\":\"17894461918847792\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T07:37:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKvdASKB4yZ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144445695_423836049071188_4852847046053213375_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jNSYBkw6MboAX_ncm9V&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=71899f7c9ddd31fd4a5b3a7d8d53031e&oe=609FDFBB\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For you support!!!Enjoy your Juices, You got the Juice Now\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#smoothies \\n#juicelady \\n#buildimmunesystem \\n#selflove \\n#naturalstate \\n#plantbased \\n#healthylifestyle\",\"id\":\"17883385793039495\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T02:20:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKu4v8Jhdtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/144598766_167655298187043_6650197420998574504_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vbBtQ3aql24AX_C3P5F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=df37763e4719e1747c6ca56350c5a1f0&oe=609EB33C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks cuzzo @danyellomello for your support!!Enjoy your juices and tumeric shots!!\\n#IgotdaJuice501 \\n#selflove \\n#juiceislife \\n#juicelady \\n#naturalstate \\n#blackqueens \\n#supportblackbusiness \\n#greenjuices \\n#buildimmunesystem \\n#Wellness\",\"id\":\"17891378164864855\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-02-01T02:11:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKu3w-Oh1cA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142596787_416362942812052_7285325225572335724_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=odUQD0moGxAAX-NChN4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b48435e5997f01a5d51ea40e1b1f1581&oe=609DB161\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Orders placed will be worked on and delivered today! Thanks for your patience. You will receive message via DM!\\n\\nThanks for your support\",\"id\":\"17891469925857722\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-31T14:27:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKtnMV-BlAC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143729105_173108154572021_3690551778747231139_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_ogv0ZZCcv4AX-BYyph&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a009af491b14a2ac7da5138a10407356&oe=609F950D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf50\\ud83c\\udf50\\ud83c\\udf50Have you tried the Very Peary Juice?? It contains Pears, Apples, Cucumbers and Lemon!!! Its light Sweet and Refreshing\\ud83d\\udcff\\ud83d\\udcff\\n*\\n*\\n*\\n*\\n\\ud83e\\udd52 Cucumbers are 95% water and boost your immune system, helps detoxify the body, Hydrates and soothes the Skin, Improves digestion and Relieves Constipation.\\n*\\n*\\n\\ud83c\\udf50 Pears are a Great source of fiber, assist with weight loss, linked to a lower risk of diabetes, Has anti-inflammatory properties\\n*\\n*\\n\\ud83c\\udf4fApples are rich in fiber,vitamins and provide a array of antioxidants, Can contribute also to lowering cholesterol \\n*\\n*\\n\\ud83c\\udf4b detoxifies your body, flushes out toxins, Balances PH, Boost Immune system, And reduces inflammation \\n#IgotdaJuice501 \\n#verypearyjuice\\n#selflove \\n#cleanse\\n#pears\\n#immunebooster\\n#naturalstate\\n#501\\n#juicelady\\n#realhoodveganchic \\n#arkansas\\n#letsheal\",\"id\":\"18105654469207166\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-30T12:31:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKq1Hb_B-SI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142902861_177248330862885_8630813652799165518_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pdydVV9wB1UAX92fweo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e86e0f7692657a71f36b981459cbaa6e&oe=60A12602\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @thejaimarie_ for your Support I \\ud83e\\udde1 My Regular Customers!!! Delivery Complete You got the Juice Now\\ud83e\\udd55\\ud83c\\udf4a\\ud83e\\udd6d\\ud83c\\udf4d\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#juiceislife \\n#juicelady \\n#delivery \\n#blackqueens \\n#maumelle \\n#pinneapplezest \\n#naturalstate \\n#501\\n#detoxes \\n#1daycleanse\",\"id\":\"18185716993065514\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T22:14:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKmuMeBBWJ1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142592352_245986960464292_5632639189046314659_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ypVR2vXZnmwAX_dQ1hb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4a587f8624e553d3ee886d1d76fe885&oe=609F2386\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc99\\ud83d\\udc9b 2 Day Cleanse Includes 12 Juices 6 green and 6 mixed Juices of your Choice!!\\n*\\n*\\n*\\nDo you need to Reboot or Kickstart your weightloss Journey? Try a Cleanse and give your digestive system a Break!!! DM for details\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4e\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate \\n#juicelady\\n#juiceislife\\n#blackqueens\\n#CEO\\n#supportblackbusiness\\n#arkansas\\n#cleanse\",\"id\":\"17856094478427663\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T04:14:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKkyqDvBLZc\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/143518234_497842118281040_6151288300320025893_n.mp4?_nc_cat=111&vs=17870166632278440_121255682&_nc_vs=HBksFQAYJEdCcnFqUWhRUjUzbXlNUUJBQ1Z0bDBNZXhGMVZia1lMQUFBRhUAAsgBABUAGCRHRjZHandnQndUUS01TUVBQVBqcnQzVE1zZmdyYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbQpd%2BszLS%2BPxUCKAJDMywXQCMhysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=lb8en5Oc-k8AX-6Pabm&_nc_ht=video-ort2-1.cdninstagram.com&oh=c5d2185483ebd511e1ef23cd98cd32db&oe=609E25B4&_nc_rid=cf325ac584\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143348059_1351956568472232_364043947821565554_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pfgx0yjv0qwAX9vRtEa&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=119034f1e28f83ef2661be3acda60189&oe=609F0C0D\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Thanks for the Love @its_gabriellemarie \\ud83d\\udc51\\ud83d\\udc51 Glad you enjoyed your samplers and Blue Lagoon \\ud83d\\udc99 Wellness drink!!\\n#IgotdaJuice501 \\n#bluelagoon\\n#juicelady \\n#samplers\\n#cleanses\\n#selflove \\n#issamovement \\n#juicingisdanewsexy\",\"id\":\"17995420591311975\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-28T03:52:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKkwIPrBI6k\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143119910_324699528896629_6539933393978078690_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CRUi4bHj3zcAX-AdxVT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6fea64ddd0f462374923fd4069c682fe&oe=609D8112\",\"media_product_type\":\"FEED\",\"caption\":\"@its_gabriellemarie My coworker showing \\ud83e\\udde1 Thanks for your support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now!!!\\n#IgotdaJuice501#naturalstate#501\\n#supportblackbusiness#juices\\n#cleanses#smoothies#juicelady\\n#healthiswealth#blackqueens\\n#letsheal#greenjuices#littlerock\",\"id\":\"17889381775918206\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-28T00:47:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKka-f1BH0d\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142900464_232740085168292_4035362154765435309_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZjKwd0ouED4AX8UKFWd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63450de35f06cadbabf3e61634140392&oe=609F3B7E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf39\\u2764Little Red Riding Hood Bringing you da best Juice in the 501\\ud83c\\udf4f\\ud83e\\udd55\\ud83c\\udf4a\\ud83e\\udd52\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#naturalstate\\n#juicelady \\n#shefinefine\\n#therealhoodveganchic \\n#wherethejuicesreside \\n#juicingisdanewsexy\\n#detox\\n#greenjuice \\n#littlerock \\n#Jacksonville\",\"id\":\"17859569375357185\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-26T23:43:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3V_hoIu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142900464_232740085168292_4035362154765435309_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ZjKwd0ouED4AX8UKFWd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63450de35f06cadbabf3e61634140392&oe=609F3B7E\",\"id\":\"18137846164181061\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T23:43:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3TbBkcz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/143656475_132756181938712_852939651285730198_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=C_xOaiz0GcQAX9cMJ3x&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fdf1ea5a3a98f0f3d05866f0d453ae9e&oe=60A107AC\",\"id\":\"17857585925391654\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T23:43:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKhu3TcBIY6\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/142089799_240116917648010_6023125561032759097_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iaBID3uWK1IAX93qfUd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dd32c9fc66bcf251a22fb31dbe49ffab&oe=609F04BA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Happy Tuesday Did you know IgotdaJuice501 offers Wellness shots? Grab a Juice and a Turmeric Ginger shot!!!!\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4dBenefits of Turmeric Migraine Relief\\n\\ud83c\\udf53Boots Immunity\\n\\ud83e\\udd55Reduce Stress\\n\\ud83c\\udf4bLiver Cleansing \\n\\ud83c\\udf4aAnti-Cancer effects\\n\\ud83e\\udd65Powerful antioxidant\\n\\ud83c\\udf47Natural anti-inflammatory \\n\\ud83c\\udf4fMigraine Relief\\n\\n#IgotdaJuice501 \\n#healthylifestyle \\n#juicelady\\n#naturalstate \\n#hoodveganchic \\n#wellnessshots\\n#tumeric \\n#antioxidant\",\"id\":\"17898481294761730\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-26T11:20:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKgZxGbBMzH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/141447051_400360921066749_3712853658799315650_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BQMGk98T3wIAX8ZyTKz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2aa807495d0f16d8173e44c63a6b002f&oe=60A091DE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday!! Set new Goals this week, Reset your Body and try a Cleanse! Eat to live not Live to Eat!! \\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#naturalstate \\n#buildimmunesystem \\n#cleanse\\n#greenjuices\\n#arkansas \\n#hoodveganchic\",\"id\":\"17873199677192331\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-25T10:11:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKdtEWph51w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/141729424_905184323353835_7605604074752793938_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CmnoIaW1hD0AX9L0GuA&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3282cbbd2c1c0cf025c8f1256a55f39&oe=609FC9E7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Accepting Pre-Orders 01\\/24, 2 day or 3 Day Cleanses Allow 48 hrs, 1 Day cleanse, Wellness packs and smaller orders 24 hrs, Thanks for your Support!!\\ud83e\\udd55\\ud83c\\udf4f\\ud83e\\udd52\\ud83c\\udf4a\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#blackqueen \\n#supportblackbusiness \\n#justthebeginning \\n#naturalstate \\n#501\",\"id\":\"17910393844611873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-24T14:04:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKbjBZph0HL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/140766303_405354583866149_5998104433041656217_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tkskB0zeAO4AX8N0zZb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8d25368d7ab280a6dba98b2e8e85858b&oe=609DD372\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9b\\ud83d\\udc9a Not quite Ready for a Cleanse and still want to try Juices?? Try Wellness Pack 2 Green juices and 2 Turmeric or ginger shots \\u203c\\n\\nHappy Thursday \\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#juicelady\\n#greenjuices \\n#wellnesspacks \\n#wellnessshots\\n#letsheal\",\"id\":\"18137152489091582\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-21T12:24:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKTpIhcB1PN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/140229461_264332955115081_3663449483835313519_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rRyTLeB0XpsAX9DsCvN&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9ce0e4b70a0b1f14e7be9a6947e34caa&oe=609F126B\",\"media_product_type\":\"FEED\",\"caption\":\"Signs you Might Need a Detox \\ud83d\\udc47\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Your Body feeling off balance you might just need to Reboot and Cleanse Renew your body, mind and spirit!! \\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 New to Cleansing and want to try one out? I would recommend 1 day cleanse 6 Juices for a extra boost add a Tumeric or ginger shot!!\\n#IgotdaJuice501 \\n#selflove \\n#letsheal\\n#naturalstate \\n#501\\n#cleanses\\n#juicelady\",\"id\":\"18117088018173117\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-19T12:08:41+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKOdvjShcp5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139816402_752500345676458_2946645433870210237_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7QjMYv62pTIAX_o46NP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=23883489192af96b76a392bfeeef6919&oe=60A0AECC\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99 Wellness Drink Spotlight \\ud83d\\udca1\\ud83d\\udca1\\n***Blue Lagoon contains Blue Spiriulina Powder the Benefits Include \\n\\ud83d\\udc99Powerful Antioxidant\\n\\ud83d\\udc99Anti-Inflammatory properties \\n\\ud83d\\udc99May provide increased energy\\n\\ud83d\\udc99Helps improve Memory\\n\\ud83d\\udc99Helps with Gut Health\\n\\ud83d\\udc99Assist with improving immune defense \\n\\n\\ud83c\\udf31Growler gallon glass Jugs will be offered on any Juice of your choice per Request only! For 25.00\\n#IgotdaJuice501 \\n#juicelady\\n#supportblackbusiness \\n#mindbodyspirit \\n#wellnessdrinks\\n#naturalstate\\n#501\",\"id\":\"18152058361112302\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":7,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOajrhoEI\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139816402_752500345676458_2946645433870210237_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7QjMYv62pTIAX_o46NP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=23883489192af96b76a392bfeeef6919&oe=60A0AECC\",\"id\":\"17856816827392413\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOafGhUMO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139503451_1170558790066196_3882027751382564261_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ry9QYAZtCB0AX889SxJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=237fe34bd533a8899be87a95bb66a9d8&oe=609FFA18\",\"id\":\"18101496601203926\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T15:16:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMOafGBytt\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139984785_112224127467391_8967940450110526328_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5mVo0hnsMTwAX-G8XRr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c26fb2cfbbc343edf001aaa574776854&oe=60A06429\",\"media_product_type\":\"FEED\",\"caption\":\"Happy MLK Day \\u2764\\ud83d\\udda4\\ud83d\\udc9a\\u270a\\u270a\\n#IgotdaJuice501 \\n#mlkday \\n#supportblackbusiness\",\"id\":\"18143015629138970\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T14:34:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKMJmVjBC_A\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139357186_228267018790713_6749231751142770270_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qGSOEgRf3dcAX93zxw5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a9f73f1d2e7c4fbbf7384d628b32683c&oe=60A0B8DE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Today was One of those Days I wanted to say FORGET THIS lol, Everything that could have went wrong did from spilling almost half gallon Juice going to the store to get more produce from what I wasted, Ran behind in time Delivered Orders last minute, Made it home at 6 after being on my feet since 8 am.\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I don\'t have employees it\'s me myself and I pumping out over 30 bottles of Juice, I took a deep breathe because I know there will be hiccups especially when your an entrepreneur unplanned adversities happen Part of It!!\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e At the end of the day when your passionate about what your doing and take pride in customer service, and satisfaction you get it Done!! Mission complete Thanks so much for you Patience Today!!\\n\\n**Pre-Orders Start 01\\/18 if your doing a cleanse 2 or 3 days allow 48 hrs to process your order! 1 day cleanse and anything else on Menu 24 hrs!! \\n\\ud83c\\udf4dEffective 01\\/18 Orders Must be placed before 5 pm if 1 day cleanse or small order!!!!!\\n#IgotdaJuice501 \\n#laboroflove\\n#selflove \\n#juicelady\\n#cleanses \\n#naturalstate\\n#detox\\n#greenjuices\\n#501\",\"id\":\"17993532889314544\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-18T01:46:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvcwhmF-\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139357186_228267018790713_6749231751142770270_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qGSOEgRf3dcAX93zxw5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a9f73f1d2e7c4fbbf7384d628b32683c&oe=60A0B8DE\",\"id\":\"17876029421131544\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZeBvKE\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139584164_1150906511995836_7293421219160257703_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=933qG30iZzoAX_4dWXJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=466c57c5ce07a49b6908f16c976d359d&oe=60A12D35\",\"id\":\"18178296586064376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZcBnme\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139500904_902664230519655_5491463729488799927_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wVdulJVUYU0AX8y-xaL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=657f89be0ee9362f8fd55c5e81e54950&oe=609E74BB\",\"id\":\"17894619970830376\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZchOTz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139537967_171213341002295_5571679925224022095_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JI4XWg6O4ZkAX_0Y45V&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=98b4936ddc397a4dc806492dd70f03c1&oe=60A03773\",\"id\":\"17897980561766631\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZdh396\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139347717_747962579174556_9003685220425232289_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MXFEkWNN-8gAX_0CEJi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfc1ca09504999ae83dd524269db9818&oe=609ECB3E\",\"id\":\"17865542111284682\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-18T01:46:27+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKxvZehAv6\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139683389_161307222162331_9063837479132582836_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bp7ZFa62nxMAX9Uw5hr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fe4a45c7fa470b31bcc0fa8a44b95230&oe=609F4DBE\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Sunday If you have Placed Order that will be delivered today I will inbox you upon completion of Juices, If you want delivered there is a 2.00 fee just inbox your address! \\n\\nThanks for your Patience \\n\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\",\"id\":\"18064139497269034\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-17T19:05:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKKDzv7BCDt\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139000644_1372451323097198_7350780544983602359_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9peIcmr_8WYAX-BwLLD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1ec75bc7b4e22b496365f2d6b19c6530&oe=609E809E\",\"media_product_type\":\"FEED\",\"caption\":\"Q and A\\n\\nHow long do Juices Last?\\n\\n\\ud83c\\udf4dI use a cold pressed Juicer, When you receive Juices if your not consuming the same day put Juices in Freezer. Juices after receiving them will last 72 Hrs 3 Days.\\n\\nCan you eat Solid foods on a Cleanse?\\n\\n\\ud83c\\udf53No solid foods are allowed during a cleanse, The purpose of cleanse is to detoxify your system and allow your digestive system a break. However Teas, and Drinking at least a gallon of water!are acceptable! You must stay hydrated with plenty of water during cleanse.Fruits are allowed in between juices as a last Resort.\\n\\nWill there be Side Effects?\\n\\n\\ud83c\\udf4f Detox symptoms vary you may experience headaches, body ache, fatigue, change in bowels etc It varies for each person but all are part of your body cleansing. \\n\\ud83e\\udd6dPositive side effects boost of energy, mental clarity, weightloss, skin changes, improved digestion, light feeling.\",\"id\":\"17885641516928525\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-17T06:29:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKItS4LhGLo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/139694550_477122013277223_3128334451855485592_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7z4BlzFILcgAX_mlQNL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7c987116c9118a35770ab85ae1feb38d&oe=60A0F98B\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @candysoulonline Enjoy your Juices and Wraps You got the Juice Now!!!\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4f\\ud83c\\udf4f\\n#coconutwraps\\n#IgotdaJuice501 \\n#therealhoodveganchic \\n#selflove \\n#mindbodyspirit \\n#juices\\n#juicelady\\n#healer\\n#naturalstate\",\"id\":\"18135426631093419\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-16T21:50:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKHx90iBFyK\\/\"},{\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/138668944_2976184112666178_8204529494447917713_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wZhA7yUsKEoAX9m2_UV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=58e0ac752451a5f4f45f0ec0ac9dc77b&oe=609F1397\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e I have built awesome relationships from My customers, You are the Reason I keep grinding and always thinking of ways to expand my Business!!! Your Reviews and Kind Words Mean a Lot!!\\n\\n**I do not own rights to music ***\\n\\n\\ud83c\\udfc1\\ud83c\\udfc1 They say It will be the ones you never met complete strangers who will support you the MOST!!Go hard or Go Home!!\\n#wherethejuicesreside\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#tmc\\n#selflove \\n#letsheal\\n#naturalstate \\n#realhoodveganchic \\n#justthebeginning \\n#hatersnevastopmygrind\",\"id\":\"17857035821458691\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-15T11:44:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CKEHwOnhMKi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/138578015_115552973769277_5945868552863046356_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lbaTvqWb5B4AX8vvGq8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ece21c5ce95c0a747e97733c887fbe3&oe=609F6DCE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I have received lots of inboxes regarding Pre-Orders and last day to order this week! I will extend to Friday and Orders will go out Saturday!!\\ud83e\\udd55\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf4a\\n#IgotdaJuice501\",\"id\":\"17943134800427641\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-13T21:04:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ_-VekB33m\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137325560_226524038958729_4565851239324963167_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uKZ93m6e8YkAX-grRN_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=735bea5a6ab30ffbbb7716e9e7f809f6&oe=609E33C2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a Have you tried the Mean Green Juice?? \\nKale is high in vitamins K, A and C,\\u201d \\u201cVitamin K is important for heart health, blot clotting, bone health. \\n\\n \\ud83e\\udde1\\ud83e\\udde1 Cancer Prevention and diabetes prevention. Vitamin A helps support skin health and vision. Vitamin C is important for immune health and joint health, helps to keep the body hydrated and also increases your metabolism.\\u201d\\n#greenjuice\\n#kale\\n#cleanses\\n#detox\\n#IgotdaJuice501 \\n#selflove \\n#juicelady\",\"id\":\"17893148575807394\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-13T11:17:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ-7JEIhybf\\/\"},{\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137010071_414550739848862_3525609828089786496_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6ciSmGgZcEcAX9VRmVI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8372ef0aac1726699a697faaaab5cbc3&oe=609F7F70\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 I am Forever Grateful for My Customers you guys are Awesome!!lets do it even bigger in 2021!!\\n \\n**I do not own the rights to music ***\\n\\n#IgotdaJuice501 \\n#juicelady\\n#selflove \\n#naturalstate \\n#queenskings\\n#detox\\n#cleanse\\n#newmenu\\n#renewmindbodyandspirit\\n#healthylifestyle \\n#healing\",\"id\":\"17864018141334632\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-01-11T23:59:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ7IS6phJIO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136800562_4294879210540000_5883804549638585225_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_PxqI5Dlq_MAX_Yl1Qy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=efd4315716228bc712d58afed25a8a82&oe=609F829E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udea8\\ud83d\\udea8 New Menu Alert \\ud83d\\udd25\\ud83d\\udd25 Dm all orders 2021 Prices are different!! Please Dm orders and cash app $igotdajuice501. I will review 01-11 Back to Birthday Fun!!! \\n\\nQuestions Hit me in Dm Now accepting Pre-Orders for this week\\u203c\\u203c Thanks for your support.\\n#IgotdaJuice501 \\n#juicelady\",\"id\":\"17940895090433609\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:47:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":26,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4U0_rhBlX\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137297610_2449823205327279_1273673544411220070_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTign9crsgUAX9A9C8q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e279af6036877937969d61db840ba715&oe=609FE8B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e MY JUICES HIT DIFFERENT Chap 44 Grateful to see another Year!!\\nIn case you Did Not know Igotdajuice\\nJust a girl from the 501 North Side \\ud83d\\udc99 Who is gonna bring you the best Juices,cleanses and More \\u203c\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e2021 My Vision will come to Pass!!! Let\'s Go\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4b\\ud83e\\udd52\\ud83e\\udd6d\\ud83c\\udf47 She readddddddy! Where the Juices Resssiddddde!!!!!! Grab a detox and a hoodie Merch available!\\n\\ud83d\\udcf7@zayyvisions\\n@beaudbydbeasley \\ud83d\\udc8b#IgotdaJuice501 \\n#naturalstate \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#nawfside\\n#juicelady\\n#hoodveganchic\",\"id\":\"17866625717247140\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":11,\"like_count\":27,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMlchiVt\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137297610_2449823205327279_1273673544411220070_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTign9crsgUAX9A9C8q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e279af6036877937969d61db840ba715&oe=609FE8B7\",\"id\":\"17880090362068663\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiqhzYO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136975264_235586494700157_2432712055828939806_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E6KMj5VRs2wAX-Qtr_L&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8b2b93dc71c059f0dd82c678329ac302&oe=609E4BCA\",\"id\":\"17872084412143411\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMipBtxC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136834193_832312327549130_1786960434517297721_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Neroj0uycIEAX83ae4Q&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bf60db7ea9b5c75cc6675b4eab639db2&oe=60A082F2\",\"id\":\"17857422521373986\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiphfva\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136998169_1529772767215671_8346005050306714524_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qT7R7iYlcQgAX-6iZzf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8f09e43bc40f9b54c92eac7635897f60&oe=609FC217\",\"id\":\"17887688335914611\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMioBrF-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/137282722_115132130466253_3595169677186963605_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=pRDc8VoUckYAX-dAxPo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c2bf6d94c98bb8c611d0add50694d79c&oe=60A12072\",\"id\":\"17933824966457127\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-10T21:41:58+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJ4UMiqBfg5\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/136413685_700410387333340_4045865247501753396_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TXb9yYO0RGkAX_WXka8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=58a579d6dd4b5e5204350a597cbd5fe1&oe=609DA59B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a 2 More Days Until Menu Drops and Pre -Orders will be accepted! Are you Ready to get your Cleanse on Kick start 2021 off Right \\u203c\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4f\\ud83e\\udd52\\n#2021cleanse\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate \\n#buildimmunesystem \\n#detoxyourbody \\n#plantbaseddiva \\n#coldpressedjuices\\n#supportblackbusiness \\n#wellnessshots\\n#juicelady\",\"id\":\"17870996786157180\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-08T18:15:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJyy7S9hASK\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/135506023_122973852974500_3988857775593735421_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dYTdGGnFpt0AX9-_rNj&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4d101bfb5edc7821d3d50532267c799&oe=60A0BDBA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udde3 Hell ya its Kale wrap wants to make her way on my 2021 Menu!! What you think?? Oh its \\ud83d\\udd25 What ya think?? 5 Mo Days!!!!!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4d\\ud83e\\udd52\\n#icandomorethanjuices\\n#rawfoods\\n#wraps\\n#cleanses\\n#detox\\n#IgotdaJuice501 \\n#2021takeover\\n#naturalstate\",\"id\":\"17961845254373561\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-05T16:37:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJq5XSWBSOg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/135309194_5368435369836947_7234929087467196901_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ABZYNCRgydQAX_Qe4tG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=93597b6fc52fda40c6de23369e80c58e&oe=609E7A3F\",\"media_product_type\":\"FEED\",\"caption\":\"6 More Days!!!!! \\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 2021 I speak Good Health, Wellness, Prosperity, Advancement and Everything Your Heart Desires!!! Let\'s start with taking care of our bodies our physical and Mental!! Detox the Past and Look toward the Future\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd6d\\ud83e\\udd6d\\n#IgotdaJuice501 \\n#selflove \\n#letsheal \\n#mindbodyspirit \\n#newbeginnings \\n#buildimmunesystem \\n#healthylifestyle \\n#2021\\n#meditation \\n#newgoals\",\"id\":\"17865645461318717\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-04T13:50:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJoBhyOh5lD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133923032_1100824650361435_9084126422742101752_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eahxKNtJcgMAX-UrK-T&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a2beafdd2c8cd347097012256242685&oe=609FFB51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Let the Countdown Begin 10 More Days New cleanses, Menu and Merch Dropping!!!Let\'s Kick off 2021 with A Renewed Mind, Body and Spirit!!!\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#naturalstate \\n#letsheal\\n#2021\\n#detox\\n#cleanses\",\"id\":\"17912038939577711\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-01T20:47:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJhCzpahKpk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/134493475_1755727804591047_5804272684023221347_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WXlsGufU5oIAX9ciOiI&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d5c3eb20d0566508f22bdefdfb5ab2c0&oe=60A0528B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udde1 Happy New Year !!!! 2021 Will be GREAT Healing, Prosperity and Growth!! \\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#juicelady \\n#2021\\n#cleanses\",\"id\":\"17915871553541235\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-01-01T12:35:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJgKdw2BDtl\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133300681_2829037420643348_3675887763126657748_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=M8ZsGQ_G4zIAX8XYTcu&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=06ae38f25175e894b38e4d0962e7eff7&oe=609EE10D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e Restocking and Excited to Roll out the New Years Cleanse for 2021!! Menu, New labels, Merch and bags on my Birthday 01\\/10 \\ud83c\\udf8a\\ud83c\\udf8a I can\'t Believe it has been 7 Months since I started this business and I absolutely love it!! Offering a few Raw Vegan meals on My Menu!! Stay Tuned!!!\\n#issamovement \\n#IgotdaJuice501 \\n#juicelady \\n#501finest\\n#therealhoodveganchic \\n#selflove \\n#letsheal\\n#bestjuicesinda501\",\"id\":\"18131103292151847\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T21:56:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJW3jVphYTx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/132803842_478683549766794_5555507569291603850_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rlqVCGiH3H8AX_uqEhM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1a5ec0b310dea1a7c8820d9838db6545&oe=60A05899\",\"media_product_type\":\"FEED\",\"caption\":\"@zyeboy2007 Thanks for your Support!!! You got the Juice Now!!!\\n#IgotdaJuice501 \\n#selflove \\n#detox\\n#juicelady \\n#greenjuices \\n#cleanse\\n#naturalstate\",\"id\":\"17847162857489889\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:45:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUs6vLBdep\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133230414_154745223073238_1910040342604079422_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ix7BZSV3PA8AX8z_4QH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9d219c7bf56793c129a52bac0ff5a47e&oe=609FF7C0\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @shortcakesandetc for your Support You got the Juice Now!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd52\\ud83c\\udf4f\\ud83c\\udf4b\\n#IgotdaJuice501 \\n#selflove \\n#juicelady \\n#greenjuices \\n#supportblackbusiness \\n#detoxyourbody\",\"id\":\"17885391292903172\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:36:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUr7nihWJR\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133130807_309676227046677_4568923497412043501_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Uhcp6e32aW0AX9FNNws&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e61b2f14af939798fc9ffa7e275d14ec&oe=609F9F62\",\"media_product_type\":\"FEED\",\"caption\":\"S\\/O to @chuck_cuts99 He faithfully knocks out 10 celery Juices!!! You gotta be a \\\"G\\\" to drink it straight!!\\n#celeryjuiceheals\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#selflove \\n#blackkings\\n#littlerock\",\"id\":\"17920625425488315\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-28T01:15:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJUph8xhaYW\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/132853597_116895550259735_5400182710700494405_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7hWLaxlWZvcAX9BW_q8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20f5605739ac883c8d41998a6bde4df4&oe=609E05D8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Sunday For those who placed order and Prefer Delivery Please Dm address info. Pickup Location this Evening Clinton Library 4:30, If Time is sooner will post update!! \\n\\nThanks for your Patience \\ud83c\\udf31\\n#IgotdaJuice501 \\n#juicelady \\n#selflove \\n#cleanses \\n#naturalstate\",\"id\":\"17924306293489466\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-27T18:33:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJT7cWMBgM5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/133089592_701689240741639_1735372919224017816_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ECswSalXSakAX_klWId&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ecad17338e7ab4c02f46c808e9e6053&oe=609F093B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\u2764\\u2764 Happy Holidays to all my supporters amd Customers you are Appreciated!! All orders made this week will go out for Delivery 12-27-20!!! Be Safe!!!\\n#igotdajuice501 \\n#therealhoodveganchic \\n#juicelady\\n#supportblackbusiness \\n#happyholidays \\n#arkansas\\n#cleanses\\n#detox\\n#501\\n#healthylifestyle\",\"id\":\"17855177489359578\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-25T08:18:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJNrgDchxDb\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131942682_674392929921055_1576200749452582116_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=aQrNgrds8F4AX9_O9aC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3d85af47e719055259bdcf1c75cd29ef&oe=609F518D\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83e\\udd0d\\ud83d\\udc9a Pre-Orders being accepted This week Starting Today, Happy Holidays to you All and be Safe!! Don\'t Eat to much if you do Grab a cleanse and Snap back!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83e\\udd52\\n#igotdajuice501 \\n#therealhoodveganchic \\n#detox\\n#cleanse\\n#supportblackbusiness \\n#juices\\n#juicelady\",\"id\":\"17941038925421685\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-20T18:18:57+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CJB4ROtBJiP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131887720_809323209922025_4453274835616684668_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iVHGyh4EGyYAX-Vhxn_&_nc_oc=AQly-jrH8JBDJGJuoxZBvRihErc3sSlwLx-zmRMvEgSM7WeegzpvmNiMQCrQasTlyLs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b212c6f317b5c1a0dc2c520e03a74583&oe=609ECC71\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Saturday \\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 I have been Juicing, Eating Raw foods and I feel amazing!! Healing, meditation, detox bathes has created a Renewing Spirit!\\ud83d\\udcff I have to protect my space from negative energy and People who are not for me!! Yes I use my own cleanses as well I have so much planned for 2021 And I can\'t wait to share!! Thanks for your continued support!!\\n\\nYour Juice Lady \\n#igotdajuice501 \\n#therealhoodveganchic \\n#cleanses\\n#detox\\n#healing\\n#transformations\\n#supportblackbusiness \\n#mynewjourney\",\"id\":\"17869974374156902\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-19T22:26:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":8,\"like_count\":20,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI_v1tqBr_r\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131901393_389886285404655_7817203175925785130_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wwMraMQG2tAAX9aZYTd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fa9b4f414602a265071e550d01dca1a6&oe=609E8728\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Raw food dish spiralized zuchnni noodles with a cashew cheese sauce \\ud83d\\udcff\\ud83d\\udcff\\ud83d\\udd25\\n#IgotdaJuice501 \\n#iloverawfoods\\n#therealhoodveganchic \\n#workingonsomething\\n#2021goals\",\"id\":\"17937824587430055\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QcIMBtDx\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131901393_389886285404655_7817203175925785130_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wwMraMQG2tAAX9aZYTd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=fa9b4f414602a265071e550d01dca1a6&oe=609E8728\",\"id\":\"18132105745132757\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QcFoBEU8\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/131312553_850908149074695_8540822943465695294_n.mp4?_nc_cat=107&vs=17863410488290560_4229750882&_nc_vs=HBksFQAYJEdLbXIwd2NIUy1aOTVRVURBRDVveDBJM0dZZDJia1lMQUFBRhUAAsgBABUAGCRHTVQ1M0FlS3J4bjE4NUVDQUNiaU1lX19QNnRIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaAv9HDqqu7PxUCKAJDMywXQCd3S8an754YEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=fZHKiryxazwAX8qDUhi&_nc_ht=video-ort2-1.cdninstagram.com&oh=956ec11ce871083162b3c291101d789e&oe=609F7960&_nc_rid=18a794985c\",\"id\":\"17878516606979597\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-12-17T19:16:13+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI6QbJGBq29\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131889247_378604926766848_4552947527773144875_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=leJdzuzAIo4AX_qLXdk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=70176a10922a84726ec21c42124400d6&oe=609DA874\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131468009_435575181151807_7590317141218724817_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GM9e6np_Y_oAX_dtSM9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2578490900156dc2490d512cde6f0fc&oe=609E9943\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf85\\ud83e\\udd36\\ud83c\\udf32 Happy Holidays The Year End Blow Out and Discount on all Cleanses Until 2021 Prices will change and a New Menu In Place!! Thank you All for your Continued Support!!\\n#CEO\\n#igotdajuice501 \\n#supportblackbusiness \\n#juicelady\\n#501\\n#mindbodyspirit \\n#healing\\n#greenjuices\\n#selflove\",\"id\":\"17878224793977404\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-17T11:28:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI5a8IeBMG9\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131580749_1013670072454643_7682042952644468922_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3_cSaSCqHogAX9Y58f9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=069869ba0d114f17ebbd4aa66bc54f57&oe=60A0810C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Friendly Reminders!!! HAPPY HUMP Day \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd52\",\"id\":\"17898124918661012\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-16T20:40:18+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI31RAMhiRz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131454094_444013416766005_1296732605700259093_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8oVIAQUNeQ0AX8fUAs2&_nc_oc=AQlK17jyb3Kfk5_3L07OCUkjv_D4YQpY29UmSc13SUiydgxJ_nArir8pDZau6qE5-LY&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4fe85f0e7f28240369232f6a647a7285&oe=609F3CB3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Grand Rising Queens and Kings Prepping Menu for my New Years Cleanse, New Beginnings We all need to Detox 2020 out of our system!! Its been a hell of a Year!!\\n\\n\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Cleanses will be discounted 10% until the End of the Year, 2021 expect New things! Lets prepare ourselves Mind, Body, and Spirit\\n#igotdajuice501 \\n#supportblackbusiness \\n#juices\\n#detox\\n#cleanses\\n#letsheal\\n#2021\\n#mindbodyspirit \\n#therealhoodveganchic\",\"id\":\"18124654387156368\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-16T14:41:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CI3MOmLBJrJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130774104_3541761162582735_6095202286153872286_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=oglhRn3GMWkAX9B1qB4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8a4d8a6fe7bda15a9fa7fc1acf57936d&oe=609F05E1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Accepting Pre-Orders 1 -3 Day Cleanses Availabe, Wellness Packs and Shots available!! Happy Sunday!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4c\\ud83e\\udd52\\ud83c\\udf4e\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#buildimmunesystem \\n#smoothies \\n#juices\\n#detoxes \\n#cleanses \\n#arkansas\\n#littlerockarkansas\",\"id\":\"17853193235359268\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-13T17:28:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIvw-e9hVcB\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/131432425_3362693617191076_8395992865747938347_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=zsmeP0ygrHEAX-7O5mq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=823cc69c321d1c4725e1ab0b828b0a26&oe=609E4765\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 3 Day Cleanse Available! 15 Juices Mixed of your Choice! Get your Juice on Cleanse Mind, Body and Spirit. If your not ready to cleanse yet I have a 1 Day Cleanse and Wellness Packs available \\ud83d\\ude4c\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 New Years Detox will be available soon to include activated Charcol Lemondade and More Stay tuned \\n#igotdajuice501 \\n#supportblackbusiness \\n#cleanse\\n#detox\\n#2020\\n#letsheal\\n#therealhoodveganchic \\n#greenjuices\\n#littlerock\\n#naturalstate\\n#rawfoods\",\"id\":\"17896026631696632\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-12T18:06:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CItQiAWhMS3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130797833_2584260988538695_2146496049509021308_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=u7f7_5EMsA4AX-9HQNp&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6cec55aa6c593e010ccaefa143d9986a&oe=609E0CB1\",\"media_product_type\":\"FEED\",\"caption\":\"\\u2764\\ud83e\\udd0d\\ud83c\\udf85 Grand Rising Holiday Juice and Smoothie Specials for the Holidays Mix and Match with smoothies on all 1 Day cleanses!!\\n**A extra treat will be provided for your continued Support***I am forever greatful!! Excited about 2021 More to Come!!\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4f\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#cleanses\\n#arkansas \\n#plantbased\\n#happyholidays\\n#letsheal\",\"id\":\"17871415919075037\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-11T15:18:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIqYdK1h7El\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/130791764_1645434968998816_2362503200782294802_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7mAqh93o5CoAX9seNZn&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=96bdcfcf2ecaa62ecd0eda137575600d&oe=609F3211\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udde1\\ud83e\\udd0e Day 10 of My Raw Food Cleanse, And I am feeling Great wanted to share this Raw wrap and Kale Salad!!!\\n#juices\\n#rawwraps\\n#igotdajuice501 \\n#rawfoodislife \\n#eatyourplants\",\"id\":\"18129994948095661\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-11T01:02:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIo2iy1hZ3M\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129775043_747926339451526_5277128149721359864_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=YgsJIuhLy50AX8hpuNh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e81e2f2b23bf231865415d4ef9751e29&oe=609F4F97\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Carrots are rich in vitamins, minerals, and fiber. They are also a good source of antioxidants. My carrot sunrise Juice contains carrots, oranges and tumeric! \\n\\n\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Carrot Juice is good for glowing skin, weightloss, Stronger Vision, strengthens the Immune system and controls cholesterol.\\n#carrotjuicespotlight\\n#supportblackbusiness \\n#buildimmunesystem\\n#igotdajuice501 \\n#therealhoodveganchic \\n#cleanse \\n#juices\",\"id\":\"17988672697308643\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-09T15:32:02+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIlQbHdh0Qo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129810382_309951420183340_1795524319099478206_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BoE27B9qRGMAX_-xVdL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e6b3ae86934bc48cbc5e776128b77f4f&oe=60A0EFAB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1Happy Tuesday 1, 2 and 3 Day Cleanses are available, Also 8oz sample bottles if you want to try a Juice out!!! Get your Juice on!!!\\n#mindbodyspirit \\n#IgotdaJuice501 \\n#supportblackbusiness \\n#realhoodveganchic \\n#juicelady \\n#littlerockarkansas \\n#detox\\n#juiceislife\\n#letsheal \\n#mindbodyspirit\",\"id\":\"18145297375129587\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-08T11:25:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIiPW7Th3On\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129698871_220433549460844_4364350986769870922_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uJUkADqoAFwAX_fdOLr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0c778272d932834476acea1078bd529f&oe=60A03858\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Back In Business and Ready for you Lets get SNATCHED before 2020 is up!! Lets Go!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#juicelady \\n#greenjuices\\n#cleanses\\n#letsheal \\n#mindbodyspirit \\n#arkansas \\n#freshcoldpressedorganicjuices\",\"id\":\"17916860044493454\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-06T12:01:09+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIdJ58fBNGj\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129103063_429328591426606_116180454156455422_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=p8BldPLFx9AAX8mwJnp&_nc_oc=AQl8Wq89KXnRv7Fwygt_nq4pOGALLvoWkhf2Z3JW3UZ5ciUfgqMjPyQqnHiaSpfGY90&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c9e71ffa3d7551de674df6b700b9a340&oe=609E0C74\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising Do you know the powerful benefits of Celery Juice!\\ud83d\\udc9a\\ud83d\\udc9a Here are Just a few!!\\n#igotdajuice501 \\n#celeryjuiceheals \\n#plantbaseddiva \\n#supportblackbusiness \\n#juicelady \\n#greenjuices\",\"id\":\"17878734112897731\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-02T11:08:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CISwwQahbzY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/129202805_375834626854235_1699052967415003254_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=srn2H2Ii-BoAX9cM68B&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=001baffa32bbaa8e01eaf41fe81e6aac&oe=609FA3FD\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9b Excited to Provide you Delicious Cold-Pressed Juice!! It will be worth the wait!! So stay tuned and Be ready to Place Your order!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#littlerock \\n#naturalstate \\n#juicelady\\n#cleanses\\n#detoxyourbody\",\"id\":\"17966650306350735\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-12-02T00:16:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIRmCaDhrKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128447892_838103990309604_2343418319489152747_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Qb3qYUnFOIsAX9XzZve&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=728af56a51be6e61d08a24eb32530380&oe=609E743D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday!!! Great Info Juicing and Blending love them Both!!\\n#igotdajuice501 \\n#supportsmallblackbusiness \\n#therealhoodveganchic \\n#naturalstate \\n#littlerock\",\"id\":\"17861490680261503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-30T15:55:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIOH5i7hino\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128218704_385567959181229_8883369641354391973_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ReTK0RogoKoAX8MSbVC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4fe85abb379f9d11c9015801e6d8e7af&oe=609F2150\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 If you guys are still interested in raw food challenge this is fb page send request and I will approve you, This is a prior page I have used in the Past so you will see older post and all the yummy recipes group members posted. \\n\\nIts just easier to use fb If you don\'t have page simply create one just to joing group and after challenge is over you can delete.\\n#letsgo\\n#21dayrawveganchallenge \\n#rawfoodislife\\n#juicelady\\n#igotdajuice501\\n#naturalstate\",\"id\":\"17915066638516709\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-29T14:06:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CILWp40hFoy\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127945061_373513833908243_5678933777540239884_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=4SeJwiVglp8AX-tsmUT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5223cf4a2db0054eb53e6a54a46e39f3&oe=609DCACA\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising \\ud83e\\udd0e\\ud83e\\udde1\\ud83d\\udc9a Have you tried one of the Plant-Based Smoothies?? These are some of my favorite recipes!! All smoothies are Made to Order!!!\\n#plantbaseddiva \\n#igotdajuice501 \\n#supportblackbusiness \\n#smoothies\\n#juices\\n#therealhoodveganchic \\n#eatyourplants\",\"id\":\"17861002943298808\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-29T13:20:59+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CILRejfBOdC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127959930_218294553011507_1000306138139405365_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=huNDRE3qj8AAX_fa1T9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=eb84ca7917caecd29b17a000a700b36b&oe=609F9BBC\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Thanks for your Support Fam!! You got the Juice Now!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#selflove \\n#cleanses \\n#detox\\n#mindbodyspirit \\n#freshgreenjuices\",\"id\":\"17851489226349332\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T22:29:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIJrd1Khqgu\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127607813_372961677296324_1944625152567732088_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=STIsCNlxEGgAX_5U5Uh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ccbd6dd2274a77a3b2b70678c1a99da4&oe=609D81E4\",\"media_product_type\":\"FEED\",\"caption\":\"@msterrat_12 Thanks for your purchase Queen Enjoy Your Wellness Pack!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd52\\n#igotdajuice501 \\n#naturalstate\\n#supportblackbusiness \\n#therealhoodveganchic \\n#mindbodyspirit \\n#wellnesspacks\",\"id\":\"17896306009678670\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T17:33:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIJJkL1B_vo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/128067928_1486242974920311_6698849970527980521_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Q8jPRxzBkzUAX-mySfd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=60f6f2d854d0cc5524b64c7b93af3b2a&oe=609E4DAA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1\",\"id\":\"18133822951140470\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-28T13:57:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIIw6NKhqO7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127297325_828529081313853_7976006198656329151_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BL3FtXm3yJ0AX89e2hx&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=810f7f0fa07fb56368c68b0f1b63bdde&oe=609FB4A1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Friday!!!! A few updates I am so EXCITED about NEW menu, Additional Cleanse, labels etc Can\'t wait to share and Provide the best tasting Juice for you GUYS!! \\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#detox\\n#cleanse\\n#naturalstate \\n#ceo\\n#silencemeansgrinding \\n#juicelady\",\"id\":\"17945118058402352\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-27T13:44:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIGKkbqBVAc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125979691_196338965319761_7131280291059709546_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=B9AbPezyvsQAX_hQHY7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5d099391c41e6af3dec9f6c1aabdbbd4&oe=609E5847\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a I am forever greatful for your Support, Enjoy today with Friends and family if possible stay safe COVID is still here. Stay Tuned for more updates New Cleanses will be added, updated Menu and More. GET Ready to get ya cleanse on!!!! 1, 2 and 3 day Cleanses!\\ud83c\\udf53\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4f\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#juicelady \\n#cleanses\\n#detox\\n#motivation \\n#determined \\n#mindbodyspirit\",\"id\":\"17892707440722036\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-26T13:31:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIDkUZZhsO5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127568490_827503118042636_4913839206379889318_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=95efXQO5pNUAX9CoFV6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d714a9e5d3b3ddc05be5b848e3fd05a7&oe=609E6062\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a ***Well Happy HUMP day!! Yesterday My juicer broke I have been saying I gotta get another Juicer well I guess the Universe did not give me a choice, I was a little sad but I shook it off!!\\n\\n***Why?? Because that is part of the Juice business and I will be ordering my @namawell Juicer!! Which I was wanting anyway. I have a centrifugal juicer to complete orders for this week no worries!! This juicer is not the same as a slow masticating juicer unfortunately but I will get it done!!\\n\\n***Part of being a Entrepreneur is pushing thru those tough moments and overcoming obstacles!! As soon as my Juicer comes In, Orders will resume I want to be able to provide fresh great tasting Juice!!! So please be patient I value your support and it is greatly appreciated. \\n#igotdajuice501 \\n#supportsmallblackbusiness\\n#determined\\n#littlerockarkansas\\n#letsheal\\n#naturalstate\\n#juicelady\",\"id\":\"17902194415607387\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-25T14:58:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CIBJb6RBr8T\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127369531_1037840700017319_6153411001001293478_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=A8Wjd-UtQDMAX9HQxI1&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=489130eadd0f8e7c46f27fdabbfcefed&oe=60A139DD\",\"media_product_type\":\"FEED\",\"caption\":\"#Repost @organicalkalinefamily\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nKEEP YOUR pH ALKALINE\\n\\nWhy is pH Important?\\nAn acidic pH \\u2013 which is anything lower than a 7.0 \\u2013 can lead to a host of health problems. The body is electric and is designed to thrive in an alkaline state (typically 7.4 pH); in an acidic one, tissues just don\\u2019t repair and regenerate (leading to things like signs of premature aging), elimination from the system is not conducted efficiently (causing a backup of toxins throughout the body, which further impairs functioning) and cells don\\u2019t receive the oxygen they need. A cell without oxygen is like a fish without water\\u2026 and we know what that means. Acid in the body is linked to insulin sensitivity, cholesterol accumulation in the arteries, and ALL DISEASES as mucus builds up in the body. \\nHow Does The Body Become Acidic?\\nOver time, the introduction of outside substances changes the body\\u2019s pH. It\\u2019s no surprise that food \\u2013 and the quality of it \\u2013 will have a substantial impact on the body\\u2019s acidity. A diet of fast food, meat, dairy, acid sugars, and alcohol increases the body\\u2019s acidity exponentially. Because the body seeks its ideal pH, it will pull alkalizing minerals from organs and tissues to buffer and remove acid from the system. If this carries on, cells and structures start to corrode and fall apart.\\n\\nThe Good News\\nChoosing an electric & alkaline whole foods, plant-based lifestyle not only protects you from ALL DISEASES, thanks to the plethora of powerful life-energy disease-fighting compounds found in them, but electric plant foods are the most alkalizing of anything we can consume. Eliminating meat and dairy intake and replacing with recommended alkaline plant foods you eat each day has been shown to remove cancer, cardiovascular disease, obesity and diabetes. The reason for this is two-fold: disease cells require an acidic environment to proliferate, and an alkaline body has more robust immune\",\"id\":\"17895278443714835\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-24T15:18:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH-m-VRBQXD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127091039_391369542277087_7416307607599539120_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=T46smTxBuW4AX-KmURO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6de1ef9806af13c7d1ad6d9955091b05&oe=609E854D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a This is new $cashapp name I was having issues with old one!! Thanks for your support!!!\",\"id\":\"17870143397068546\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-23T15:58:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH8GrO5BUBU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126865978_240132934122134_3263774999618297825_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Ei3JLponHPcAX9OPk3I&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=522b2738ba3e87c88dc7d8d60484b9b3&oe=60A08E51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e \\ud83c\\udf42 Now Accepting Pre-Orders for this Week, After thanksgiving Your gonna need to SNAP BACK!! Hit me up via DM to Place Your Order\\u2757\\n#igotdajuice501 \\n#naturalstate \\n#therealhoodveganchic \\n#supportblackbusiness \\n#cleanses \\n#detox\\n#juicelady \\n#healthylifestyle \\n#letsheal \\n#littlerock\",\"id\":\"17860573478215998\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-23T11:40:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH7pOQrBt5P\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126919130_360523958571982_1762690926802745504_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CwBXXfvjBb0AX8d9JHF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7deee00bbddd652db56debbfbed6f6e0&oe=60A0771A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Sunday I have conducted several Raw foods Challenge\\/Cleanse Every Year in Decemeber to get rid of toxins, reboot and get myself back on track!!\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a I am extending Challenge to customers if you wish to Join I normally have fb group for members only where we share recipes,videos etc.\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Raw food Vegan means you consume non-animal foods with 80 to 85 percent of your meals being uncooked. Raw food intake optimizes your nutrient intake.\\n\\n\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Raw food consist of fresh fruits, all raw vegetables, raw nuts and seeds, raw grains amd legumes, nut milks and more! Pictures posted are from Yours truly. DM if you would like to join stay tuned for updates!!\\n#igotdajuice501 \\n#rawfoods\\n#cleanse\\n#detox\\n#letsheal \\n#therealhoodveganchic\",\"id\":\"17896269223630970\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-22T21:36:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpG2hvWv\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126919130_360523958571982_1762690926802745504_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CwBXXfvjBb0AX8d9JHF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7deee00bbddd652db56debbfbed6f6e0&oe=60A0771A\",\"id\":\"17974251367329850\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7BBjV\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126861268_1302003340133267_2619150799419687439_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eGnBcvBvOxoAX8aOzU0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3fee4c5c96e5fbfb8872b8e94a8be745&oe=60A0BD3F\",\"id\":\"17890318891733708\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC6BwJw\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126905594_398488168161270_9146262759459624592_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WRMvfAFL4AUAX-X8SuK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b6e6a1741e592b4d36b630afc1c026f4&oe=609DD258\",\"id\":\"17919533812472360\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC6hLt7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/127090561_719914675297913_8595118308170675332_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=RIUFWordD0cAX_pAchB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67f51623e7b1f1a780c4314847c7f992&oe=609E1572\",\"id\":\"18144700546128947\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC5Bj7J\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126786197_684053098971667_2285596483520073976_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=72d5zTMBi8oAX9tqzWL&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=949d897eaa03035148557d75060ab748&oe=609D9831\",\"id\":\"17854649555339956\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7hU-H\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126846954_198017881819317_7196803580769206658_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9cU_jF0r558AX_NOccx&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a75433d5da6986a6f44e1139aa963a71&oe=609EEE53\",\"id\":\"17859002825314408\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-22T21:36:41+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH6IpC7BL1H\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126872163_115604753577998_2776084069658123856_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gWHeqZe9agQAX-Lz4lu&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=953047bb61ad1805a2de8248114eb5c9&oe=60A0505A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\",\"id\":\"17862826466231906\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T22:42:35+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3rY0WB8_U\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126833566_997395150740653_4098888211249909560_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xAyi5uDQNBQAX-55uqR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c9042e3535ec07d883096684f2e00cc2&oe=609EE548\",\"media_product_type\":\"FEED\",\"caption\":\"@tasteoftiffany Thanks for your Support Enjoy your cleanse! You got da Juice Now \\ud83c\\udf4d\\ud83e\\udd52\\ud83c\\udf4e\\ud83e\\udd55\\ud83e\\udd55\\n#igotdajuice501 \\n#littlerock \\n#supportblackbusiness \\n#blackqueen \\n#supportblackbusiness \\n#greenjuice\\n#cleanses \\n#letsheal\",\"id\":\"18079735300229755\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T20:54:48+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH3fDVFhjxc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126317535_189205692781500_6811696466440424929_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Wwyym15IZOoAX-Ef9rj&_nc_oc=AQmR7zeH-2i08czxSaJFazhl5gVb_QTTMWcZ-K_Nh0UFvVaW1DbXj7UEnsBmazIULhg&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f40e12fea6c6be351c1c6ac73a877df&oe=60A02947\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Saturday All orders for Today Pickup Location will be Clinton Library Parking Lot at 1 p.m , If you would like your order delivered to your door 3.00 delivery fee., Please Dm your preference.\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52 \\n#IgotdaJuice501 \\n#supportblackbusiness \\n#naturalstate \\n#therealhoodveganchic \\n#hustleandflow\",\"id\":\"17929836316444025\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-21T15:25:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH25YQ_ha5i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/126492460_106031271269935_6670985010760331447_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tf-SEtRZkYkAX_k6Rmf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=969fe471ec80e5febfacb3b826bb5b83&oe=60A1236C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udd0e\\ud83e\\udde1 TGIF Health is Wealth \\ud83c\\udf53\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd6c\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#selflove\\n#healthyself \\n#arkansas\\n#naturalstate\\n#juicelady\",\"id\":\"18123637666144760\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-20T14:56:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CH0RTTPrMoC\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126380083_3033554283413277_7942011392737997754_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8N_QniOTs8EAX_O_h7b&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75a574049fe78bf72846b81d44f131a7&oe=609ED3FA\",\"media_product_type\":\"FEED\",\"id\":\"17956702339369929\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T21:35:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHyaGkEBVfJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126062761_193920112386052_3046929243550549091_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WSnDJ4moBv0AX-sHpXt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5aa84f2c9c0253dbca0e65fb4da5be7d&oe=60A01765\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a After you have enjoyed all that good eating with Family and Friends! YOU are gonna need a cleanse!! Pre-Orders will start 11-22-20 for cleanses after thanksgiving!!\\n\\n\\ud83d\\udda4 Black Friday Specials will be offered on cleanses NEXT week!! Stay tuned watch for updates!\\n#igotdajuice501 \\n#cleanses\\n#juicelady \\n#ceo\\n#supportblackbusiness \\n#plantbaseddiva\\n#greenjuices\\n#letsheal\",\"id\":\"17881137718878977\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4R6BIt3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126062761_193920112386052_3046929243550549091_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WSnDJ4moBv0AX-sHpXt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5aa84f2c9c0253dbca0e65fb4da5be7d&oe=60A01765\",\"id\":\"17868404066119626\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4PUhvU7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/126064846_719220735639624_5564601340372712185_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5oR1GzhNNWwAX99-D50&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=80f124723369cf3d06d366405dd6a5e6&oe=60A143C3\",\"id\":\"17862046922225062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-19T13:15:19+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHxg4PTB64s\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125499663_1321166288235662_1531741191450273448_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1n78Bw8pqqYAX8hQ-3k&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e2682b8d3196db9bbc3df6a9196223a7&oe=60A12C74\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e Meet your Juice Lady the Owner behind IgotdaJuice501, A little about Me I am a mother of 3, Full time employee as a hospital biller during the day, I am the CEO of @hoodveganchic_apparel . And my personal page @therealhoodveganchic I started my health and wellness Journey in 2012 where I completed a Juice Fast after watching documentary by @joethejuicer Fat, Sick and Nearly dead. After my fast and losing 40 pounds I started out vegetarian from there vegan and now Plant Based \\ud83c\\udf31\\ud83c\\udf31 The healing benefits and the Power of Juicing I have experienced!!\\ud83d\\udcff\\n\\n\\ud83e\\udde1Since then I was Chapter President of Little Rock Chapter Black Vegan Social, Also known for doing several raw food challenges, And I received my juicing Certification from Joe cross Reboot Program. Juicing became a part of my regimen and I love making Plant based smoothies. I begin sharing my recipes via social media and the World was hit with Pandemic! And IgotdaJuice501 was born.\\n\\n\\ud83d\\udc9aI wanted to assist in helping people build there immune system, cleanse, detox and heal!! The black community and low poverty areas was being hit harder and dieing at faster rates with covid19. I created cleanses to assist in our healing \\ud83c\\udf31 And Everybody who just wants to transistion to a healthier lifestyle!! Thanks so much for your support 2021 I have big plans so stay tuned!! And get your Juice on!!!\\ud83c\\udf4d\\ud83e\\udd55\\n#igotdajuice501 \\n#naturalstate\\n#greenjuices\\n#healing \\n#selflove\",\"id\":\"17865908699109263\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-18T10:20:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":6,\"like_count\":17,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHuoCQdBdcs\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125368756_855253148565470_917116071681460919_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x4SzjVPDb60AX9lOLtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca6546ef7ba86176d956053f2b67570a&oe=609FC943\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9b\\ud83e\\udd0e Do you know the Benefits of Tumeric and ginger Shots??!\\n\\n\\u27a1\\ufe0f Enhances digestion \\n\\u27a1\\ufe0f Increases metabolism\\n\\u27a1\\ufe0f Improves Skin\\n\\u27a1\\ufe0f Relieves Stress\\n\\u27a1\\ufe0f Maintains balanced blood sugar levels\\n\\n\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e Tumeric and Ginger Shots available 2 for 5.00 grab one along with your Juices!!!\\n#igotdajuice501 \\n#supportblackbusiness \\n#therealhoodveganchic \\n#tumeric \\n#shots\\n#cleanse\\n#happytuesday\",\"id\":\"17849947238374100\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-17T16:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfnABEOS\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125368756_855253148565470_917116071681460919_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=x4SzjVPDb60AX9lOLtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca6546ef7ba86176d956053f2b67570a&oe=609FC943\",\"id\":\"18179331514013467\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-17T16:29:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfkdh6_D\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125504369_1057812018023019_7187692101660811784_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rtREd7-JbUEAX-x8mr_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=976887132c1c77c20a1699db70be13de&oe=609FD09E\",\"id\":\"17897269081643721\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-17T16:29:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHstfkeBsk3\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125548417_1209370592797300_5431963910804883807_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1BSwmnFa5-UAX8_6nBM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2b677fa4637f9dee46747d5aef94074&oe=60A0A260\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e There are great benefits to juicing with specific Vegetables!!\\n\\n\\ud83e\\udd52Not only do they taste good there good for you!! Include these delicious vegetables in your diet, juices and or smoothies!!!\\n\\n#igotdajuice501 \\n#juicelady \\n#gethealthyordietrying \\n#detox\\n#eatyourplants\\n#juicewrld \\n#selflove\\n#arkansas\",\"id\":\"17880913846875656\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-16T11:46:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHpoWy0hUr4\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/125515308_780958909126079_7907487533956811015_n.mp4?_nc_cat=105&vs=17880983335878966_3397169285&_nc_vs=HBkcFQAYJEdDdzJld2UtMVZ3cVI4WUNBQWRKVXpjRUNyMXRia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJuyegoybqsM%2FFQIoAkMzLBdAHAAAAAAAABgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=OBjWJU6wzRgAX_6Z7ag&_nc_ht=video-ort2-1.cdninstagram.com&oh=70132a12dd071520cd61f4a5f839a5ed&oe=609EFAF1&_nc_rid=bfd2551840\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125811246_648954539132599_7302217861233081487_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=j6ciQdBD_VkAX9ieYSd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=56f5f6015f3cdd43cbe44384cc9eba10&oe=60A0707A\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55 Happy Monday Its the Beginning of a New Week!! Taking Pre-Orders for the Week! Get your Juice on!!\\ud83c\\udf4a\\ud83c\\udf4a\\n#igotdajuice501 \\n#supportblackbusiness \\n#naturalstate \\n#juicelady \\n#cleanses\\n#greenjuices\",\"id\":\"17877443398963182\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-11-16T11:35:50+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHpnGKcBSSo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125389571_184979866589489_1369724726908873539_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NJ1LVXcaiMYAX8rcdfc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=931851401dbaf99e151def90c782168c&oe=609F6C04\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udd0e Long Day Despite of Mishap Orders got completed and delivered!By Any means Necessary!! Lets have a Good Productive Week!!\\ud83d\\ude4c\\n#IgotdaJuice501 \\n#juicelady \\n#naturalstate \\n#supportblackbusiness\",\"id\":\"17913436621514618\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-16T02:33:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":7,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHopCOEB4-w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125463607_124724562762436_4110353811660853742_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=35a2HVSt5JQAX_2EFMv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfec1359653e5321c55be3e41036ec74&oe=609F0A15\",\"media_product_type\":\"FEED\",\"caption\":\"Bottles Arrived thanks for your patience \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\",\"id\":\"17857181978279509\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-15T21:10:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHoEHHeBm06\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125451929_869798743789383_7932124858580553713_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xjO9Xc1_rfYAX9hXG_-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=360a6bd2b7c57732f91808fe55dec20e&oe=609EEBF3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a When Issues arrive at the last minute as a Entrepreneur, juicer breaking down, wrong bottles shipped Its all a part of being a CEO, I thrive on quality nothing Less!!! Everything went wrong this morning But I am will prevail! Thanks for your support and Patience!\\n#IgotdaJuice501\",\"id\":\"18123807484148503\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-15T14:25:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHnVvKmBtw9\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125072529_162592298890551_818928158173744832_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eOmPhM9fI3kAX_BxHGi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1e90b56a6715e0c61e28b515e9710&oe=609DB163\",\"media_product_type\":\"FEED\",\"caption\":\"I \\ud83e\\udde1 Delivering and meeting New Customers Thanks @balance_with_me For your Support!! Enjoy your 2 day Cleanse\\ud83e\\udd55\\ud83e\\udd55\\n#yougotdajuicenow \\n#supportblackbusiness \\n#igotdajuice501 \\n#cleanses \\n#greenjuices \\n#detox\\n#selflove \\n#therealhoodveganchic\",\"id\":\"17883974770860082\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6uHBEaV\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125072529_162592298890551_818928158173744832_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eOmPhM9fI3kAX_BxHGi&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=29f1e90b56a6715e0c61e28b515e9710&oe=609DB163\",\"id\":\"17866587962142610\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6sjhWEY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125273817_1083994268713443_1680629379760069211_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OczwmNDPRyMAX_h2vYQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=027b357147138d10638ebf5c70ce6ffb&oe=60A0F45C\",\"id\":\"17868048833120263\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T23:34:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjK6skhCKP\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124911281_2782223018688167_886518482691263943_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y5d84yrlSUsAX_TU2rq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f094ac30724a0e9d041e811a5391697&oe=609DA743\",\"media_product_type\":\"FEED\",\"caption\":\"Tjanks @lrech8 For your purchase enjoy your Wellness pack and Plant Based Smoothie \\ud83e\\udd0e\\ud83d\\udc9a\\ud83e\\udde1\\n#yougotdajuicenow\\n#igotdajuice501 \\n#supportblackbusiness \\n#smoothies\\n#shots\\n#greenjuices\",\"id\":\"17876313163987402\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvMWhdPL\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124911281_2782223018688167_886518482691263943_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y5d84yrlSUsAX_TU2rq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4f094ac30724a0e9d041e811a5391697&oe=609DA743\",\"id\":\"17869299167104008\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvJvhk-f\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124879412_705690947038716_1326364217766924774_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GrlpPZKr9okAX94fKiD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=acd8d5f962391c7b1a679eadc67a2a1b&oe=609DD80E\",\"id\":\"17909323345530593\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:48:47+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjFvJwhh2k\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125053720_3605657376170824_3999679228950666983_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XZPotSI8Y1oAX_VRwou&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79aee68aeb9915fb3a728c9d6a2cff25&oe=609F7CC1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a 2 Day Cleanse Order Ready to Deliver!!! Have you tried a Cleanse Yet? DM for details REBOOT your system!!! Cleanse, Meditate and try a Plant\\ud83c\\udf31Based Diet you will be amazed at the Outcome!!!\\n#selflove \\n#igotdajuice501 \\n#supportblackbusiness \\n#arkansas\\n#greenjuice \\n#detox\\n#healthylifestyle\",\"id\":\"17909113582528448\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-13T22:27:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHjDSh5BcYI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124981410_1088450488292268_4775522569602738866_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xSDE-qmHcP8AX8Wbm3z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e20f2ce0f7cf19506f962e71b224cb54&oe=609D99C0\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Payment Methods Thanks for your support and Orders!!! Pre-Orders during week Will be delivered Friday, Sat and Sunday!!!\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf31\\n#igotdajuice501 \\n#supportblackbusiness \\n#selflove \\n#juicelady \\n#cleanses\",\"id\":\"17856138062302671\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-12T22:15:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHgdE_LBMNv\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/125357354_394753445008640_1154080818989921752_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=is7_MhBJEaAAX8lN9DV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e730cbbfa80af8293c7620a19a80d831&oe=609F3E1F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Happy Thursday Just in case you wanna know the power and healing that Juices can have!!! Once you get back to nature and Put good things in your body You will see CHANGES !!\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf52\\ud83e\\udd52\\n#eattolove\\n#juicelady \\n#greenjuices \\n#cleanses \\n#selflove\\n#supportblackbusiness \\n#letsheal\",\"id\":\"18016229029292831\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-12T16:59:09+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHf47fmhzGN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124837158_132809351582005_7855485886748930786_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uwAAsJjuZekAX9-UFHh&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a1ddff35d6af9b161966002f131f775a&oe=609F843C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a Wellness Packs ON SALE \\ud83d\\udde3 Build your Immune system, Grab you a Pack and Reboot your System!! DM for more info!\\ud83c\\udf4a\\ud83c\\udf4d\\ud83e\\udd55\\n#wellnesspacks\\n#igotdajuice501 \\n#rebootyoursystem\\n#supportblackbusiness \\n#naturalstate \\n#juicelady\",\"id\":\"17879557048885898\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T18:06:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdb2H3hEuP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124472311_189580179298666_6885870971851770255_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o6QLaUE3QKAAX9ego-z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=02f449d27a52f81825a805a5b7ae83a0&oe=60A01F2D\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Delivery to @nurse_ready 1 Day cleanse with \\ud83c\\udf4eApple Cider and a Tumeric and Ginger Shot!!\\n#happyhumpday\\n#supportblackbusiness \\n#IgotdaJuice501 \\n#1daycleanse\\n#greenjuices \\n#Pinneapple\",\"id\":\"17866273859108572\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T16:03:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdNyL_BT0X\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124667680_2437555573215577_2648943398487430420_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8SwTekuU7M4AX9NdS2l&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ea4b104ba609a6df154ddac2a4efff3&oe=609EA465\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\uddfa\\ud83c\\uddf2\\ud83c\\uddfa\\ud83c\\uddf2\\u2764\\ud83e\\udd0d\\ud83d\\udc99 Thank you for all you do!!! Happy Veterans Day!!!!! ALL Juices are $5.00 for my VETS today!!\\n#IgotdaJuice501 \\n#weloveourveterans\\u2764\\ufe0f\\ud83c\\uddfa\\ud83c\\uddf8 \\n#humpday\\n#armymom\",\"id\":\"17859684419251347\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-11T14:11:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHdA7NZhvZL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124105073_1096180307476707_7549156820088177476_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-2dr6dQUtyMAX_L1qIX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20a21eca48ab151fa715fd7b88d5ef7a&oe=60A06B83\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83e\\udde1\\ud83e\\udd0e Happy Tuesday!!! Fall Menu there are some specials that will be added in addition thats not on the Menu, Wellness Pack and the tumeric shots are available as well!!! Get your Juice on!!\\ud83d\\udc9a\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\n\\nCheckout the Plant-Based smoothies made to Order available! Accepting Pre-Orders!!\\ud83c\\udf4c\\ud83c\\udf4c\\ud83e\\udd51\\n#supportblackbusiness \\n#plantbaseddiva \\n#igotdajuice501 \\n#gethealthyordietrying\\n#naturalstate \\n#organicproduce\\n#greenjuices\\n#cleanses\\n#reset\\n#selflove\",\"id\":\"18171385552030546\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPInhObi\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124105073_1096180307476707_7549156820088177476_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-2dr6dQUtyMAX_L1qIX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=20a21eca48ab151fa715fd7b88d5ef7a&oe=60A06B83\",\"id\":\"17894159764674765\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPGCBNqv\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124119018_832462110844653_6756265811879240116_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=FIP0TcE6nnAAX8Azfeb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=25114af331276b06cc7940b157f4b394&oe=609EA71E\",\"id\":\"18126856255091036\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-10T16:40:46+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHatPF2heqT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124104440_414997502865247_9033135443207151111_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=viuo2a6jVIEAX9eA14t&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cc539b05765faf0b41d32a9afd24c75a&oe=609DB8ED\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udd0e Happy Monday Celery Juice is a Powerhouse Juice!! Check out all the benefits!!!!\\n#celeryjuiceheals \\n#supportblackbusiness \\n#greenjuice \\n#therealhoodveganchic \\n#naturalstate \\n#igotdajuice501\",\"id\":\"17845414172440566\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-09T16:39:49+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHYIVQghF55\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124176701_1032156617225123_2927194901163558016_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1fGA8Gjk9iQAX9TFGIc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=965c4751ac87a7f7f057b98f753f9d97&oe=60A09A6D\",\"media_product_type\":\"FEED\",\"caption\":\"@mrs.nlw Thank you \\ud83e\\udde1\\ud83e\\udde1\\ud83d\\ude4c\\ud83d\\ude4c Glad you enjoying them Day 2 Juices will be \\ud83d\\udd25\\n#igotdajuice501\\n#greenjuice \\n#cleanses \\n#supportblackbusiness \\n#naturalstate \\n#healthylifestyle \\n#plantbaseddiva\",\"id\":\"17858901704274980\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-08T22:00:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHWISBsBQv3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123545737_278190433567841_3997543133846896421_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jGAb7HqmxkUAX8AG1cR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=366828641d84647b1468b3615ea0fdb0&oe=60A06617\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Cleanse, Meditate, Eat healthy, Exercise and Repeat its a \\\"Lifestyle\\\" 2 day Cleanse Ready to go out!! 6 green \\ud83c\\udf31\\ud83e\\udd52 Juices and 6 Fruit Juices!! Dm to order yours next!\\ud83c\\udf4d\\ud83e\\udd55\\n#IgotdaJuice501 \\n#itsalifestyle \\n#freshgreenjuices\\n#cleanse\\n#detox\\n#newbeginnings\\n#supportblackbusiness \\n#therealhoodveganchic \\n#tmc\",\"id\":\"17857299176314954\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-07T15:11:04+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHS0lfYhRUk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/124004822_638095706859822_4709848163149447972_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LO2gbJiIXhsAX-JRGtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=768eff3978ff7c151f4d08772b9d259e&oe=609E68A8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83d\\udc9a\\ud83e\\udde1 TGIF Broke my Fast with Oatmeal, blackberries,Almond butter, Oat Milk and Chia seeds\\ud83d\\ude0b Super Filling!\\n#plantbaseddiva\\n #igotdajuice501\\n #therealhoodveganchic \\n#fridayyyz \\n#healthylifestyle\",\"id\":\"17869274804085836\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-06T19:01:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHQqG4KBlaz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123619994_981522375592465_8143095043992239640_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3cnAllLq6twAX9VoOiR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5cccb185774fce6b09c6014fe5342182&oe=609E797B\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising Happy\\ud83e\\udde1 Thursday It is a beautiful day outside!! Sipping on tumeric Tea \\ud83c\\udf75 with a touch of agave! Whats your favorite morning drink in the mornings??\",\"id\":\"17979511321319884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-05T14:16:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":13,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHNkxP_hvm6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123248452_369618274277032_1144433631918561643_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=LO4Ymxo9AHEAX93zBvD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a928c3009547f8b72d36a465325b4c7c&oe=60A1233B\",\"media_product_type\":\"FEED\",\"caption\":\"Grand Rising\\ud83e\\udde1\\ud83e\\udde1\\ud83c\\udf31 Up working from home and Drinking a Green Goddess Juice this Rising!! Self love Mondays \\ud83d\\udcff\\n#IgotdaJuice501#wellnessjourney\\n#greenjuice#selflove#blackqueen\\n#spiritualawakening#naturalstate\\n#cleanses#detox\",\"id\":\"17935258027423362\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-02T14:12:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHF14krhCIS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123234859_661530281222701_4705583640432451973_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nP3ToY7AjCYAX_y32S5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17ea67e99757fcaae7b8c8b9a8244de5&oe=609FECB7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1\\u27a1\\ufe0f\\ud83c\\udd95\\ufe0f Its Fall Time and the Pandemic Is Still Here Building your Immune system is essential\\u203c \\n**Turmeric shots added to Menu** contains ginger, orange,lemon cayenne and Fresh Turmeric\\ud83c\\udf31\\n**Wellness Pack 2 green Goddess Juices and 2 shots for 35.00\\u203c\\n\\u2b07\\ufe0f Upgraded Fall Menu will be available Stay tuned for more updates, Merch, glass bottles, labels, bags , consults and 21 day plant based juice Feast in the works!!!\\n#stillworking#silencemeansgrinding\\n#selflove#plantbaseddiva#hustleandflow\\n#outofpaincomespurpose#newme#\\n#2020goingoutwithabang #hibernation \\n#tmc#nodreamkillersallowed#newmoon\",\"id\":\"17878708978881129\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-11-01T19:07:39+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy5C7hWz3\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123234859_661530281222701_4705583640432451973_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nP3ToY7AjCYAX_y32S5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17ea67e99757fcaae7b8c8b9a8244de5&oe=609FECB7\",\"id\":\"17891621521705268\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_qBE4P\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123220223_829919224474698_4639878469005591341_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=P64U4HVXgXsAX_FIbEc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f9a3f13365d5af576af552a393f301b3&oe=60A14FC8\",\"id\":\"17891842093694310\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_rBTGO\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123147129_828347714579939_2454595072985262097_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KKY40N5WYJEAX9Smedl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=69961e4db65ef94396d32a2a57546015&oe=609F07D7\",\"id\":\"17864760833152843\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_sBB5i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/123186037_1792135967605764_5306646699711686029_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WZfaTV8tG_wAX93Ijdm&_nc_oc=AQmBeaH-zref_GdO1PDiIwLtlpnCPx5O3xW1WrfjSKDW5Wfk3MnawY1Pskef8e9E_T4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=2931548ab2213028beff7861ff170ec5&oe=609DA362\",\"id\":\"18125412406081037\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-11-01T19:07:38+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CHDy4_shaNv\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122783083_1724184087757913_3282798402315176154_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7t6WdmxSfSEAX9MxIta&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b027c466499f3e342e8e074a8a5aad48&oe=60A12CB8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @ar_realtor_chic for your 1 Day cleanse friend \\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 You got the Juice Now!!\\n#IgotdaJuice501#selflove #supportsmallbusiness #greenjuice #carrotjuice #detox #cleanse #naturalstate\",\"id\":\"17917335112485549\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-28T01:18:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CG3lVLJBgKD\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122293006_349702216295462_2449243156615693202_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nNMDuOwLo-UAX-lTMHH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ba777ae94652a21983c057188ac223d&oe=609F4DC7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 Creep and Crawl 5K Run!! More races to come Prep for the half marathon!!!\\n#saturdayvibes#sheruns#therapy\\n#igotdajuice#blackqueen#littlerock\\n#backtome#plantbaseddiva\",\"id\":\"17871108383034370\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":15,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt00ghVMl\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122293006_349702216295462_2449243156615693202_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nNMDuOwLo-UAX-lTMHH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0ba777ae94652a21983c057188ac223d&oe=609F4DC7\",\"id\":\"17880318922893420\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xthlHR\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122452096_349124889685572_2238804383267034918_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bd8oD3PejqIAX-BFne7&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7176c1db0ac35e5fc9f4724320a7cc1&oe=609F6116\",\"id\":\"17955347179359437\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xsho-q\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/122431030_267020171364617_6010794449970112412_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uCaRzM18C4AAX9EQ7nd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f4b9c605a203e13f296e205d1bcd79a9&oe=60A02490\",\"id\":\"18124143448086098\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-24T23:58:34+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGvt0xuBw6l\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121404068_168944224858694_5598603589577519943_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=SmcmN8NhTU0AX8VIAjB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f2b989ea08217ac5e7a40b437bd314c0&oe=609DC75B\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @nurse_ready You got the Juice Now!!\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd55\\n#supportblackbusiness #igotdajuice501#greenjuices \\n#smoothies #detoxes#selflove\\n#naturalstate #healing #healthiswealth #blackqueens \\n#moregreatnesscoming\",\"id\":\"17991456979306568\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T22:14:23+0000\",\"username\":\"igotdajuice501\",\"comments_count\":3,\"like_count\":12,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYWv2RBKjx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121354992_1268618330139495_4951055891138527249_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fEcvOh5_Gv4AX9Jb4QW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3456c1b5b7ee513ca1a29dfad09ae87&oe=609FF250\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1 \\ud83e\\udd55\\ud83c\\udf4d\\ud83e\\udd52 1 Day Cleanse Green Goddess, Carrot SunRise and Pineapple Zest Juices are Ready! Wanna try a Juice Dm for details\\u203c\\u203c\\n#igotdajuice501#greensmoothie #supportblackbusiness #greenjuices\\n#healing #selflove #octobervibes\\ud83c\\udf41\\ud83c\\udf42\\ud83c\\udf43\\ud83c\\udf41\\ud83c\\udf42 #juicelady#healthiswealth\\n#moregreatnesscoming#staytuned\",\"id\":\"17966270536340187\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-10-15T20:37:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLncjBM7n\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121354992_1268618330139495_4951055891138527249_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=fEcvOh5_Gv4AX9Jb4QW&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3456c1b5b7ee513ca1a29dfad09ae87&oe=609FF250\",\"id\":\"18166896646050840\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T20:37:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLnZUho38\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121369959_652606002109126_6164521257140917278_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VLPm-Oo9Z8wAX_aSJob&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=015c1c26251026906a2cfc7c92f6fecd&oe=609DDFAE\",\"id\":\"17938813765405373\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-15T20:37:06+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGYLnZVhMBn\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/121137519_356940669058242_3964049585350444320_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=PNsUb4wXTmIAX_bh2HG&_nc_oc=AQmU2BYjW6Sg7osIXKeiT7DuAlwDt5qPAeodkN6Rh09ZP3vDTZXeK_NpRQ7mL1i0JFE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f47b2b84176cdbba982f1e99093e99aa&oe=609FE00C\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks for your support \\ud83d\\udc51\\ud83c\\udf31\\ud83d\\udc9a\\n\\n#Repost @notyourbasicbling\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\nLoved the juice detox from @igotdajuice501 great tasting and awesome results.\",\"id\":\"17869548239004510\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-11T18:55:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":16,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGNs2XyBklH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120832013_377753726731833_6066011665942979606_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Uh-vHsHzCToAX-GKnfO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9b7eeda81e7b7ba31e405627abd3fac0&oe=609E579B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83e\\udde1\\ud83d\\udc9a Thanks for Your Support!! Stay Tuned for More to Come!!\",\"id\":\"18111523840166096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-06T20:52:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CGBCKxQB2C7\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120451960_713232279268405_7304391159507377918_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7Jb86RdPf4sAX8rCqVz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33cf10650590665bb7af18e063780c50&oe=60A05D25\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd52\\ud83d\\udc9a Why Juice Cleanse?? From time to time it is good to give your body a rest from the stresses of everyday life. We can\'t control everything, but we can control what we put in our mouths!! \\n\\n\\ud83c\\udf47\\ud83c\\udf4f Benefits of a Juice Cleanse \\n\\u27a1\\ufe0fRapid weight loss\\n\\u27a1\\ufe0fBloating eliminated\\n\\u27a1\\ufe0fMore energy\\n\\u27a1\\ufe0f Clear Bright Skin\\n\\u27a1\\ufe0fPowerful Workouts\\n\\u27a1\\ufe0fStrong Immune System\\n\\n***Try My 2 day Juice Cleanse includes 12 juices, All green Juices or Mix and Match!!** Dm For Details\\ud83c\\udf31\",\"id\":\"17973244684324926\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-10-02T23:10:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CF2-4hGBIxl\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120572422_901593786916197_1625033048657123835_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yMcMO3mdTscAX9aA5c8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aefc2308e045d33edd016548bc5fffb9&oe=609F3FD1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udd26\\ud83d\\udd26Customer Spotlight Huge S\\/O to this \\ud83d\\udc51\\ud83d\\udc51 This makes her 5th Purchase!!Thank you so much for your continued Support\\u203c Enjoy your Juices and Smoothies \\ud83c\\udf53\\ud83c\\udf53\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55\\n\\n***You got da Juice Now **\\n#igotdajuice501 #supportblackbusiness \\n#motivation #tmc\\ud83c\\udfc1 #healthylifestyle \\n#staytunedformore #smoothies #juicesforlife #dontknockittilyoutryit \\n#hustleandmotivate #comebackkid\",\"id\":\"18162576652063474\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-29T21:15:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFvDVXUnETB\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_114710783588413_2494470598334720251_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rh04RifMq1IAX8uqUZ5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c17d79c900256cb0978ae46c1da23a46&oe=609D793B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf49Thanks \\ud83d\\udc51 For Your Support, Enjoy your 2 Day Cleanse !!\\ud83d\\udcff\\n#igotdajuice501 #greenjuices #supportblackbusinesses #naturalstate\\n#arkansas #cleanse #detox #selflove \\n#letshealtogether #sundayvibes\",\"id\":\"18103244722168009\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo-dHmPM\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_114710783588413_2494470598334720251_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rh04RifMq1IAX8uqUZ5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c17d79c900256cb0978ae46c1da23a46&oe=609D793B\",\"id\":\"17869225909984612\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo82HScW\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120302462_102654478239971_2709214057780209893_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GLTGvmPr-RcAX_r-Ynb&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3d7d08d927409d19d507e65ff08d8f65&oe=609FC948\",\"id\":\"17878634695861002\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T22:16:08+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFqAo83HlWW\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/120201205_693262857941088_1137361400190818469_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=XIQjWboNMaUAX_hrSwv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2e7cc88b5abe6224016a50249f1c696&oe=60A028B8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 Brother came to the Wellness Kitchen to try the Watermelon and \\ud83c\\udf53\\ud83c\\udf53 Juice!! You got the Juice Now\\ud83c\\udf31\\n#Watermelon #juices #naturalstate\\n#supportblackbusiness #blackkings \\n#selflove #arkansas #juicequeen\",\"id\":\"18102969739171762\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-27T00:53:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFnt1AKhwXJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119998414_343041380084409_6891537149981093264_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=riY3vxaKbe0AX_Bhm8g&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75cadd4ace57d20fdb866ba002edc529&oe=609DFCD3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf42\\ud83c\\udf42\\ud83c\\udf42Fall is here!! Flu Season, Covid19 We Must Start Healing ourselves!! Boost your immune System, Feed your Body the Proper foods\\u203c Let the foods be your medicine!! Get your herbs, Seamoss, vitamins, Elderberry syrup etc.\\n\\n\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd6c This Pandemic Should be a time of Reflection!! We have to Eat to live literally\\u203c Time to WAKEUP FAMILY!! \\n\\n\\ud83c\\udf4d\\ud83c\\udf49\\ud83c\\udf4a You Never tried a Juice before??Order 1 bottle and try it, the benefits will be worth it, Interested DM for more info.\",\"id\":\"18163364257044733\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-24T00:42:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LuuIq_6\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119998414_343041380084409_6891537149981093264_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=riY3vxaKbe0AX_Bhm8g&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=75cadd4ace57d20fdb866ba002edc529&oe=609DFCD3\",\"id\":\"17871262285973813\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoLIaV1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120091875_2673068139597973_4142768837321124455_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=JucL4DKumk4AX-hVK4w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d2a51923299ac410127584405417bdaa&oe=609E4FFF\",\"id\":\"17842116797411091\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoKI9_n\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/120095326_3639852896034274_1255590491259103267_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gu-3yG6G_ZQAX-TmhxT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=330cf980fcff861c56fddca5caf96e05&oe=60A0B977\",\"id\":\"17857630979195024\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-24T00:42:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFf-LoJIIei\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119951455_792851964782513_5755451010754372760_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZR7kI_XbzwAX_PwNXV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=61c644141ee4c166f3a258c3a8319fca&oe=609E3275\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4c\\ud83c\\udf53\\ud83d\\udc9a\\ud83d\\udc9a Have you tried one of the Plant-Based Smoothies? My smoothies contain plant-based protein powder and organic goodness\\u203c\\n#igotdajuice501 #naturalstate #plantbasedsmoothie #vegaone #supportblackbusiness #greensmoothie #arkansas\",\"id\":\"18135125245101605\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGflhjZa\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119951455_792851964782513_5755451010754372760_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZR7kI_XbzwAX_PwNXV&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=61c644141ee4c166f3a258c3a8319fca&oe=609E3275\",\"id\":\"17858166074183262\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdEBv3-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119794633_1498878523654264_4888931979767349521_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_DjrPRh_CAUAX-QMSZE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=17c1dcdb8521e3df353ad4771a7bcecf&oe=609E3DFC\",\"id\":\"18050318587259739\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdChauM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119992723_314044389891543_1927258326213365516_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I4lsevCVh3oAX_AJBGD&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=830feaeb9026aa0b1417dfbd4dadb6d9&oe=609F7DFC\",\"id\":\"17891196892652712\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdDh8H0\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119895761_167412344982997_2865319561113986262_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lcE2P8K1wW4AX_9w8nd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e2053fc96de8290d4b95e27b03748695&oe=60A0FE5C\",\"id\":\"17860230638145976\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-20T19:04:07+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFXpGdEhB51\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119809036_2751249065109477_5923616681528281673_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=vNkR5HCQLQkAX_lfesv&_nc_oc=AQmsYoJ4TvqJVZwQtLgVfkLJPku2vcLTPDY7gGXEp5b3Y8bBRR6vnQ1w8Whk3M-ZteE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6a80259a1610c7c835bb35ca37074eba&oe=609E9ACF\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Happy Friday Enjoying My cleanse and Green Juice!!! You can too Order you a fresh Organic Juice\\ud83c\\udf31\\ud83c\\udf31\\n#IgotdaJuice501 #letshealtogether \\n#greenjuice #detox #cleanse #supportblackbusiness #healthylifestyle \\n#naturalstate #arkansas\",\"id\":\"18126712084122428\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-18T21:39:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFSxSiSH3Jd\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/119571760_891234627949039_1898366756977994958_n.mp4?_nc_cat=102&vs=17909466379490293_1385528125&_nc_vs=HBksFQAYJEdEQ0ZJQWZ2RVdtN2tpb0RBTTVzRmV1QldsZ2Fia1lMQUFBRhUAAsgBABUAGCRHTnRtSGdkaU9weW5kM0FDQUE4RXFxek5lUE1kYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbq9%2BLDkqTQPxUCKAJDMywXQDLVP3ztkWgYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=Gu4SqKpfxwsAX8Pg_KN&_nc_ht=video-ort2-1.cdninstagram.com&oh=9e724284570db5fa1dce0da161206f8b&oe=609F40FC&_nc_rid=a73139df80\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119305070_182764170041320_2347681598177745431_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6c6f73CEU5YAX8rVQjj&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9091a11f83bcaf9b2f145f10935661af&oe=609FFDE9\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dHump Day Grab you the 1 day Cleanse \\ud83c\\udf31\\ud83c\\udf31 Lets Heal \\ud83c\\udf3b\\ud83c\\udf3b @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\u27a1\\ufe0fFeeling Depressed \\n\\u27a1\\ufe0fConstipated\\n\\u27a1\\ufe0fLow Energy\\n\\u27a1\\ufe0fBrain Fog\\n\\u27a1\\ufe0fHeadaches\\n\\u27a1\\ufe0fFatigue\\n***These are a few signs that you need a detox, Allow yourself and digestion system a break!!! There is healing, boost of energy, and mental clarity when you Juice!\\ud83d\\udc9a\\ud83d\\udc9a\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17872828447937302\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-09-16T11:59:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFMlWK0nsRA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119189630_149330246831293_5188062496028188921_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=1D-HiAgSux4AX_iicfl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3b8912b04748954353c93c7695a5f71&oe=609D797A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83e\\udd55 Spotlight Juices Pineapple Zest, and the Carrot Sunrise \\ud83e\\udd55\\ud83c\\udf4a Grab you a Plant\\ud83c\\udf31 Based Smoothie\\u203c\\n#igotdajuice501 #smoothies#supportblackbusiness #juicelady #Pinneapple #carrotjuice #healthiswealth #eattolive #letshealtogether\",\"id\":\"17868612706996480\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-14T00:16:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFGLQvPhpO3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119153531_211837973609290_4053171818420304823_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qW_s4y-rRSUAX_MPSPA&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e53041a8dd78c171c69650fea660cad7&oe=60A0908C\",\"media_product_type\":\"FEED\",\"caption\":\"I \\u2764 To see Returning Customers her 4th Purchase I appreciate Your Support \\ud83d\\udc51\\ud83c\\udf31\\nEnjoy your Juices and Smoothie\\ud83c\\udf4d\\ud83c\\udf4d\\n#igotdajuice501 #supportblackbusiness \\n#juices #smoothies #detox #cleanse\\n#naturalstate #greenjuice #letshealtogether #littlerock\",\"id\":\"17898898879561096\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-13T20:01:50+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFFuJEJneMS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119549781_239374750785669_7992163279650799043_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=H7mwjz3NnW8AX-_CGCl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c364b0e1dc9e709d34552f5554b9ac90&oe=60A0B90A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf31\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a FAQ Info Questions I get from customers!!\",\"id\":\"17844752141366872\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-13T13:08:35+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFE-2XIhCfi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119388169_692992681302290_5353686096057956683_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=tTTKSZtVWWIAX-bUxqm&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f7e55a935d961b017ead5c14dc4d7186&oe=609E2EC8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf4dS\\/O to Barber for Purchasing the 1 Day Cleanse! You got the Juice Now!!!\\n#igotdajuice501 #naturalstate #juices #detox #greenjuice #letsheal #supportblackbusiness #cleanse\\n#juicelady #blackkings #smoothie \\n#barber #littlerockarkansas\",\"id\":\"17871946990938396\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-12T19:10:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFDDcblDqM8\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119066900_167960731536958_230850449764499377_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=cz-_05OwEbYAX96Nav4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7a289e1a1b4bb2d78c27a58c5b4c7679&oe=609E1470\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Happy Saturday Juice Family Been Up This Rising Getting My Juice On!!! \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\n\\ud83c\\udf4d\\ud83c\\udf4dWho Whats da Juice Today, Hit me Up Cause I got Da Juice\\u203c\\n#igotdajuice501 #supportblackbusiness \\n#juicelady #blackqueens #greenjuicedetox #naturalstate #letshealtogether #smoothies #detox\",\"id\":\"17849850380295233\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-12T15:29:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CFCqMYIj6Gk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/119047014_359976018374905_8834368978153254571_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=faeB29dpYnoAX8yOaEz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=eca280c2a62ce0796882bc21f1771373&oe=609F2E89\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4a\\ud83c\\udf53\\ud83c\\udf4dHappy Thursday!! \\ud83d\\udde3All 1 day Cleanses are on SALE for 25.00 \\u203c\\ud83c\\udf42 Orders placed 09\\/10 and 09\\/12 will be Delivered on Saturday 09\\/13.\\n\\u27a1\\ufe0f $cash app lashunda johnson\\nPaypal lashunda.coates@yahoo.com \\n#IgotdaJuice501 #supportblackbusiness \\n#naturalstate #selflove #juices #detox\\n#cleanse #letsheal #blackkings #blackqueens #healthiswealth\",\"id\":\"17859147152151650\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-10T15:13:42+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE9eyI2hKAN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118886593_197609401759667_7902192560703750480_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=P8tq1Tf4FbQAX_nUUj5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f0f837cb830129afd01acc7e2dfe8d4b&oe=609FA56D\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks King for your Purchase of the 1 Day cleanse, Enjoy your Juices!! You got the Juice Now!!\\ud83c\\udf4d\\ud83c\\udf4b\\ud83c\\udf53\\ud83c\\udf53\\ud83e\\udd55\\n#igotdajuice501 #letsheal #supportblackbusiness #greenjuices\\n#detox #cleanse #blackkings\\n#healthisbwealth\",\"id\":\"17853633845207175\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-09T23:03:06+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE7vtJ-BqrH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118973778_2252458551567324_1903598522648867538_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WVsxMZpGwdYAX_C0uTJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=46d3810689fa52d93777e3dfe466a26c&oe=609DD5B7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a\\ud83c\\udf4f\\ud83c\\udf4f\\u27a1\\ufe0fDid you Over Eat Yesterday??? YOU need to Reset grab you a 1 day detox Cleanse and get back on track!! Give your digestion system a break!!!\\n#igotdajuice501 #cleanse #detoxyourbody #greenjuice\\n#mindbodyspirit #supportblackbusiness \\n#letsheal #eattolive #healthylifestyle\",\"id\":\"18120880072186004\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-08T17:21:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1LTjTIQ\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118973778_2252458551567324_1903598522648867538_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WVsxMZpGwdYAX_C0uTJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=46d3810689fa52d93777e3dfe466a26c&oe=609DD5B7\",\"id\":\"18159373522013296\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-08T17:21:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1IEjG77\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/119052436_195700048860820_8237406115426065070_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=BoirQ3QYDi8AX9AePtC&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=49e8803ca09389d9acbdee798f6cbd67&oe=609F8F99\",\"id\":\"17865699095040335\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-08T17:21:36+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE4j1IFjH2y\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118850824_1103936210007936_231874230932329266_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8JjgrSqI7TcAX_ETUTf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0b94cda92e98361a1500ec57fe3ee52c&oe=609FA6FE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf53 \\u27a1\\ufe0fHappy Labor Day!!\\ud83d\\udde3 For Today Only I will be taking Orders until 2 p.m same day Service Free Delivery!!! (Limited Area) \\n\\u27a1\\ufe0fTry a smoothie and a Juice\\u203c Until Produce gone for Today \\ud83e\\udd6d\\n\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 $Cash App IgotdaJuice501 aka Lashunda Johnson\\n\\ud83c\\udf53\\ud83c\\udf53\\ud83c\\udf53PayPal lashunda.coates@yahoo.com \\n#IgotdaJuice501 #supportblackbusiness #juicelady #smoothies #plantbased #letsgo #heal #blackkings #blackqueens #LittleRock #naturalstate #EatToLive\",\"id\":\"17851855598284225\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-07T16:23:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CE14XkLhfOL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118699616_187053352868018_6338356799779174049_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8VgQf1PdUQYAX_sNGyz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d1ccfb1a7219431e637995a422ab6062&oe=60A14416\",\"media_product_type\":\"FEED\",\"id\":\"17929447945419506\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-05T01:49:25+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw8bIl9K\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118699616_187053352868018_6338356799779174049_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8VgQf1PdUQYAX_sNGyz&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d1ccfb1a7219431e637995a422ab6062&oe=60A14416\",\"id\":\"18162466357033008\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2SokS6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118725802_2804484193208520_2722608577664299045_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=L2d-p47rsZIAX-xL9wS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aa8e90d0f9d1ed07e5d8a71ceb90b7f1&oe=60A007D4\",\"id\":\"17904015580511157\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2TIxmc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118763319_198841844996103_202405729432366767_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yevPehlo1vAAX-uq2fJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5683ef05855bd9ed5753ec7540e7d8a1&oe=60A1442E\",\"id\":\"17868980596973763\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-05T01:49:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEvKw2To2J1\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118729723_323186518797661_451589626173759277_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5GPZ3Uv87kEAX8oKiA4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aa68d2b95ee65f7d259535f6e68c9e18&oe=60A00471\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @nurse_darlin_darlene fornyour purchase of the 2 day cleanse Enjoy!! You got the Juice Now\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd52\\n#IgotdaJuice501 #littlerock #greenjuices #detox #cleanse #supportblackbusiness #blackqueens \\n#eattolive #letfoodbethymedicine\",\"id\":\"17874574474880621\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T21:51:34+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEuvi4XB4vs\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118795747_637848597151100_1658746274522051257_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rwX5XjzSxpcAX9uWkdc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aedd19b0e1311941dfa89ff27d580b67&oe=60A038D5\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a Grand Rising Kings and Queens Happy Friday!!!\\ud83d\\ude4c\\ud83d\\ude4c\\n\\u27a1\\ufe0f Are you Ready to try some yummy plant based \\ud83c\\udf31smoothies!! I Don\'t Just have the Juice I have the smoothies too!!!\\n\\u27a1\\ufe0f The Green Machine smoothie Is one of my favorite recipes It consist of , Spinach,mango, bannaes, protien powder , chia seeds and almond milk, (I add flax seed oil or a lil black seed oil in mine \\ud83d\\ude09\\n****Grab ya one available 09\\/05\\/20***\\n#smoothiequeen #juicelady #IgotdaJuice501 #getyagreensin #supportblackownedbusinesses #selflove #eattolive #happyfridayfolks\",\"id\":\"18145450693073187\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-04T14:10:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEt6zKejbNS\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118644014_1461862777331462_6253651855938003295_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GnsFYSBv79MAX_PLP8U&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d6c6d22724bc9d5d4c266414e2efa545&oe=60A089DB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf4a Benefits of Green Juices\\n\\u27a1\\ufe0f Improved focus and mental clarity\\n\\u27a1\\ufe0f Stronger Immune System\\n\\u27a1\\ufe0f Better Digestion\\n\\u27a1\\ufe0f Healthier hair, skin and nails\\n\\u27a1\\ufe0f More Energy \\n\\u27a1\\ufe0f Weightloss \\n\\u2b07\\ufe0f\\n***2 Day Cleanse consist of 6 Green\\ud83c\\udf4f Juices and 6 mixed Juices! Order your 2 day cleanse Today \\u203c\\ud83c\\udf31\\n#mindbodyspirit #supportblackbusiness \\n#igotdajuice501#greenjuice #cleanse #detox #immunesupport #Pinneapple \\n#carrotjuice #beetjuice #letsheal\\n#blackqueens #selflove\",\"id\":\"18159467635053163\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-03T01:14:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEp9L4Touhq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118766533_839172179821239_5828768023764861048_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0WtIQBqBUF8AX-u0_U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=377e830154d37bde9b1bc3ba47181af8&oe=60A01F51\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83e\\udd55 Grand Rising Kings and Queens Happy Hump Day, Juicing for a client 2 day Cleanse!!! Are you Ready for this new Menu That will be dropping 9\\/4\\/20\\ud83d\\udd25\\ud83d\\udd25\\u27a1\\ufe0f Additional Juices and Smoothies Stay Tuned!!! Pre-Orders Starting 09\\/03\\/20\\n\\ud83c\\udf53\\ud83c\\udf4e\\ud83c\\udf4e Get Juiced Up!!!\\n#igotdajuice501#supportblackbusiness \\n#cleanses #smoothies #greenjuice #mindbodyspirit #healthylifestyle \\n#naturalstate #arkansas#juicelady\",\"id\":\"17886867673671055\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE4KjYtH\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118766533_839172179821239_5828768023764861048_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0WtIQBqBUF8AX-u0_U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=377e830154d37bde9b1bc3ba47181af8&oe=60A01F51\",\"id\":\"17936104678393884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE2Jj3Ek\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118597252_108802140958776_247442839443211378_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VC5ppt9cTs0AX8HI4Xr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=aab8b7587359f360c2cd2f04fd761d35&oe=609DA327\",\"id\":\"17851936346238164\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-09-02T14:18:14+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEoyE2LDyuy\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118403477_330396848152837_8295029286074115675_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=yJxaeAmNsQIAX8GS2X0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=13c99dbb56f5496b53d6ed2a68147752&oe=609F74B9\",\"media_product_type\":\"FEED\",\"caption\":\"@cutiepye35 thanks for your Purchase \\ud83d\\udc51\\ud83d\\udc51\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 You got the Juice Now!!\\n#supportblackbusiness #IgotdaJuice501 #blackqueens #juices #Watermelon #healthiswealth \\n#naturalstate #littlerock #letsheal\",\"id\":\"17850745307273086\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T18:45:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEe9dtWBLyN\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118471055_202997024503080_6877238288031399372_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Pa5GSSTFg2QAX9yh9tP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f3d45240cf25099e7336846256f6c261&oe=609DB88A\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your Purchase Enjoy your 1 Day cleanse \\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf49\\n#IgotdaJuice501 #supportblackbusiness \\n#greenjuices #juicelady #blackqueens \\n#selflove #tgif #healthiswealth\",\"id\":\"17946011533375594\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-29T02:17:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEdMdUehS5N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118202985_1730084000477435_43117174716879741_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rcsIP0W4_QEAX9vTU9i&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=079854c6e3c83367217bdc4e9dcbfd3f&oe=60A0552C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dHappy Friday Juice Family\\ud83c\\udf49\\ud83e\\udd52\\ud83c\\udf53\\n\\n#IgotdaJuice501 #supportblackbusiness #mindbodyspirit #juicelady #detox\\n#cleanse #greenjuice #healthylifestyle \\n#blackqueen #selflove #melaninpoppin\",\"id\":\"17878191628777160\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-28T14:29:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEb7WnTj11k\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118486348_141645827632973_3480514748355097553_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jdxm5WQygRcAX8PhHVv&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9538ba727e67065354972620ce4924f9&oe=609EEFF9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55Customer Info\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\",\"id\":\"17893636399581683\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T19:48:53+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZ7JYUhjZ_\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118347034_331091268092282_1148657367916064159_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GTuOdIJlIvYAX8f7ydK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cbb6a4c3d18e507a0f1299674106ec20&oe=609F7B8A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a Happy Thursday Juice Family\\n\\n**** \\u27a1\\ufe0fIt may be gloomy outside But there Is Sunshine and Happiness in here!! Preparing Your Juice with Peace \\u270cand Love \\ud83d\\udc9a\\ud83c\\udf31\\n\\n\\ud83c\\udf49\\ud83c\\udf53\\ud83e\\udd52\\u27a1\\ufe0fHave your ordered Your Juice Today??What are you waiting on!\\u2757The change starts with you\\u2757MIND BODY and SPIRIT\\ud83d\\udcff\\n#IgotdaJuice501#cleanse #detox #naturalstate #supportblackbusinesses \\n#letsheal #juicelady #greenjuice #selflove #newbegginings #positiveenergy #arkansas #plantbased\",\"id\":\"18048212041261025\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-27T14:01:52+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTbr0Da6u\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118347034_331091268092282_1148657367916064159_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GTuOdIJlIvYAX8f7ydK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cbb6a4c3d18e507a0f1299674106ec20&oe=609F7B8A\",\"id\":\"17873587198895937\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T14:01:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTbojjqug\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/118226171_301835710885810_2373075436651887902_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VE-8b4E2UgUAX-coO7U&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f75064a789c95976cd625255932d9ef2&oe=609FF213\",\"id\":\"18117120052092074\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-27T14:01:51+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEZTboijJZw\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118282908_173456977627040_3701596944824181885_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=VZibmghsIeoAX8b84hy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a617b4c515bb4f5b41938d1959588edf&oe=609F516C\",\"media_product_type\":\"FEED\",\"id\":\"18068476675234307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-26T16:39:57+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEXAurJhX_J\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118213473_733146817529991_3585274000932670712_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iUEQU6Z3BcoAX_8X72A&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=26b1cca20529a0caee8a516c945b361c&oe=609F794E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d Do you know the amazing benefits of Pinneapple Juice???\\n***Order your Pineapple Zest Juice with ginger!!\\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\n#IgotdaJuice501#Pinneapple #selflove \\n#naturalstate #juicelady #healthiswealth \\n#loveyourself #juicing #arkansas\",\"id\":\"18160498165039066\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T14:01:14+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEUJxRkBMU-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118177606_1051138481984691_2518132964119724288_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=4R34qdpLbOQAX_YbjOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=92f8bbd61b2576c9c97c3db24cf7dc11&oe=60A0569F\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4d\\ud83e\\udd52\\ud83e\\udd55\\ud83e\\udd55Menu Place Your Order Via DM\",\"id\":\"17866320700990793\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T03:11:13+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CES_YfqBC_i\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118171120_303281420973557_1709306212780716767_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ekJUb4LzULIAX_mq2U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad6e6adda03bba3cfd52727bc70c5a50&oe=609FC4D3\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your Support!! You got the Juice Now!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #selflove #beetjuice \\n#greenjuices#detox #cleanse #supportblackbusiness #letsheal\",\"id\":\"17885090845715637\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWIZh8KT\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118171120_303281420973557_1709306212780716767_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ekJUb4LzULIAX_mq2U-&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ad6e6adda03bba3cfd52727bc70c5a50&oe=609FC4D3\",\"id\":\"17907018451483702\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWGBhfvJ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118439236_512495159576378_3402461175303948308_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=WXMMIQynqKEAX-OA4zX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=9377af08e80a5a777a67d0b081a3580c&oe=60A00EF2\",\"id\":\"18159001429049087\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-25T00:07:24+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CESqWGCh7jV\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118203543_130719335395639_2761615537757532544_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7cua_NkFOGIAX_NxD8K&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=99c955733ce59dfdc3f66bcefec6d9a0&oe=609F891C\",\"media_product_type\":\"FEED\",\"caption\":\"Happy Monday Juice Family!!\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\n***\\nAdded another Juicer to the Kitchen, Prepping Orders this Morning!!! Let\'s Heal and Get healthy One Juice at a Time!!\\ud83d\\udc9a\\ud83d\\udc9a\\u2764\\n#IgotdaJuice501#selflove #juicelady #cleanse #detox #peace #letsheal\\n#naturalstate #littlerock #greenjuices\",\"id\":\"18112870354147993\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-24T15:55:12+0000\",\"username\":\"igotdajuice501\",\"comments_count\":4,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CERyBKWBDZh\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118117362_201895254700181_8025424651014954996_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=hVI75SipriwAX-r22bK&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=62c1e41fe6ad9cf61ef58dea5d6b2b69&oe=60A00F9A\",\"media_product_type\":\"FEED\",\"caption\":\"Delivered to this \\ud83d\\udc51\\ud83d\\udc51 This rising!! Happy Sunday You got the Juice Now!!!\\ud83c\\udf4d\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83e\\udd52\\ud83e\\udd6c\\n#IgotdaJuice501 #selflove #juicelady \\n#beetjuice #summervibes #supportblackbusiness #sundayvibes\",\"id\":\"17858823233084582\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-24T00:01:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQE22jBgfL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356419_167700721579552_4761260129935043215_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gzdd8YG-7JMAX_K-jz9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78a814ee2daf99d972634aee8e27b176&oe=60A07D26\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks to these Beautiful \\ud83d\\udc51\\ud83d\\udc51 For Purchasing 1 day Cleanse!! You got the Juice Now!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd52\\ud83c\\udf49\\n#IgotdaJuice501 #selflove #supportblackbusiness #blackqueens \\n#naturalstate #cleanse #detox\",\"id\":\"17868338926951832\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQ2fBWfK\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356419_167700721579552_4761260129935043215_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gzdd8YG-7JMAX_K-jz9&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=78a814ee2daf99d972634aee8e27b176&oe=60A07D26\",\"id\":\"17898272914546026\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQznBPHz\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118156798_243262666809603_5628870585206593434_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5pJFXIbE05cAX_G204Z&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e8658872a3951007d2cb6d4df80bd418&oe=609FAEDA\",\"id\":\"17858743685114977\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-23T23:29:56+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEQBQzmB22z\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/118356280_761220624690461_730401702881242630_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=q5r14kxnazwAX8ZsP2a&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cfcfef10885d5d2d88b7c886dae3d863&oe=609F0F32\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 for your Support!! Enjoy your cleanse!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4a\\ud83c\\udf4f\\ud83c\\udf31\\n#IgotdaJuice501#selflove #blackqueens #supportblackbusiness \\n#summervibes #cleanse #detox\",\"id\":\"17850978716214470\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T22:53:45+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEKziGNhlkT\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117954755_647529789451578_1495407175207244076_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2TA0mLhlOzAAX8-z2O_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67ae9c9cfb6ee5eb1414e31f665dab40&oe=609E64DD\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4f\\ud83e\\udd52\\ud83e\\udd6c\\ud83e\\udd66 Happy Friday!!TGIF\",\"id\":\"17845901612328620\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1poyhTkS\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117954755_647529789451578_1495407175207244076_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=2TA0mLhlOzAAX8-z2O_&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=67ae9c9cfb6ee5eb1414e31f665dab40&oe=609E64DD\",\"id\":\"17907145414497616\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1pmVhJ_q\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117889437_237596824096184_4079214841629640278_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=QmFDsJyOAMsAX-0CoAJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1914b458ed15a5542f31af67fc932b69&oe=609F8B17\",\"id\":\"17868094405954884\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-21T13:53:01+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEJ1pmTB3KU\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117895454_696433824243681_4203759883552257541_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=gYf8o8QRNgIAX9IuLQZ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f2ad2de5b7155a7a60188a21dc7952b9&oe=609E6BB8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks for your support \\ud83d\\udc51\\ud83d\\udc51 You got the Juice Now, Enjoy your 1 day Cleanse!!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf4a\\ud83c\\udf4b\\ud83e\\udd55\\ud83e\\udd55\\n#IgotdaJuice501 #naturalstate #selflove #blackqueens #juicelady \\n#supportblackbusiness #Pinneaple\",\"id\":\"17887641715634745\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T21:15:16+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEFeq-tBPFH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117680940_307467017133682_1953435082004748285_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=OSJGsBObvF0AX9XHIu0&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81d67442b955632f02da32fb16415bf1&oe=609E48EA\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udd95\\ufe0f Customer Alert Thanks \\ud83d\\udc51 For your support, Enjoy your cleanse!!!\\n#IgotdaJuice501 #selflove #letsheal\\n#naturalstate #healthiswealth #queen\\n#supportblackbusiness #summervibes\",\"id\":\"17883942433705006\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T00:12:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEDOLcHBFkr\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117842379_300694598033409_8143254727820065436_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=k64QrSHuAfoAX86f-2A&_nc_oc=AQkdE24dSccKeNTF01SjEG547zSaJJ7i6r4Kg80PtnticLE5ZLbFnGTFKuSoy4ka_6E&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1ecf247110dda82fef6da5011023fa0d&oe=609DA4CE\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4a This \\ud83d\\udc51 Came back again for another order!!! Thanks for your purchase of the Green Goddess Juice\\ud83c\\udf31\\ud83c\\udf31 \\n#IgotdaJuice501 #selflove #supportblackbusiness #detox #cleanse #juicelady #naturalstate #blackqueens\",\"id\":\"18130055452096669\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-19T00:10:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEDN6rSh6fe\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117701017_160148322320806_9176351453887425251_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=TdYV1U5IYJkAX-I_w-D&_nc_oc=AQmp3Dli-rxObZkpWTg3xr3GqyT7glQCrg8MSrdFDNoEItzJwMKIIptous9wtfwkwEk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7731590f8b2cef7fc9a1053efb8d4b8&oe=60A04D74\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4dThanks \\ud83d\\udc51 For your purchase!! You got the Juice Now!!\\n#IgotdaJuice501 #juicelady #supportblackbusiness #detox #cleanse #naturalstate\",\"id\":\"17957433487346866\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T23:32:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CEAk14FB08e\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117698320_224774652218044_7351841710878741797_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AL8o1hrFNf4AX9nq0Zr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d02b606275178240b84409343b199922&oe=609FDE9B\",\"media_product_type\":\"FEED\",\"caption\":\"Prepping for a Client Goddess Green Juice \\ud83d\\udc9a\\ud83c\\udf4f\\ud83c\\udf4f\\n#healing #IgotdaJuice501 #selflove #supportblackbusiness #greenjuices #summervibes #detox #cleanse #naturalstate\",\"id\":\"18065823469240243\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T16:00:37+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD_xErChwb6\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117817043_755276151763913_7421896389699660596_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=cl6vYOlvSYcAX9-KIfT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0fc7d690e6294b2c0d5e53474ed6a95b&oe=60A06DB6\",\"media_product_type\":\"FEED\",\"caption\":\"Excited to Add to my Menu!!!!! Be on the lookout!!!!\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4b\\ud83c\\udf4b\\n#IgotdaJuice501 #shakes #gingershots\\n#selflove #supportblackbusiness #naturalstate #detox #cleanse\",\"id\":\"18067364329230925\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-17T13:16:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD_eTdKhlYk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117548415_2618754398227953_5092161824088456214_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UBF5UqbGjXwAX_XiPqR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=041e7f3546064278c72b7268fcb5ad77&oe=609EB7A4\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4a\",\"id\":\"17880647626738982\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-16T22:29:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD94u14BcGc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117564951_2708591162793167_64253968123561924_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=91krki0yjLcAX_jFM--&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=56584d2d9fa580ca7fcb1438db626ac8&oe=609F7E59\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4d Thanks to my Customers for all your support!!!!!\\n#IgotdaJuice501#supportblackbusiness \\n#selflove #juices #detox #cleanse\\n#naturalstate #littlerock #juicelady\",\"id\":\"17872311265884863\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-16T20:25:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD9qogqhbme\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117514810_981688868925005_7522720054801756032_n.mp4?_nc_cat=108&vs=17846286026306941_2984462429&_nc_vs=HBksFQAYJEdEb2lBUWRON2s5QTEzd0RBSUJ2S21NSUVtWm9ia1lMQUFBRhUAAsgBABUAGCRHQUpmQWdjOUJ0VGllVVVCQUE4ZmhMbTQ5Y3hxYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb6ivKByMazPxUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=UWgpJ33Z0ecAX-rjVpM&_nc_ht=video-ort2-1.cdninstagram.com&oh=132093d64977ae09c4ce490bc8131554&oe=609D71E7&_nc_rid=1e3914d2b9\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117377696_618066905814480_4968142338013550743_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=qOQ7Dsqg5bkAX_DxQ1A&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=83f0aa474cf42b36a9d47e3dd0a9e90d&oe=609E9F0B\",\"caption\":\"\\ud83c\\udf4f\\ud83e\\udd52\\ud83e\\udd52Happy Saturday Working on my Clients Cleanse!!\\n! \\u27a1\\ufe0fGreen Juice is a great way to shed pounds.\\n \\u27a1\\ufe0f Belly fat\\n \\u27a1\\ufe0f Skin \\n**And so Much More, Order your 1 day cleanse kick start your wellness Journey!!!!\\ud83e\\udd52\\ud83c\\udf4f\\ud83c\\udf4f\\ud83c\\udf4d\\ud83c\\udf4d\\n#happyjuicing\\n#cleanse #detox #greenjuice #letsheal #selflove #supportblackbusiness\",\"id\":\"17854412000145545\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-15T16:33:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD6rQropu9w\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117385958_3204985502933572_8705108095463710288_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=C9duzITp2nkAX_UK9t5&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d50614788b859b22718f9c1f2dc7be2b&oe=609F74A6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf49\\ud83c\\udf49Thanks \\ud83d\\udc51\\ud83d\\udc51 For coming back again Enjoy your juices!!!\\n#IgotdaJuice501 #supportblackbusiness #detox #cleanse #juicelady #selflove #naturalstate #summervibes\",\"id\":\"17869229452933313\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-14T23:35:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD42tc1pzc4\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117591073_593129438036998_2243964331778471872_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uYnVKg379dYAX9qgOpo&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0d1cea76526d19776e05347b32a4ce54&oe=609F0B49\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf0f\\ud83c\\udf0f Bring your bottles back!!!\\n#IgotdaJuice501 #supportblackbusiness\\n#selflove \\n#recycle\",\"id\":\"17973663916311098\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T15:16:30+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD1Y2H4p5WP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117327443_302963367690215_3493371415129109023_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=0RjKnyiBJz0AX9E93fk&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=ca1e9aaf2d585088fa5699bfaf7403a6&oe=609F8183\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc9a\\ud83d\\udc9aFor your support!!! You got the Juice Now!!!!\\ud83c\\udf4d\\ud83c\\udf49\\ud83e\\udd55\\ud83c\\udf53\\ud83c\\udf4f\\ud83c\\udf4f @seantaloreal \\n#IgotdaJuice501 #naturalstate #Pinneaple #cleanse #selflove \\n#blackqueens #supportblackbusiness\",\"id\":\"17875351861822514\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T13:14:36+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD1K5SXpUUQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117354461_296094104826554_1454051631316906253_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v78nDa97JDEAX85m-k6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=62c238b19d22e80a39e4f7360986ed02&oe=609FA1F1\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55Happy Thursday!!\\n\\u27a1\\ufe0f Directions to the Cleanse have been provided for you!! Enjoy your cleanse and Listen to your Body!!\\ud83c\\udf49\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\n#IgotdaJuice501 #selflove #selflove #juicing #cleanse #detox #healthiswealth #supportblackbusiness\",\"id\":\"18046402912256566\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T09:46:55+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CD0zIK_pqxg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117387437_330569218309071_4392311345357625635_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UGVFlit4ubsAX9xLtf2&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=7ded2a280457340953e8aab5b62342f6&oe=60A067D8\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 For your purchase \\ud83c\\udf4a\\ud83c\\udf49\\ud83c\\udf53\\ud83c\\udf52\\ud83c\\udf53 You got the Juice Now!!\\n#IgotdaJuice501 #detox #selflove #juices #Pinneaple #cleanse #supportblackbusiness\",\"id\":\"17848584917278030\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T01:14:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz4gFTJEc1\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117331962_352978879061084_5314130597259645941_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GK5pY6VnwTcAX-D-Ffp&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=3878ee0d722cbd2305a466171fa251ad&oe=60A05E8A\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55 Thanks \\ud83d\\udc51\\ud83d\\udc51 for your Cleanse\\ud83c\\udf31\\n#selflove #IgotdaJuice501 #juices\\n#Pinneaple #detox #cleanse \\n#supportblackbusiness #summervibes\",\"id\":\"17882988802700109\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T00:53:29+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz2FMxJxR5\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117317557_137069634738426_2521769740105159952_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=w0z9nmnMzYwAX9UxmXP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bc48b6e5cf2e1d1ca7338a9a608e8f8c&oe=609F83E6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55Thanks King for your Purchase of cleanse!!! You got the Juice Now!!!\\n#IgotdaJuice501 #naturalstate #selflove #summervibes #greenjuices \\n#Pinneaple #littlerock #supportblackbusiness\",\"id\":\"17846022602305398\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-13T00:48:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDz1eVmpjuY\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117653047_599414373957625_4148671306138844724_n.mp4?_nc_cat=101&vs=17867423149925933_582912740&_nc_vs=HBkcFQAYJEdEY19Bd2Y1UDlVSUtpRUNBRFRfUW9TU0NwTTVia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJtqPtqPzlL0%2FFQIoAkMzLBdALndLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=VM_NVS0KaVIAX-3ewi6&_nc_ht=video-ort2-1.cdninstagram.com&oh=aaf21ee285bf1d20dfed00074d3eff42&oe=609F65E5&_nc_rid=9f18628c2a\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117679361_379915266310442_1007270802310568803_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=mGzUe85SpasAX_GdtMd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dfe878c44458da9d250b80d2b7855d15&oe=609EE176\",\"caption\":\"\\ud83c\\udf4a\\ud83c\\udf4d***Treat your Body to a 1 Day Cleanse, Jump Start your Weightloss Journey! Reduce Bloating, Clear Skin, Reduction in inflammation and Much More!Lo\\ud83d\\udc9ave on your Body and It will \\nLo\\ud83d\\udc9ave it Back!!!\\n#IgotdaJuice50 #cleanse #supportblackbusiness #plantbasedfood #greenjuices #healthisbwealth #selflove#naturalstate\",\"id\":\"17853678419179869\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-11T23:28:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDxHk2_pwN3\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117430363_180900667046410_2000663875506756491_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CARrUI7Pb-wAX9O8dQR&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0486638e0541c091901572cb7a1e62eb&oe=609E62C9\",\"media_product_type\":\"FEED\",\"caption\":\"Orange Sunrise \\ud83c\\udf4a\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55 Is a must have Juice!! Carrots, oranges,lemon and ginger!!!! ORDER yours today!!\\n#IgotdaJuice501 #carrotjuice #supportblackbusiness #juicelady\\n#naturalstate #healthisbwealth\",\"id\":\"17948109769364911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-11T16:26:00+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDwXNbHJTnG\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117128873_121103586096085_4153219667864039328_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uflYsywUsK4AX_1Iy4N&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2729cf52a6c37940d2fdde244412037&oe=609E5F28\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks @littlerockdnurse for your Purchase and support !! You got da Juice Now\\ud83c\\udf31\\ud83d\\udc9a\\ud83d\\udc9a\\n\\ud83c\\udf4d\\ud83c\\udf4d Follow @IgotdaJuice501 \\n\\ud83c\\udf49 \\ud83c\\udf49Fb IgotdaJuice501 \\n#supportblackbusiness #juicelady \\n#detox #beetjuice #naturalstate \\n#healthehood #cleanse #littlerock\\n#plantbasedfood #blackqueens\",\"id\":\"17901787867505943\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNFqpKX8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117128873_121103586096085_4153219667864039328_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uflYsywUsK4AX_1Iy4N&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=a2729cf52a6c37940d2fdde244412037&oe=609E5F28\",\"id\":\"17888793292622270\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCxJSFx\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117362638_297988211536942_5886084787154204924_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=MHZdXuVcbFQAX-wNUVf&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b7e947eb910483d7bc77fa7f03f53d41&oe=609F172C\",\"id\":\"17921878999426739\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCxpbIn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117259248_811468649594879_4533084892161619835_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=E_qPAnvWo6sAX9gxKTP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b8b893d0bb9f1f8d9210acc9cf0a69f7&oe=609F9C0A\",\"id\":\"18126114523113824\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-10T00:49:11+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDsHNCvpvWa\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117468413_1721707337986740_6521062994020179576_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=U9pXszkuzngAX83IGOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5c4c129d1f6161d7aa5caae76fbd4d82&oe=609EDB23\",\"media_product_type\":\"FEED\",\"caption\":\"#Watermelon Juice offers several benefits Order yours today while still in season!!\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness #watermelon\\n#detox #healthehood #love #juice\\n#plantbasedfood #healthisbwealth\",\"id\":\"18114478624088591\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-09T09:51:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgfYxppQF\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117468413_1721707337986740_6521062994020179576_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=U9pXszkuzngAX83IGOc&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5c4c129d1f6161d7aa5caae76fbd4d82&oe=609EDB23\",\"id\":\"17875031404839472\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:51:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgfU5p_aK\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117030246_739561613287292_320911602725808855_n.mp4?_nc_cat=109&vs=17903620411508077_497216588&_nc_vs=HBksFQAYJEdHYTlfUVo4M3pfYm9LQUNBTmZxeFFSbkczUUVia1lMQUFBRhUAAsgBABUAGCRHRncwLXdiTmU1dkdPam9DQUFxRF9oOUZBMzBIYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACba0efK7s%2FNPxUCKAJDMywXQCOqfvnbItEYEmRhc2hfYmFzZWxpbmVfMV92MREAde4HAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5jYXJvdXNlbF9pdGVtIn0%3D&_nc_ohc=bG6Qn04zyjkAX-FyUDe&_nc_ht=video-ort2-1.cdninstagram.com&oh=d19779d803c2db7ecd5e0c125a9dede9&oe=609D71CD&_nc_rid=55ae2b38b7\",\"id\":\"18114416947090890\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T09:51:39+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqgekXp7ZT\\/\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117324120_589675965053284_3676683332600170988_n.jpg?_nc_cat=107&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HSL9eoemvVAAX-11PD4&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4354dab04c66e366ef8d9797762be392&oe=60A108B9\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117100301_2714364308800630_5745391612912330077_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NZE4Ttr-OxQAX-RIfis&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=f78eceafe8cdbe037b748372216930a1&oe=609FD69E\",\"media_product_type\":\"FEED\",\"caption\":\"Menu\\/\\/ \\ud83d\\udc9bOrders Must be made 24 hrs in advance for delivery!! \\n\\ud83d\\udc9a My Juices are made fresh with Organic produce!\\n\\ud83d\\udc9a My business is based in Arkansas\\n\\ud83d\\udc9aMy Mission is to heal my community ome Juice at a time! Mind, body and Spirit.\\n\\n\\u2022 \\u2022 \\u2022 \\u2022\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\\n#plantbasedfood #healthehood \\n#healthisbwealth #naturalstate\",\"id\":\"18040713658267061\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:43:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqfirypHWr\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116912325_2603173393277717_4933109105256855595_n.mp4?_nc_cat=109&vs=17876615575800858_4264475771&_nc_vs=HBkcFQAYJEdNWHc5d1lWSTJXSmtqOEpBQ3Q0RkRHWTdIVkVia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJrSipvb8q8E%2FFQIoAkMzLBdALXdLxqfvnhgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=iaWJlYL7KkoAX_XRMNO&_nc_ht=video-ort2-1.cdninstagram.com&oh=8c41da57c253b34e430c449fc06984fa&oe=609FEE74&_nc_rid=ad8d6760fc\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116985315_742029446557683_1350975848157366458_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ki_SkHuuTYIAX9IPkUy&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d10d6c8094332c26773b084889bf9ff6&oe=60A02566\",\"caption\":\"Order your \\ud83c\\udf4d\\ud83c\\udf4d Pinneaple Zest with ginger !! \\ud83d\\udc9b\\ud83d\\udc9b\\ud83d\\udc9b\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness #Pinneaple \\n#detox #healthehood #love #juice\",\"id\":\"18158706193015720\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T09:26:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqdjqxpIJn\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117159398_307432293648202_6658985736833946051_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=dgZ5b1nIkCAAX9dtvDQ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e1aa0894a92606d53b6d56deca559484&oe=609DE963\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51 For your support and purchasing your 1 day cleanse\\ud83d\\udc9a\\ud83d\\udc9a\\n\\ud83d\\udd36\\ufe0fYou got the Juice Now!!!!\\n#Repost @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17864409614001304\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T09:21:46+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDqdEc5paro\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117273964_944243499418326_7668637225167754343_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Y0VG7PLLviIAX_EhSuO&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4994572b9b19132afc0ebd2bace05789&oe=60A018B9\",\"media_product_type\":\"FEED\",\"caption\":\"Thanks \\ud83d\\udc51\\ud83d\\udc51 for your support and purchasing \\ud83c\\udf4d\\ud83c\\udf4dZest!!\\n#Repost @igotdajuice501\\n\\u2022 \\u2022 \\u2022 \\u2022 \\u2022 \\u2022\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17850795728220249\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-09T01:07:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDpkfKPpshc\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/117292067_2792133480887973_5327932162682442656_n.mp4?_nc_cat=105&vs=18079302772204221_3100018446&_nc_vs=HBksFQAYJEdDTzgtUWFsTmtzOGJ1c0pBS0RURU1nU252Qkpia1lMQUFBRhUAAsgBABUAGCRHSUdKQXdmeUJjMzJxbkVBQUprWURUZ0xpdDRuYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACb6q5iT9sGdQBUCKAJDMywXQDLVP3ztkWgYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=JHhpk0tbMIcAX-PUlNi&_nc_ht=video-ort2-1.cdninstagram.com&oh=ee6b77dec2bd6e0618a34060c937c281&oe=609EF196&_nc_rid=cda359cc83\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117233904_130112368775661_8516511673683808236_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Brd7LE_7ExYAX9Jia5G&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=79b3e58be9ee218bddc6c3cff1d3d500&oe=60A15BC7\",\"caption\":\"\\u27a1\\ufe0fFeeling Depressed \\n\\u27a1\\ufe0fConstipated\\n\\u27a1\\ufe0fLow Energy\\n\\u27a1\\ufe0fBrain Fog\\n\\u27a1\\ufe0fHeadaches\\n\\u27a1\\ufe0fFatigue\\n***These are a few signs that you need a detox, Allow yourself and digestion system a break!!! There is healing, boost of energy, and mental clarity when you Juice!\\ud83d\\udc9a\\ud83d\\udc9a\\n\\n**Order your cleanse and treat your body, mind and spirit!!\\ud83c\\udf4f\\ud83c\\udf49\\ud83c\\udf4d\\n#IgotdaJuice501 #healing #greenjuices #supportblackbusiness \\n#detox #healthehood #love #juice\",\"id\":\"17929790221393420\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-09T00:41:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDphgkNJfDg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116797338_1707727509385512_4268814156819194220_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8_QRlJ6sKWMAX9eZwrH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e923e616df58e0fe2b31cafd07756e86&oe=60A0C1D8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udd05Beet Juice has so many positive benefits, helps prevents cancer,hair and skin growth and much more!!! \\n#beetjuicebenefits #supportblackbusiness \\n#igotdajuice \\n#juicelady\\n#naturalstate\",\"id\":\"17882242117705591\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tP-hiEy\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116797338_1707727509385512_4268814156819194220_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8_QRlJ6sKWMAX9eZwrH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e923e616df58e0fe2b31cafd07756e86&oe=60A0C1D8\",\"id\":\"17885389312656471\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tOThFJk\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/117152302_289632655677465_6884636915370180394_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=lmo3bhVbfM4AX-eQACG&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e99741562b793355446850aea1fdb13c&oe=609E977B\",\"id\":\"17886156292632191\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-08-06T02:05:03+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDh8tOTBmDd\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116424084_1158478384552265_745091626545504963_n.mp4?_nc_cat=101&vs=17883331810687036_1686909817&_nc_vs=HBkcFQAYJEdKUjk4QVpKV1pkRW9SMEVBTVBpWFAzaUdGY0tia1lMQUFBRhUAAsgBACgAGAAbAYgHdXNlX29pbAExFQAAJvjKrJ70ssQ%2FFQIoAkMzLBdAKe6XjU%2FfOxgSZGFzaF9iYXNlbGluZV8xX3YxEQB16gcA&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=OJ4cLanmS-QAX8_mvdL&_nc_ht=video-ort2-1.cdninstagram.com&oh=387db4f63274e72f649d803bae84f6b3&oe=609E3C56&_nc_rid=002a366643\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116869559_190946892396615_7807737766113494784_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=khF3x_tAl5YAX90gcVU&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c15a568eaf08b35f52db551d1f98bea9&oe=60A12E44\",\"id\":\"18005014198291400\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-05T00:42:10+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDfOaePBkV3\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/116791175_3311950715530348_1026335902100806493_n.mp4?_nc_cat=103&vs=17916665374450465_797013982&_nc_vs=HBksFQAYJEdJY1g5Z1pzck9tZE04UUxBRjNiOHJBUVJ6NE9ia1lMQUFBRhUAAsgBABUAGCRHQll4X3dhckhwNjh5cUVDQUZ3TEpOY0lfNFF6YmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACbCyPaQl8fTPxUCKAJDMywXQCMhysCDEm8YEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=Qw5LqWqxkvAAX-0--Ar&_nc_ht=video-ort2-1.cdninstagram.com&oh=ced97f97e4560747f652537599a83d5a&oe=60A00EDE&_nc_rid=25a173398a\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116698556_310162550338360_6002056907786035118_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=y9DcEevvZJ0AX8x0smd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=52553700058375faabec506fcddabb76&oe=60A0144E\",\"caption\":\"Fresh and Organic Juices are Ready to be delivered if you are in the 501 area (Arkansas) This is a preview of detoxes, juices and more I will be offering!!\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd52\\ud83e\\udd52\\ud83e\\udd52\\ud83c\\udf4f\\nGet Juiced up!!!!\\nLets Heal the Hood!!Mind Body and Spirit\\u270a\\u270a\\n#igotdajuice\\n#detox #cleanse #greenjuices \\n#rawfoods #healing\",\"id\":\"18128923543097559\",\"media_type\":\"VIDEO\",\"timestamp\":\"2020-08-02T20:15:51+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDZmVzjBKYo\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/116206915_297620918022017_2775425707201730576_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=i_iLGi5jHasAX8Sm3YH&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d9a5cd2dbd31dee50b4a05b7d17e2ac3&oe=60A099D9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83e\\udd55\\ud83e\\udd55Juice\",\"id\":\"17872644865816374\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-26T07:20:43+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDGMFl-hg1u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/109863477_1212042105800882_3110888374122070672_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5BemXQqAXNYAX_UlYWs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=cb19980126fa397c622912c401a7c4c0&oe=60A074EE\",\"media_product_type\":\"FEED\",\"caption\":\"Beet It Juice!!\",\"id\":\"17875454608754993\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-26T07:18:58+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":0,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CDGL4vkBk6N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.2885-15\\/109703375_2652728454828202_6785966897008905204_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AYv372mMqxAAX8VT8PJ&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d5fad1fff4325f6e61d3b008b682438d&oe=609E61E3\",\"media_product_type\":\"FEED\",\"id\":\"17886646012622939\",\"media_type\":\"IMAGE\",\"timestamp\":\"2020-07-20T11:03:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":1,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CC3IxDphrZA\\/\"}],\"pagination\":false,\"pages_created\":2}','no'),(854,'_transient_timeout_sbi_header_igotdajuice501#412cols=3','1618601298','no'),(855,'_transient_timeout_sbi_igotdajuice501#12','1618601298','no'),(856,'_transient_timeout_sbi_header_igotdajuice501#12cols=3','1618601298','no'),(857,'_transient_sbi_header_igotdajuice501#412cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(858,'_transient_sbi_header_igotdajuice501#12cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(859,'_transient_sbi_igotdajuice501#12','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=60df861282\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=b3a9aa66eb\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=12&after=QVFIUlhTcEVLZAEUzbmFUS0RMOHhtZAW55YnZAkMHp6NnFlblAzbEJwTEJ6UG1rNXhvb2tCZAEpUb3F2Y0Q3VmpybHdpNzBZANzBsNV85QlBSbFBTanFySEJXU2p3\"},\"pages_created\":1}','no'),(860,'!sbi_header_igotdajuice501#412cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(861,'!sbi_header_igotdajuice501#12cols=3','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(862,'!sbi_igotdajuice501#12','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=60df861282\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=b3a9aa66eb\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=12&after=QVFIUlhTcEVLZAEUzbmFUS0RMOHhtZAW55YnZAkMHp6NnFlblAzbEJwTEJ6UG1rNXhvb2tCZAEpUb3F2Y0Q3VmpybHdpNzBZANzBsNV85QlBSbFBTanFySEJXU2p3\"},\"pages_created\":1}','no'),(863,'_transient_timeout_sbi_i_igotdajuice501#12cols=3','1618601298','no'),(864,'_transient_sbi_i_igotdajuice501#12cols=3','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889460634092509\":{\"id\":\"170654961_834644517127222_117694022005973414_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867830388491923\":{\"id\":\"170122699_3846291728740461_1853727543569215011_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902989316864736\":{\"id\":\"169944395_540325633596016_3826279962530352454_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17896794796943224\":{\"id\":\"169622334_5889093851163412_9200297512361100367_n\",\"ratio\":\"0.64\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17880979805303178\":{\"id\":\"169481272_373612257088706_5263826466247041607_n\",\"ratio\":\"0.90\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17849643737545389\":{\"id\":\"168301004_257202409426207_7097563361712582869_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885590115139926\":{\"id\":\"168363601_795056424750727_5645635082409593912_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17984232289356307\":{\"id\":\"167976573_174131367885703_7913278846484906296_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(865,'_transient_timeout_sbi_i_igotdajuice501#412cols=3','1618601298','no'),(866,'_transient_sbi_i_igotdajuice501#412cols=3','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889460634092509\":{\"id\":\"170654961_834644517127222_117694022005973414_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867830388491923\":{\"id\":\"170122699_3846291728740461_1853727543569215011_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902989316864736\":{\"id\":\"169944395_540325633596016_3826279962530352454_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17896794796943224\":{\"id\":\"169622334_5889093851163412_9200297512361100367_n\",\"ratio\":\"0.64\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17880979805303178\":{\"id\":\"169481272_373612257088706_5263826466247041607_n\",\"ratio\":\"0.90\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17849643737545389\":{\"id\":\"168301004_257202409426207_7097563361712582869_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885590115139926\":{\"id\":\"168363601_795056424750727_5645635082409593912_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17984232289356307\":{\"id\":\"167976573_174131367885703_7913278846484906296_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17921453938578263\":{\"id\":\"168003159_2592557537704610_244782415829104466_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18077499580269121\":{\"id\":\"167221999_238925027970118_1422721997532700237_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17879670707149266\":{\"id\":\"166512845_477045686827310_4738830434319013918_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885697956117062\":{\"id\":\"165895959_449968499642455_4819612547748090893_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17900446372857892\":{\"id\":\"164239064_437077127369598_3283329746153675339_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17908996630693704\":{\"id\":\"162639801_270732367844216_8493553652536446427_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"18106121440215873\":{\"id\":\"163584932_1811578235677449_5790382613191522781_n\",\"ratio\":\"0.81\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17895632533922272\":{\"id\":\"162909913_118297276939457_1946260157176416505_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(867,'_transient_timeout_sbi_header_igotdajuice501#12','1618601298','no'),(868,'_transient_sbi_header_igotdajuice501#12','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(869,'!sbi_header_igotdajuice501#12','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(870,'_transient_timeout_sbi_i_igotdajuice501#12','1618601298','no'),(871,'_transient_sbi_i_igotdajuice501#12','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889460634092509\":{\"id\":\"170654961_834644517127222_117694022005973414_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867830388491923\":{\"id\":\"170122699_3846291728740461_1853727543569215011_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902989316864736\":{\"id\":\"169944395_540325633596016_3826279962530352454_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17896794796943224\":{\"id\":\"169622334_5889093851163412_9200297512361100367_n\",\"ratio\":\"0.64\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17880979805303178\":{\"id\":\"169481272_373612257088706_5263826466247041607_n\",\"ratio\":\"0.90\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17849643737545389\":{\"id\":\"168301004_257202409426207_7097563361712582869_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17885590115139926\":{\"id\":\"168363601_795056424750727_5645635082409593912_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17984232289356307\":{\"id\":\"167976573_174131367885703_7913278846484906296_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(874,'_transient_timeout_sbi_igotdajuice501#1','1618601365','no'),(875,'_transient_sbi_igotdajuice501#1','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=1&after=QVFIUlhyNldfcVBVWV9zQ3doQlE1cG00NW1uU3hfWVFGVUkwMVdQZA0NZAYTR4THpYTjFCeU1aWTJUVjl0UkJqOGUxcHVoenNiWC1xc1pQaml6ZA0JEYVduWGRR\"},\"pages_created\":1}','no'),(876,'!sbi_igotdajuice501#1','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=1&after=QVFIUlhyNldfcVBVWV9zQ3doQlE1cG00NW1uU3hfWVFGVUkwMVdQZA0NZAYTR4THpYTjFCeU1aWTJUVjl0UkJqOGUxcHVoenNiWC1xc1pQaml6ZA0JEYVduWGRR\"},\"pages_created\":1}','no'),(877,'_transient_timeout_sbi_header_igotdajuice501#1','1618601366','no'),(878,'_transient_sbi_header_igotdajuice501#1','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(879,'!sbi_header_igotdajuice501#1','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":232,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(880,'_transient_timeout_sbi_i_igotdajuice501#1','1618601366','no'),(881,'_transient_sbi_i_igotdajuice501#1','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(884,'!sbi_igotdajuice501#9','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/174251705_528997528487471_3707871852351435907_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ppEZQK3vF-AAX-BuzvX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b6673113752cf49d93d91710741eb5ff&oe=60A0A911\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf49 HAPPY FRIDDDAY!! Spring into you some Juices!!!!!\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1 Get your Juice on Enjoy some Spring and Summer flavored Juices!!! Why??? Because \\\"Igotdajuice \\\"\\n#Igotdajuice501 \\n#itsdajuiceforme \\n#springbling\\n#naturalstate\\n#Juicelady\\n#Iputonformycity\\n#supportblackbusiness \\n#501\",\"id\":\"17858351627497415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T19:24:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvQzgphAyf\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=e9d57f0b92\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=4436d01534\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c64b69e108244bfa9fff03f85d910198&oe=60A16BD8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c64b69e108244bfa9fff03f85d910198&oe=60A16BD8\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=c5a228c5bd\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=9&after=QVFIUnQ3R2VkNW9CUXhtN3dXMnRIV2I4Vl9tNURhRkRzRXloaEN2YUJzbFczak0xd1NLTjNnV3ZApLUh6R1FCQjhCRGV2Wk9tRXl0cHdaakhqaDhldlFCczZAR\"},\"pages_created\":2}','no'),(887,'!sbi_header_igotdajuice501#9','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":233,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(892,'wc_square_background_sync_job_8ccc2e222ba8e42af2c3b1d4cd721fee','{\"action\":\"product_import\",\"catalog_processed\":false,\"cursor\":\"\",\"manual\":false,\"percentage\":0,\"product_ids\":[],\"processed_product_ids\":[],\"updated_product_ids\":[],\"skipped_products\":{\"3MFA4UV5NAIY2247PTATORD5\":null,\"7OOIJKPAVX5VO5DEWRL2IYRW\":null,\"EAT54IV3O2BAWPN2OBWTSGQ5\":null,\"LSQECEN6C54BSNSQ56MLAEFZ\":null,\"OQAKMCWGC7KBL5RO7ZNDPGYZ\":null,\"QY5XHQ3TCU4QKMW73USL4RVY\":null,\"D7NLG4XA36R7V3HBBWNSVJC3\":null,\"26VJ7SXQ5A2IASW65UC4VFSK\":null,\"TF7W35QNFEJ4DBIQA46NASPZ\":null,\"6OYPFBFMRTHONHCPTRYDU4UR\":null,\"34B7E6MCNYPXF7W55P2ASNBS\":null,\"GL2QTKJTWRJQT2WNOKQ47PD3\":null,\"JGV5XX5QXXJVM723R2BLNF2T\":null,\"YGEE2TJQG7IISBYBAS3QVGT2\":null},\"system_of_record\":\"disabled\",\"update_products_during_import\":true,\"id\":\"8ccc2e222ba8e42af2c3b1d4cd721fee\",\"created_at\":\"2021-04-16 18:31:39\",\"created_by\":1,\"status\":\"failed\",\"started_processing_at\":\"2021-04-16 18:31:40\",\"updated_at\":\"2021-04-16 18:31:45\",\"next_steps\":[\"import_inventory\"],\"current_step_cycle\":{\"step_name\":\"import_inventory\",\"start_time\":1618597904.473290920257568359375},\"fetch_products_cursor\":null,\"completed_steps\":[{\"name\":\"import_products\",\"completion_time\":\"2021-04-16 18:31:43\"}],\"completed_step_cycles\":[{\"step_name\":\"import_products\",\"start_time\":1618597900.6252338886260986328125,\"end_time\":1618597903.2556660175323486328125,\"runtime\":\"2.63s\",\"success\":true},{\"step_name\":\"import_inventory\",\"start_time\":1618597904.473290920257568359375,\"end_time\":1618597905.566627025604248046875,\"runtime\":\"1.09s\",\"success\":false}],\"failed_at\":\"2021-04-16 18:31:45\",\"failure_reason\":\"[NOT_FOUND] This merchant does not have a location with the ID ``.\"}','no'),(897,'wc_square_background_sync_job_293cc9f58cce8cd8a803d023343d3146','{\"action\":\"product_import\",\"catalog_processed\":false,\"cursor\":\"\",\"manual\":false,\"percentage\":0,\"product_ids\":[],\"processed_product_ids\":[],\"updated_product_ids\":[],\"skipped_products\":{\"3MFA4UV5NAIY2247PTATORD5\":null,\"7OOIJKPAVX5VO5DEWRL2IYRW\":null,\"EAT54IV3O2BAWPN2OBWTSGQ5\":null,\"LSQECEN6C54BSNSQ56MLAEFZ\":null,\"OQAKMCWGC7KBL5RO7ZNDPGYZ\":null,\"QY5XHQ3TCU4QKMW73USL4RVY\":null,\"D7NLG4XA36R7V3HBBWNSVJC3\":null,\"26VJ7SXQ5A2IASW65UC4VFSK\":null,\"TF7W35QNFEJ4DBIQA46NASPZ\":null,\"6OYPFBFMRTHONHCPTRYDU4UR\":null,\"34B7E6MCNYPXF7W55P2ASNBS\":null,\"GL2QTKJTWRJQT2WNOKQ47PD3\":null,\"JGV5XX5QXXJVM723R2BLNF2T\":null,\"YGEE2TJQG7IISBYBAS3QVGT2\":null},\"system_of_record\":\"disabled\",\"update_products_during_import\":true,\"id\":\"293cc9f58cce8cd8a803d023343d3146\",\"created_at\":\"2021-04-16 18:32:06\",\"created_by\":1,\"status\":\"failed\",\"started_processing_at\":\"2021-04-16 18:32:07\",\"updated_at\":\"2021-04-16 18:32:12\",\"next_steps\":[\"import_inventory\"],\"current_step_cycle\":{\"step_name\":\"import_inventory\",\"start_time\":1618597931.5997600555419921875},\"fetch_products_cursor\":null,\"completed_steps\":[{\"name\":\"import_products\",\"completion_time\":\"2021-04-16 18:32:10\"}],\"completed_step_cycles\":[{\"step_name\":\"import_products\",\"start_time\":1618597928.0112740993499755859375,\"end_time\":1618597930.208889007568359375,\"runtime\":\"2.20s\",\"success\":true},{\"step_name\":\"import_inventory\",\"start_time\":1618597931.5997600555419921875,\"end_time\":1618597932.423863887786865234375,\"runtime\":\"0.82s\",\"success\":false}],\"failed_at\":\"2021-04-16 18:32:12\",\"failure_reason\":\"[NOT_FOUND] This merchant does not have a location with the ID ``.\"}','no'),(911,'_site_transient_timeout_theme_roots','1618600140','no'),(912,'_site_transient_theme_roots','a:2:{s:4:\"neve\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";}','no'),(914,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1618598345;s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"4.1.9\";s:23:\"elementor/elementor.php\";s:5:\"3.1.4\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"1.5.8\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"2.2.1\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:5:\"4.6.0\";s:9:\"hello.php\";s:5:\"1.7.2\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:5:\"4.2.8\";s:33:\"instagram-feed/instagram-feed.php\";s:3:\"2.9\";s:27:\"woocommerce/woocommerce.php\";s:5:\"5.1.0\";s:41:\"woocommerce-square/woocommerce-square.php\";s:5:\"2.4.1\";s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";s:5:\"2.6.2\";}s:8:\"response\";a:4:{s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.png?rev=2118487\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.png?rev=2118487\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:5:\"4.6.2\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.4.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2285897\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2285897\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=2495590\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=2495590\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:42:\"w.org/plugins/premium-addons-for-elementor\";s:4:\"slug\";s:28:\"premium-addons-for-elementor\";s:6:\"plugin\";s:61:\"premium-addons-for-elementor/premium-addons-for-elementor.php\";s:11:\"new_version\";s:5:\"4.3.0\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/premium-addons-for-elementor/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/premium-addons-for-elementor.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/premium-addons-for-elementor/assets/icon-256x256.png?rev=2421900\";s:2:\"1x\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";s:3:\"svg\";s:73:\"https://ps.w.org/premium-addons-for-elementor/assets/icon.svg?rev=2421900\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-1544x500.jpg?rev=2421900\";s:2:\"1x\";s:83:\"https://ps.w.org/premium-addons-for-elementor/assets/banner-772x250.jpg?rev=2421900\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":12:{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:\"5.2.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.7.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.1.9\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.1.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.5.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2308485\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2308485\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2308485\";}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:3:\"2.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/instagram-feed.2.9.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}}s:41:\"woocommerce-square/woocommerce-square.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:32:\"w.org/plugins/woocommerce-square\";s:4:\"slug\";s:18:\"woocommerce-square\";s:6:\"plugin\";s:41:\"woocommerce-square/woocommerce-square.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woocommerce-square/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce-square.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woocommerce-square/assets/icon-256x256.png?rev=2242425\";s:2:\"1x\";s:71:\"https://ps.w.org/woocommerce-square/assets/icon-128x128.png?rev=2242425\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/woocommerce-square/assets/banner-1544x500.png?rev=2242425\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-square/assets/banner-772x250.png?rev=2242425\";}s:11:\"banners_rtl\";a:0:{}}s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:40:\"w.org/plugins/wp-testimonial-with-widget\";s:4:\"slug\";s:26:\"wp-testimonial-with-widget\";s:6:\"plugin\";s:46:\"wp-testimonial-with-widget/wp-testimonials.php\";s:11:\"new_version\";s:5:\"2.6.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/wp-testimonial-with-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/wp-testimonial-with-widget.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/wp-testimonial-with-widget/assets/icon-128x128.png?rev=1402790\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/wp-testimonial-with-widget/assets/banner-772x250.png?rev=1988710\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(915,'wpos_anylc_redirect','','yes'),(916,'widget_sp_testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(917,'wpos_anylc_site_uid','ff6a24b490328aef748c547dbbe1e7fe','yes'),(918,'wpos_anylc_pdt_24','a:1:{s:6:\"status\";i:2;}','yes'),(920,'bsf_analytics_optin','no','no'),(957,'_transient_timeout_sbi_igotdajuice501#9','1618607249','no'),(958,'_transient_sbi_igotdajuice501#9','{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/174251705_528997528487471_3707871852351435907_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ppEZQK3vF-AAX-BuzvX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b6673113752cf49d93d91710741eb5ff&oe=60A0A911\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf49 HAPPY FRIDDDAY!! Spring into you some Juices!!!!!\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1 Get your Juice on Enjoy some Spring and Summer flavored Juices!!! Why??? Because \\\"Igotdajuice \\\"\\n#Igotdajuice501 \\n#itsdajuiceforme \\n#springbling\\n#naturalstate\\n#Juicelady\\n#Iputonformycity\\n#supportblackbusiness \\n#501\",\"id\":\"17858351627497415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T19:24:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvQzgphAyf\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bde81073096bb7188fede0c52b966d96&oe=60A0EB8C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d3faf9559b007bd5f4cc2772dcc3ff81&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=65w-6_kJdfgAX-NFjOF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=759860a2c5aafff0978834b0881cbef5&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c21a3fcc994bd0b03ea8d2c7a18ec237&oe=60A0B704\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-ort2-1.cdninstagram.com&oh=4337eb7cbb405d27f17892690e22002e&oe=609EA50D&_nc_rid=e9d57f0b92\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=0caa8d39af7e8027adc3ceee9a789049&oe=60A097E4\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=8NC9CIHUiAoAX_PyffE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=63181f4e9f6d526e7151ac2eef58aca9&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=NqYVVS04wkQAX9WSAtl&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e3c90b7bab132b9fdb8e1f738270c8d6&oe=60A07939\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=dcb1146c7086631f2abc4f692679dd7d&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=jkdcCenA1UkAX9wIRjx&_nc_ht=video-ort2-1.cdninstagram.com&oh=08b3445933984e307a6759b52a305ce0&oe=609EBB7C&_nc_rid=4436d01534\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=6eb29e5565ef7d1dbd15e4ab7c991738&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=86880bc841574a2acc1d1152939b9c72&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=o-3Ms975fL8AX_Bj_Ho&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=586f4b25c8e43cec5412c793e950411d&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=bfveJhLre-wAX8T5VUs&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=d494dd36fd7c9ffd839b3d0e00153f1a&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_RmtGcNdzZwAX9aZnhq&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=81a8dc53e23cbaaeba75d058bd60a69a&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=33d75440023053ac1e9293d6397982d7&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=wNs0JKwOv8oAX_WKqI8&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=bfac6c2e7ab5bc6b9995327a0477735c&oe=60A11BDB\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=V6DLxLpFPjwAX9LvLFT&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=1770d95b6300c648a7af7610695baca6&oe=60A028EE\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=I0FLSuJ_EGQAX96ZphB&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=5206e7acfef2fc04d9d2d59607743d1b&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c64b69e108244bfa9fff03f85d910198&oe=60A16BD8\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=c64b69e108244bfa9fff03f85d910198&oe=60A16BD8\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=kCK5mSyGBqEAX-cmDsP&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=4a92a694972649c3f905ec2d09129281&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=812be4b685ec48b97d5204d4336a6e10&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=8c2fc839df3dd008c84f08bea4ff88dc&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"},{\"media_url\":\"https:\\/\\/video-ort2-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-ort2-1.cdninstagram.com&oh=5aacaf6491c9bd379416556d34d66d66&oe=609E0ADB&_nc_rid=c5a228c5bd\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=e627ed46b1c0834aaad149fa0fda97c6&oe=60A0530E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=09bde8ee68a4d9914e586fa2bb699b22&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"},{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=661f1d6fb886466e8f67c071f93b41d6&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"}],\"pagination\":{\"17841438843749681_users\":\"https:\\/\\/graph.facebook.com\\/v10.0\\/17841438843749681\\/media?access_token=EAADnl4w17Q8BAEjZBxVslEWow1ZC2djVviWQIJurdh7q4zjwUffYCcCS5sRfSdwiwyXGcFZBJhf0FFq2zF6vqwFmePKWtW7FcP1pNcw9B7GNfTNU15T5K7pF6TASnzNulOIys1HFwxspN1tsAqLH9sQo1X9ptETpgQIRoMKqgZDZD&fields=media_url%2Cmedia_product_type%2Cvideo_title%2Cthumbnail_url%2Ccaption%2Cid%2Cmedia_type%2Ctimestamp%2Cusername%2Ccomments_count%2Clike_count%2Cpermalink%2Cchildren%7Bmedia_url%2Cid%2Cmedia_type%2Ctimestamp%2Cpermalink%2Cthumbnail_url%7D&limit=9&after=QVFIUnQ3R2VkNW9CUXhtN3dXMnRIV2I4Vl9tNURhRkRzRXloaEN2YUJzbFczak0xd1NLTjNnV3ZApLUh6R1FCQjhCRGV2Wk9tRXl0cHdaakhqaDhldlFCczZAR\"},\"pages_created\":2}','no'),(959,'_transient_timeout_sbi_header_igotdajuice501#9','1618606593','no'),(960,'_transient_sbi_header_igotdajuice501#9','{\"biography\":\"\\ud83d\\udc9a Natural State\\n\\ud83e\\udd55 Cold Pressed Juices,Cleanses,Wellness Shots \\n\\ud83d\\udda4 Black Owned\\n\\ud83c\\udf4d Dm\\/ Txt 501.551.2697 Orders\\n\\ud83c\\udf31Juicing Certification Reboot Joe Cross\",\"id\":\"17841438843749681\",\"username\":\"igotdajuice501\",\"followers_count\":313,\"media_count\":233,\"profile_picture_url\":\"https:\\/\\/scontent-ort2-1.xx.fbcdn.net\\/v\\/t51.2885-15\\/146481892_4374869592529141_2938044000562879475_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=86c713&_nc_ohc=RZzlnJRD0xcAX_ltgdr&_nc_ht=scontent-ort2-1.xx&oh=a8a4e23861a3129d10f7112f45a522e6&oe=609FACA1\",\"name\":\"Lashunda Coates\",\"local_avatar\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/igotdajuice501.jpg\"}','no'),(977,'_transient_timeout_sbi_i_igotdajuice501#9','1618607321','no'),(978,'_transient_sbi_i_igotdajuice501#9','{\"18147719146088049\":{\"id\":\"172395031_457129342181730_175716931343250859_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889882830088044\":{\"id\":\"173679693_511797106492160_8623233410859917298_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17876007746243583\":{\"id\":\"171034015_459872945128355_7754636883706474999_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867136278445244\":{\"id\":\"172517942_156394979715748_7047868123292037164_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17889460634092509\":{\"id\":\"170654961_834644517127222_117694022005973414_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17867830388491923\":{\"id\":\"170122699_3846291728740461_1853727543569215011_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17902989316864736\":{\"id\":\"169944395_540325633596016_3826279962530352454_n\",\"ratio\":\"1.00\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17896794796943224\":{\"id\":\"169622334_5889093851163412_9200297512361100367_n\",\"ratio\":\"0.64\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}},\"17858351627497415\":{\"id\":\"174251705_528997528487471_3707871852351435907_n\",\"ratio\":\"0.80\",\"sizes\":{\"full\":640,\"low\":320,\"thumb\":150}}}','no'),(981,'_transient_timeout_neve_2104versions','1619035842','no'),(982,'_transient_neve_2104versions','a:92:{i:0;a:2:{s:7:\"version\";s:5:\"1.0.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.0.4.zip\";}i:1;a:2:{s:7:\"version\";s:5:\"1.0.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.0.5.zip\";}i:2;a:2:{s:7:\"version\";s:5:\"1.0.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.0.6.zip\";}i:3;a:2:{s:7:\"version\";s:5:\"1.0.8\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.0.8.zip\";}i:4;a:2:{s:7:\"version\";s:5:\"1.0.9\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.0.9.zip\";}i:5;a:2:{s:7:\"version\";s:6:\"1.0.10\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.10.zip\";}i:6;a:2:{s:7:\"version\";s:6:\"1.0.11\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.11.zip\";}i:7;a:2:{s:7:\"version\";s:6:\"1.0.12\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.12.zip\";}i:8;a:2:{s:7:\"version\";s:6:\"1.0.13\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.13.zip\";}i:9;a:2:{s:7:\"version\";s:6:\"1.0.14\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.14.zip\";}i:10;a:2:{s:7:\"version\";s:6:\"1.0.15\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.15.zip\";}i:11;a:2:{s:7:\"version\";s:6:\"1.0.16\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.16.zip\";}i:12;a:2:{s:7:\"version\";s:6:\"1.0.18\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.18.zip\";}i:13;a:2:{s:7:\"version\";s:6:\"1.0.19\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.19.zip\";}i:14;a:2:{s:7:\"version\";s:6:\"1.0.20\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.20.zip\";}i:15;a:2:{s:7:\"version\";s:6:\"1.0.21\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.21.zip\";}i:16;a:2:{s:7:\"version\";s:6:\"1.0.22\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.22.zip\";}i:17;a:2:{s:7:\"version\";s:6:\"1.0.23\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.23.zip\";}i:18;a:2:{s:7:\"version\";s:6:\"1.0.24\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.24.zip\";}i:19;a:2:{s:7:\"version\";s:6:\"1.0.25\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.25.zip\";}i:20;a:2:{s:7:\"version\";s:6:\"1.0.26\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.26.zip\";}i:21;a:2:{s:7:\"version\";s:6:\"1.0.27\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.27.zip\";}i:22;a:2:{s:7:\"version\";s:6:\"1.0.28\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.28.zip\";}i:23;a:2:{s:7:\"version\";s:6:\"1.0.29\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.1.0.29.zip\";}i:24;a:2:{s:7:\"version\";s:5:\"1.1.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.1.0.zip\";}i:25;a:2:{s:7:\"version\";s:5:\"1.1.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.1.1.zip\";}i:26;a:2:{s:7:\"version\";s:5:\"1.1.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.1.2.zip\";}i:27;a:2:{s:7:\"version\";s:5:\"1.1.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.1.3.zip\";}i:28;a:2:{s:7:\"version\";s:5:\"1.1.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.1.1.4.zip\";}i:29;a:2:{s:7:\"version\";s:5:\"2.0.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.0.0.zip\";}i:30;a:2:{s:7:\"version\";s:5:\"2.1.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.1.0.zip\";}i:31;a:2:{s:7:\"version\";s:5:\"2.2.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.2.0.zip\";}i:32;a:2:{s:7:\"version\";s:5:\"2.3.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.1.zip\";}i:33;a:2:{s:7:\"version\";s:5:\"2.3.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.2.zip\";}i:34;a:2:{s:7:\"version\";s:5:\"2.3.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.3.zip\";}i:35;a:2:{s:7:\"version\";s:5:\"2.3.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.4.zip\";}i:36;a:2:{s:7:\"version\";s:5:\"2.3.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.5.zip\";}i:37;a:2:{s:7:\"version\";s:5:\"2.3.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.6.zip\";}i:38;a:2:{s:7:\"version\";s:5:\"2.3.7\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.7.zip\";}i:39;a:2:{s:7:\"version\";s:5:\"2.3.8\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.8.zip\";}i:40;a:2:{s:7:\"version\";s:5:\"2.3.9\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.3.9.zip\";}i:41;a:2:{s:7:\"version\";s:6:\"2.3.10\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.10.zip\";}i:42;a:2:{s:7:\"version\";s:6:\"2.3.11\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.11.zip\";}i:43;a:2:{s:7:\"version\";s:6:\"2.3.12\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.12.zip\";}i:44;a:2:{s:7:\"version\";s:6:\"2.3.14\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.14.zip\";}i:45;a:2:{s:7:\"version\";s:6:\"2.3.15\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.15.zip\";}i:46;a:2:{s:7:\"version\";s:6:\"2.3.17\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.17.zip\";}i:47;a:2:{s:7:\"version\";s:6:\"2.3.19\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.19.zip\";}i:48;a:2:{s:7:\"version\";s:6:\"2.3.20\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.20.zip\";}i:49;a:2:{s:7:\"version\";s:6:\"2.3.21\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.21.zip\";}i:50;a:2:{s:7:\"version\";s:6:\"2.3.22\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.3.22.zip\";}i:51;a:2:{s:7:\"version\";s:5:\"2.4.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.4.0.zip\";}i:52;a:2:{s:7:\"version\";s:5:\"2.4.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.4.1.zip\";}i:53;a:2:{s:7:\"version\";s:5:\"2.4.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.4.2.zip\";}i:54;a:2:{s:7:\"version\";s:5:\"2.4.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.4.3.zip\";}i:55;a:2:{s:7:\"version\";s:5:\"2.5.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.5.1.zip\";}i:56;a:2:{s:7:\"version\";s:5:\"2.5.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.5.2.zip\";}i:57;a:2:{s:7:\"version\";s:5:\"2.5.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.5.3.zip\";}i:58;a:2:{s:7:\"version\";s:5:\"2.5.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.5.4.zip\";}i:59;a:2:{s:7:\"version\";s:5:\"2.6.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.0.zip\";}i:60;a:2:{s:7:\"version\";s:5:\"2.6.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.1.zip\";}i:61;a:2:{s:7:\"version\";s:5:\"2.6.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.2.zip\";}i:62;a:2:{s:7:\"version\";s:5:\"2.6.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.3.zip\";}i:63;a:2:{s:7:\"version\";s:5:\"2.6.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.4.zip\";}i:64;a:2:{s:7:\"version\";s:5:\"2.6.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.5.zip\";}i:65;a:2:{s:7:\"version\";s:5:\"2.6.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.6.6.zip\";}i:66;a:2:{s:7:\"version\";s:5:\"2.7.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.0.zip\";}i:67;a:2:{s:7:\"version\";s:5:\"2.7.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.1.zip\";}i:68;a:2:{s:7:\"version\";s:5:\"2.7.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.2.zip\";}i:69;a:2:{s:7:\"version\";s:5:\"2.7.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.3.zip\";}i:70;a:2:{s:7:\"version\";s:5:\"2.7.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.4.zip\";}i:71;a:2:{s:7:\"version\";s:5:\"2.7.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.5.zip\";}i:72;a:2:{s:7:\"version\";s:5:\"2.7.6\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.6.zip\";}i:73;a:2:{s:7:\"version\";s:5:\"2.7.7\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.7.7.zip\";}i:74;a:2:{s:7:\"version\";s:5:\"2.8.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.8.0.zip\";}i:75;a:2:{s:7:\"version\";s:5:\"2.8.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.8.1.zip\";}i:76;a:2:{s:7:\"version\";s:5:\"2.8.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.8.2.zip\";}i:77;a:2:{s:7:\"version\";s:5:\"2.8.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.8.3.zip\";}i:78;a:2:{s:7:\"version\";s:5:\"2.8.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.8.4.zip\";}i:79;a:2:{s:7:\"version\";s:5:\"2.9.0\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.0.zip\";}i:80;a:2:{s:7:\"version\";s:5:\"2.9.1\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.1.zip\";}i:81;a:2:{s:7:\"version\";s:5:\"2.9.2\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.2.zip\";}i:82;a:2:{s:7:\"version\";s:5:\"2.9.3\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.3.zip\";}i:83;a:2:{s:7:\"version\";s:5:\"2.9.4\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.4.zip\";}i:84;a:2:{s:7:\"version\";s:5:\"2.9.5\";s:3:\"url\";s:52:\"https://downloads.wordpress.org/theme/neve.2.9.5.zip\";}i:85;a:2:{s:7:\"version\";s:6:\"2.10.0\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.10.0.zip\";}i:86;a:2:{s:7:\"version\";s:6:\"2.10.1\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.10.1.zip\";}i:87;a:2:{s:7:\"version\";s:6:\"2.10.2\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.10.2.zip\";}i:88;a:2:{s:7:\"version\";s:6:\"2.10.3\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.10.3.zip\";}i:89;a:2:{s:7:\"version\";s:6:\"2.10.4\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.10.4.zip\";}i:90;a:2:{s:7:\"version\";s:6:\"2.11.0\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.11.0.zip\";}i:91;a:2:{s:7:\"version\";s:6:\"2.11.1\";s:3:\"url\";s:53:\"https://downloads.wordpress.org/theme/neve.2.11.1.zip\";}}','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=411 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,2,'_wp_trash_meta_status','publish'),(4,2,'_wp_trash_meta_time','1617576594'),(5,2,'_wp_desired_post_slug','sample-page'),(6,6,'_edit_lock','1618603960:1'),(7,6,'_elementor_edit_mode','builder'),(8,8,'_elementor_edit_mode','builder'),(9,8,'_elementor_template_type','kit'),(10,8,'_elementor_version','3.1.4'),(11,6,'_elementor_template_type','wp-page'),(12,6,'_elementor_version','3.1.4'),(13,8,'_elementor_css','a:6:{s:4:\"time\";i:1617576621;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(14,9,'_elementor_edit_mode','builder'),(15,9,'_elementor_template_type','wp-page'),(16,9,'_elementor_version','3.1.4'),(17,10,'_elementor_edit_mode','builder'),(18,10,'_elementor_template_type','wp-page'),(19,10,'_elementor_version','3.1.4'),(20,6,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(21,6,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(22,6,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>10% of our efforts and resources to assisting small business owners in developing their business or gift<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-save-money\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicating\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brain\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advocating and\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"10%\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(23,11,'_elementor_edit_mode','builder'),(24,11,'_elementor_template_type','wp-page'),(25,11,'_elementor_version','3.1.4'),(26,11,'_wp_page_template','default'),(27,11,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(28,11,'_elementor_data','[]'),(32,8,'_edit_lock','1617578914:1'),(39,18,'_wp_attached_file','2021/04/IgotdaJuice501-slideshow-scaled.jpg'),(40,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:43:\"2021/04/IgotdaJuice501-slideshow-scaled.jpg\";s:5:\"sizes\";a:13:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"IgotdaJuice501-slideshow-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:38:\"IgotdaJuice501-slideshow-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:38:\"IgotdaJuice501-slideshow-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"neve-blog\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-930x620.jpg\";s:5:\"width\";i:930;s:6:\"height\";i:620;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-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:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-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:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"IgotdaJuice501-slideshow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:28:\"IgotdaJuice501-slideshow.jpg\";}'),(41,19,'_elementor_edit_mode','builder'),(42,19,'_elementor_template_type','wp-page'),(43,19,'_elementor_version','3.1.4'),(44,19,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(45,19,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(46,19,'_elementor_data','[]'),(47,20,'_elementor_edit_mode','builder'),(48,20,'_elementor_template_type','wp-page'),(49,20,'_elementor_version','3.1.4'),(50,20,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(51,20,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(52,20,'_elementor_data','[]'),(53,21,'_elementor_edit_mode','builder'),(54,21,'_elementor_template_type','wp-page'),(55,21,'_elementor_version','3.1.4'),(56,21,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(57,21,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(58,21,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(67,23,'_elementor_edit_mode','builder'),(68,23,'_elementor_template_type','wp-page'),(69,23,'_elementor_version','3.1.4'),(70,23,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(71,23,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(72,23,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(73,24,'_elementor_edit_mode','builder'),(74,24,'_elementor_template_type','wp-page'),(75,24,'_elementor_version','3.1.4'),(76,24,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(77,24,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(78,24,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false}]'),(79,25,'_elementor_edit_mode','builder'),(80,25,'_elementor_template_type','wp-page'),(81,25,'_elementor_version','3.1.4'),(82,25,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(83,25,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(84,25,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(87,26,'_elementor_edit_mode','builder'),(88,26,'_elementor_template_type','wp-page'),(89,26,'_elementor_version','3.1.4'),(90,26,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(91,26,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(92,26,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(93,26,'_elementor_css','a:6:{s:4:\"time\";i:1618163347;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(94,27,'_elementor_edit_mode','builder'),(95,27,'_elementor_template_type','wp-page'),(96,27,'_elementor_version','3.1.4'),(97,27,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(98,27,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(99,27,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(100,27,'_elementor_css','a:6:{s:4:\"time\";i:1618163347;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(101,28,'_elementor_edit_mode','builder'),(102,28,'_elementor_template_type','wp-page'),(103,28,'_elementor_version','3.1.4'),(104,28,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(105,28,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(106,28,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(107,28,'_elementor_css','a:6:{s:4:\"time\";i:1618163347;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(110,6,'_sbi_oembed_done_checking','1'),(111,30,'_elementor_edit_mode','builder'),(112,30,'_elementor_template_type','wp-page'),(113,30,'_elementor_version','3.1.4'),(114,30,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(115,30,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(116,30,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(117,30,'_elementor_css','a:6:{s:4:\"time\";i:1618164755;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(118,31,'_elementor_edit_mode','builder'),(119,31,'_elementor_template_type','wp-page'),(120,31,'_elementor_version','3.1.4'),(121,31,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(122,31,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(123,31,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(124,31,'_elementor_css','a:6:{s:4:\"time\";i:1618164755;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(125,32,'_elementor_edit_mode','builder'),(126,32,'_elementor_template_type','wp-page'),(127,32,'_elementor_version','3.1.4'),(128,32,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(129,32,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(130,32,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(131,32,'_elementor_css','a:6:{s:4:\"time\";i:1618164755;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(143,34,'_elementor_edit_mode','builder'),(144,34,'_elementor_template_type','wp-page'),(145,34,'_elementor_version','3.1.4'),(146,34,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(147,34,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(148,34,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(149,34,'_elementor_css','a:6:{s:4:\"time\";i:1618496695;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(150,35,'_elementor_edit_mode','builder'),(151,35,'_elementor_template_type','wp-page'),(152,35,'_elementor_version','3.1.4'),(153,35,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(154,35,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(155,35,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(156,35,'_elementor_css','a:6:{s:4:\"time\";i:1618496695;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(157,36,'_elementor_edit_mode','builder'),(158,36,'_elementor_template_type','wp-page'),(159,36,'_elementor_version','3.1.4'),(160,36,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(161,36,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(162,36,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_style\":\"both\",\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(163,36,'_elementor_css','a:6:{s:4:\"time\";i:1618496695;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:1:{i:0;s:8:\"fa-solid\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(166,37,'_elementor_edit_mode','builder'),(167,37,'_elementor_template_type','wp-page'),(168,37,'_elementor_version','3.1.4'),(169,37,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(170,37,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(171,37,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_style\":\"both\",\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(172,37,'_elementor_css','a:6:{s:4:\"time\";i:1618497095;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(173,38,'_elementor_edit_mode','builder'),(174,38,'_elementor_template_type','wp-page'),(175,38,'_elementor_version','3.1.4'),(176,38,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(177,38,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(178,38,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_style\":\"both\",\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(179,38,'_elementor_css','a:6:{s:4:\"time\";i:1618497095;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(180,39,'_elementor_edit_mode','builder'),(181,39,'_elementor_template_type','wp-page'),(182,39,'_elementor_version','3.1.4'),(183,39,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(184,39,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(185,39,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(186,39,'_elementor_css','a:6:{s:4:\"time\";i:1618497095;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(189,40,'_elementor_edit_mode','builder'),(190,40,'_elementor_template_type','wp-page'),(191,40,'_elementor_version','3.1.4'),(192,40,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(193,40,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(194,40,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(195,40,'_elementor_css','a:6:{s:4:\"time\";i:1618497144;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(196,41,'_elementor_edit_mode','builder'),(197,41,'_elementor_template_type','wp-page'),(198,41,'_elementor_version','3.1.4'),(199,41,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(200,41,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(201,41,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(202,41,'_elementor_css','a:6:{s:4:\"time\";i:1618497144;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(203,42,'_elementor_edit_mode','builder'),(204,42,'_elementor_template_type','wp-page'),(205,42,'_elementor_version','3.1.4'),(206,42,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(207,42,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(208,42,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(209,42,'_elementor_css','a:6:{s:4:\"time\";i:1618497144;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(212,43,'_elementor_edit_mode','builder'),(213,43,'_elementor_template_type','wp-page'),(214,43,'_elementor_version','3.1.4'),(215,43,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(216,43,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(217,43,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(218,43,'_elementor_css','a:6:{s:4:\"time\";i:1618497183;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(219,44,'_elementor_edit_mode','builder'),(220,44,'_elementor_template_type','wp-page'),(221,44,'_elementor_version','3.1.4'),(222,44,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(223,44,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(224,44,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(225,44,'_elementor_css','a:6:{s:4:\"time\";i:1618497183;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(226,45,'_elementor_edit_mode','builder'),(227,45,'_elementor_template_type','wp-page'),(228,45,'_elementor_version','3.1.4'),(229,45,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(230,45,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(231,45,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(232,45,'_elementor_css','a:6:{s:4:\"time\";i:1618497183;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(235,1,'_sbi_oembed_done_checking','1'),(249,48,'_elementor_edit_mode','builder'),(250,48,'_elementor_template_type','wp-page'),(251,48,'_elementor_version','3.1.4'),(252,48,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(253,48,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(254,48,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(255,48,'_elementor_css','a:6:{s:4:\"time\";i:1618597731;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(256,49,'_elementor_edit_mode','builder'),(257,49,'_elementor_template_type','wp-page'),(258,49,'_elementor_version','3.1.4'),(259,49,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(260,49,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(261,49,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(262,49,'_elementor_css','a:6:{s:4:\"time\";i:1618597731;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(263,50,'_elementor_edit_mode','builder'),(264,50,'_elementor_template_type','wp-page'),(265,50,'_elementor_version','3.1.4'),(266,50,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(267,50,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(268,50,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(269,50,'_elementor_css','a:6:{s:4:\"time\";i:1618597731;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(281,52,'_elementor_edit_mode','builder'),(282,52,'_elementor_template_type','wp-page'),(283,52,'_elementor_version','3.1.4'),(284,52,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(285,52,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(286,52,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(287,52,'_elementor_css','a:6:{s:4:\"time\";i:1618598148;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(288,53,'_elementor_edit_mode','builder'),(289,53,'_elementor_template_type','wp-page'),(290,53,'_elementor_version','3.1.4'),(291,53,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(292,53,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(293,53,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(294,53,'_elementor_css','a:6:{s:4:\"time\";i:1618598148;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(295,54,'_elementor_edit_mode','builder'),(296,54,'_elementor_template_type','wp-page'),(297,54,'_elementor_version','3.1.4'),(298,54,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(299,54,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(300,54,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(301,54,'_elementor_css','a:6:{s:4:\"time\";i:1618598148;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(304,55,'_edit_last','1'),(305,55,'_edit_lock','1618602318:1'),(306,56,'_edit_last','1'),(307,56,'_edit_lock','1618602397:1'),(308,57,'_edit_last','1'),(309,57,'_edit_lock','1618602500:1'),(310,58,'_edit_last','1'),(311,58,'_edit_lock','1618603698:1'),(312,59,'_edit_last','1'),(313,59,'_edit_lock','1618602727:1'),(314,60,'_edit_last','1'),(315,60,'_edit_lock','1618602807:1'),(325,60,'_sbi_oembed_done_checking','1'),(326,59,'_sbi_oembed_done_checking','1'),(327,58,'_sbi_oembed_done_checking','1'),(328,57,'_sbi_oembed_done_checking','1'),(329,56,'_sbi_oembed_done_checking','1'),(330,55,'_sbi_oembed_done_checking','1'),(332,62,'_elementor_edit_mode','builder'),(333,62,'_elementor_template_type','wp-page'),(334,62,'_elementor_version','3.1.4'),(335,62,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(336,62,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(337,62,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(338,62,'_elementor_css','a:6:{s:4:\"time\";i:1618603033;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(339,63,'_elementor_edit_mode','builder'),(340,63,'_elementor_template_type','wp-page'),(341,63,'_elementor_version','3.1.4'),(342,63,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(343,63,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(344,63,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(345,63,'_elementor_css','a:6:{s:4:\"time\";i:1618603033;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(346,64,'_elementor_edit_mode','builder'),(347,64,'_elementor_template_type','wp-page'),(348,64,'_elementor_version','3.1.4'),(349,64,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(350,64,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(351,64,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(352,64,'_elementor_css','a:6:{s:4:\"time\";i:1618603033;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(355,65,'_elementor_edit_mode','builder'),(356,65,'_elementor_template_type','wp-page'),(357,65,'_elementor_version','3.1.4'),(358,65,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(359,65,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(360,65,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(361,65,'_elementor_css','a:6:{s:4:\"time\";i:1618603053;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(362,66,'_elementor_edit_mode','builder'),(363,66,'_elementor_template_type','wp-page'),(364,66,'_elementor_version','3.1.4'),(365,66,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(366,66,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(367,66,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(368,66,'_elementor_css','a:6:{s:4:\"time\";i:1618603053;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(369,67,'_elementor_edit_mode','builder'),(370,67,'_elementor_template_type','wp-page'),(371,67,'_elementor_version','3.1.4'),(372,67,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(373,67,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(374,67,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>10% of our efforts and resources to assisting small business owners in developing their business or gift<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-save-money\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicating\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brain\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advocating and\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"10%\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(375,67,'_elementor_css','a:6:{s:4:\"time\";i:1618603053;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:4;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(388,69,'_elementor_edit_mode','builder'),(389,69,'_elementor_template_type','wp-page'),(390,69,'_elementor_version','3.1.4'),(391,69,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(392,69,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(393,69,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>10% of our efforts and resources to assisting small business owners in developing their business or gift<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-save-money\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicating\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brain\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advocating and\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"10%\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(394,69,'_elementor_css','a:6:{s:4:\"time\";i:1618603776;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(395,70,'_elementor_edit_mode','builder'),(396,70,'_elementor_template_type','wp-page'),(397,70,'_elementor_version','3.1.4'),(398,70,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(399,70,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(400,70,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>10% of our efforts and resources to assisting small business owners in developing their business or gift<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-save-money\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicating\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brain\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advocating and\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"10%\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(401,70,'_elementor_css','a:6:{s:4:\"time\";i:1618603776;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(402,71,'_elementor_edit_mode','builder'),(403,71,'_elementor_template_type','wp-page'),(404,71,'_elementor_version','3.1.4'),(405,71,'_wp_page_template','page-templates/template-pagebuilder-full-width.php'),(406,71,'_elementor_page_settings','a:2:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";s:10:\"hide_title\";s:3:\"yes\";}'),(407,71,'_elementor_data','[{\"id\":\"fc60c10\",\"elType\":\"section\",\"settings\":{\"background_background\":\"slideshow\",\"background_slideshow_gallery\":[{\"id\":18,\"url\":\"http:\\/\\/igotdajuice501.calvarycrossag.com\\/wp-content\\/uploads\\/2021\\/04\\/IgotdaJuice501-slideshow-scaled.jpg\"}],\"background_overlay_background\":\"classic\",\"background_overlay_position\":\"center center\",\"background_overlay_attachment\":\"fixed\",\"background_overlay_size\":\"cover\"},\"elements\":[{\"id\":\"4d57d59\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ece2bab\",\"elType\":\"widget\",\"settings\":{\"space\":{\"unit\":\"px\",\"size\":331,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"spacer\"},{\"id\":\"96c4765\",\"elType\":\"widget\",\"settings\":{\"ekit_btn_text\":\"Shop Now\",\"ekit_btn_icons\":{\"value\":\"fas fa-shopping-bag\",\"library\":\"fa-solid\"},\"width\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"ekit_btn_typography_typography\":\"custom\",\"ekit_btn_typography_text_transform\":\"uppercase\",\"ekit_btn_border_style\":\"solid\",\"ekit_btn_border_dimensions\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"ekit_btn_border_color\":\"#80ACD3\"},\"elements\":[],\"widgetType\":\"elementskit-button\"},{\"id\":\"f41e012\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"spacer\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3be04e0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"gradient\",\"background_color\":\"#81ACCB\",\"background_color_b\":\"#000000\",\"background_gradient_angle\":{\"unit\":\"deg\",\"size\":160,\"sizes\":[]}},\"elements\":[{\"id\":\"69572fe\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"98b2339\",\"elType\":\"widget\",\"settings\":{\"title\":\"Quality ingredients - unmatched selections - family & community - superior service\",\"align\":\"center\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_size\":{\"unit\":\"px\",\"size\":23,\"sizes\":[]},\"typography_font_weight\":\"600\",\"typography_text_transform\":\"uppercase\",\"typography_line_height\":{\"unit\":\"em\",\"size\":3.399999999999999911182158029987476766109466552734375,\"sizes\":[]},\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":0.40000000000000002220446049250313080847263336181640625,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"42ac78e\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"33da1d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"44a185b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our 3 Pillars to Community Impact\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9da089d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"19f2316\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"d3a0f92\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Relaxing your mind and body, while inducing a state of ease and harmony<\\/p><p>\\u00a0<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"68fb406\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-music\",\"library\":\"fa-solid\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"329e9e2\",\"elType\":\"widget\",\"settings\":{\"title\":\"Healing through\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"f0f072e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"47ece4b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>10% of our efforts and resources to assisting small business owners in developing their business or gift<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b9b3821\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-save-money\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"46\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"7cb7ff0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dedicating\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"aeb4bc3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#DEDEDE\"},\"elements\":[{\"id\":\"b1674bc\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.<\\/p>\",\"text_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Poppins\",\"typography_font_size\":{\"unit\":\"px\",\"size\":28,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e077e7f\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"icon icon-brain\",\"library\":\"ekiticons\"},\"primary_color\":\"#FF7310\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"4117c22\",\"elType\":\"widget\",\"settings\":{\"title\":\"Advocating and\",\"title_color\":\"#1E1E1E\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Merriweather Sans\",\"typography_font_size\":{\"unit\":\"px\",\"size\":33,\"sizes\":[]},\"typography_font_weight\":\"bold\",\"typography_letter_spacing\":{\"unit\":\"px\",\"size\":2.5,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"f501727\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\"},\"elements\":[{\"id\":\"0138052\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"5ce12ab\",\"elType\":\"widget\",\"settings\":{\"title\":\"sound\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"42bc200\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#7D2ABC\"},\"elements\":[{\"id\":\"a702423\",\"elType\":\"widget\",\"settings\":{\"title\":\"10%\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"b5c9965\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"background_background\":\"classic\",\"background_color\":\"#985FC3\"},\"elements\":[{\"id\":\"737b3df\",\"elType\":\"widget\",\"settings\":{\"title\":\"providing\",\"title_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Raleway\",\"typography_font_size\":{\"unit\":\"px\",\"size\":45,\"sizes\":[]},\"typography_font_weight\":\"600\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e11c90c\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"e86dec7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"ef5eaa9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Connect With Us\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"5\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6bd0ad3\",\"elType\":\"widget\",\"settings\":{\"ekit_socialmedia_add_icons\":[{\"ekit_socialmedia_icons\":{\"value\":\"icon icon-instagram1\",\"library\":\"ekiticons\"},\"ekit_socialmedia_label\":\"Instagram\",\"ekit_socialmedia_icon_hover_bg_color\":\"#1da1f2\",\"_id\":\"fe6c04e\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.instagram.com\\/igotdajuice501\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"ekit_socialmedia_label\":\"Facebook\",\"_id\":\"e132bdb\",\"ekit_socialmedia_link\":{\"url\":\"https:\\/\\/www.facebook.com\\/501juices\\/\",\"is_external\":\"on\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"ekit_socialmedai_list_border_radius\":{\"unit\":\"%\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"ekit_socialmedai_list_icon_size\":{\"unit\":\"px\",\"size\":31,\"sizes\":[]},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"elementskit-social-media\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"598931d\",\"elType\":\"section\",\"settings\":{\"layout\":\"full_width\",\"gap\":\"no\",\"stretch_section\":\"section-stretched\"},\"elements\":[{\"id\":\"d3ceca6\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"1b140b2\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[instagram-feed num=9 cols=3 showfollow=true]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6f8ba1d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"7c757fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"aead52f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Customers, On the Record:\",\"align\":\"center\",\"title_color\":\"#000000\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":43,\"sizes\":[]},\"typography_font_weight\":\"600\",\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"c0dc922\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"2bac6f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null},\"elements\":[{\"id\":\"be5c6aa\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[sp_testimonials_slider]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}],\"isInner\":false}]'),(408,71,'_elementor_css','a:6:{s:4:\"time\";i:1618603776;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(409,6,'_elementor_controls_usage','a:9:{s:6:\"spacer\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_spacer\";a:1:{s:5:\"space\";i:1;}}}}s:18:\"elementskit-button\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:24:\"ekit_btn_section_content\";a:2:{s:13:\"ekit_btn_text\";i:1;s:14:\"ekit_btn_icons\";i:1;}}s:5:\"style\";a:2:{s:22:\"ekit_btn_section_style\";a:3:{s:5:\"width\";i:1;s:30:\"ekit_btn_typography_typography\";i:1;s:34:\"ekit_btn_typography_text_transform\";i:1;}s:26:\"ekit_btn_border_style_tabs\";a:3:{s:21:\"ekit_btn_border_style\";i:1;s:26:\"ekit_btn_border_dimensions\";i:1;s:21:\"ekit_btn_border_color\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:13;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:6:\"layout\";a:1:{s:6:\"layout\";a:1:{s:12:\"_inline_size\";i:13;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:2:{s:21:\"background_background\";i:6;s:16:\"background_color\";i:6;}}}}s:7:\"section\";a:3:{s:5:\"count\";i:9;s:15:\"control_percent\";i:0;s:8:\"controls\";a:2:{s:5:\"style\";a:2:{s:18:\"section_background\";a:5:{s:21:\"background_background\";i:2;s:28:\"background_slideshow_gallery\";i:1;s:16:\"background_color\";i:1;s:18:\"background_color_b\";i:1;s:25:\"background_gradient_angle\";i:1;}s:26:\"section_background_overlay\";a:4:{s:29:\"background_overlay_background\";i:1;s:27:\"background_overlay_position\";i:1;s:29:\"background_overlay_attachment\";i:1;s:23:\"background_overlay_size\";i:1;}}s:6:\"layout\";a:2:{s:17:\"section_structure\";a:1:{s:9:\"structure\";i:2;}s:14:\"section_layout\";a:3:{s:6:\"layout\";i:1;s:3:\"gap\";i:1;s:15:\"stretch_section\";i:1;}}}}s:7:\"heading\";a:3:{s:5:\"count\";i:10;s:15:\"control_percent\";i:4;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:13:\"section_title\";a:2:{s:5:\"title\";i:10;s:5:\"align\";i:4;}}s:5:\"style\";a:1:{s:19:\"section_title_style\";a:8:{s:11:\"title_color\";i:10;s:21:\"typography_typography\";i:10;s:20:\"typography_font_size\";i:10;s:22:\"typography_font_weight\";i:10;s:25:\"typography_text_transform\";i:1;s:22:\"typography_line_height\";i:1;s:25:\"typography_letter_spacing\";i:4;s:22:\"typography_font_family\";i:9;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:11:\"text-editor\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:2;s:8:\"controls\";a:2:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:3;}}s:5:\"style\";a:1:{s:13:\"section_style\";a:5:{s:10:\"text_color\";i:3;s:21:\"typography_typography\";i:3;s:22:\"typography_font_family\";i:3;s:20:\"typography_font_size\";i:3;s:22:\"typography_font_weight\";i:3;}}}}s:4:\"icon\";a:3:{s:5:\"count\";i:3;s:15:\"control_percent\";i:1;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:12:\"section_icon\";a:1:{s:13:\"selected_icon\";i:3;}}s:5:\"style\";a:1:{s:18:\"section_style_icon\";a:1:{s:13:\"primary_color\";i:3;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:3;}}}}s:24:\"elementskit-social-media\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:2;s:8:\"controls\";a:3:{s:7:\"content\";a:1:{s:36:\"ekit_socialmedia_section_tab_content\";a:1:{s:26:\"ekit_socialmedia_add_icons\";i:1;}}s:5:\"style\";a:1:{s:34:\"ekit_socialmedia_section_tab_style\";a:2:{s:35:\"ekit_socialmedai_list_border_radius\";i:1;s:31:\"ekit_socialmedai_list_icon_size\";i:1;}}s:8:\"advanced\";a:1:{s:14:\"_section_style\";a:1:{s:8:\"_padding\";i:1;}}}}s:9:\"shortcode\";a:3:{s:5:\"count\";i:2;s:15:\"control_percent\";i:1;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:17:\"section_shortcode\";a:1:{s:9:\"shortcode\";i:2;}}}}}'),(410,6,'_elementor_css','a:6:{s:4:\"time\";i:1618603782;s:5:\"fonts\";a:4:{i:0;s:6:\"Roboto\";i:1;s:7:\"Poppins\";i:2;s:17:\"Merriweather Sans\";i:7;s:7:\"Raleway\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:2;s:9:\"ekiticons\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2021-04-04 22:25:05','2021-04-04 22:25:05','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','publish','open','open','','hello-world','','','2021-04-04 22:25:05','2021-04-04 22:25:05','',0,'http://igotdajuice501.calvarycrossag.com/?p=1',0,'post','',1),(2,1,'2021-04-04 22:25:05','2021-04-04 22:25:05','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://igotdajuice501.calvarycrossag.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2021-04-04 22:49:54','2021-04-04 22:49:54','',0,'http://igotdajuice501.calvarycrossag.com/?page_id=2',0,'page','',0),(3,1,'2021-04-04 22:25:05','2021-04-04 22:25:05','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://igotdajuice501.calvarycrossag.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2021-04-04 22:25:05','2021-04-04 22:25:05','',0,'http://igotdajuice501.calvarycrossag.com/?page_id=3',0,'page','',0),(5,1,'2021-04-04 22:49:54','2021-04-04 22:49:54','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://igotdajuice501.calvarycrossag.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2021-04-04 22:49:54','2021-04-04 22:49:54','',2,'http://igotdajuice501.calvarycrossag.com/?p=5',0,'revision','',0),(6,1,'2021-04-04 22:50:15','2021-04-04 22:50:15','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p><p> </p> \n <h2>Healing through</h2> \n <p>10% of our efforts and resources to assisting small business owners in developing their business or gift</p> \n <h2>Dedicating</h2> \n <p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.</p> \n <h2>Advocating and</h2> \n <h2>sound</h2> \n <h2>10%</h2> \n <h2>providing</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','publish','closed','closed','','home-page','','','2021-04-16 20:09:41','2021-04-16 20:09:41','',0,'http://igotdajuice501.calvarycrossag.com/?page_id=6',0,'page','',0),(7,1,'2021-04-04 22:50:15','2021-04-04 22:50:15','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 22:50:15','2021-04-04 22:50:15','',6,'http://igotdajuice501.calvarycrossag.com/?p=7',0,'revision','',0),(8,1,'2021-04-04 22:50:17','2021-04-04 22:50:17','','Default Kit','','publish','closed','closed','','default-kit','','','2021-04-04 22:50:17','2021-04-04 22:50:17','',0,'http://igotdajuice501.calvarycrossag.com/?elementor_library=default-kit',0,'elementor_library','',0),(9,1,'2021-04-04 22:50:30','2021-04-04 22:50:30','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 22:50:30','2021-04-04 22:50:30','',6,'http://igotdajuice501.calvarycrossag.com/?p=9',0,'revision','',0),(10,1,'2021-04-04 22:50:30','2021-04-04 22:50:30','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 22:50:30','2021-04-04 22:50:30','',6,'http://igotdajuice501.calvarycrossag.com/?p=10',0,'revision','',0),(11,1,'2021-04-04 22:50:30','2021-04-04 22:50:30','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 22:50:30','2021-04-04 22:50:30','',6,'http://igotdajuice501.calvarycrossag.com/?p=11',0,'revision','',0),(13,1,'2021-04-04 22:52:23','2021-04-04 22:52:23','','Shop','','publish','closed','closed','','shop','','','2021-04-04 22:52:23','2021-04-04 22:52:23','',0,'http://igotdajuice501.calvarycrossag.com/shop/',0,'page','',0),(14,1,'2021-04-04 22:52:23','2021-04-04 22:52:23','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2021-04-04 22:52:23','2021-04-04 22:52:23','',0,'http://igotdajuice501.calvarycrossag.com/cart/',0,'page','',0),(15,1,'2021-04-04 22:52:23','2021-04-04 22:52:23','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2021-04-04 22:52:23','2021-04-04 22:52:23','',0,'http://igotdajuice501.calvarycrossag.com/checkout/',0,'page','',0),(16,1,'2021-04-04 22:52:23','2021-04-04 22:52:23','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2021-04-04 22:52:23','2021-04-04 22:52:23','',0,'http://igotdajuice501.calvarycrossag.com/my-account/',0,'page','',0),(18,1,'2021-04-04 23:39:31','2021-04-04 23:39:31','','IgotdaJuice501-slideshow','','inherit','open','closed','','igotdajuice501-slideshow','','','2021-04-04 23:39:31','2021-04-04 23:39:31','',6,'http://igotdajuice501.calvarycrossag.com/wp-content/uploads/2021/04/IgotdaJuice501-slideshow.jpg',0,'attachment','image/jpeg',0),(19,1,'2021-04-04 23:46:16','2021-04-04 23:46:16','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 23:46:16','2021-04-04 23:46:16','',6,'http://igotdajuice501.calvarycrossag.com/?p=19',0,'revision','',0),(20,1,'2021-04-04 23:46:17','2021-04-04 23:46:17','','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 23:46:17','2021-04-04 23:46:17','',6,'http://igotdajuice501.calvarycrossag.com/?p=20',0,'revision','',0),(21,1,'2021-04-04 23:46:17','2021-04-04 23:46:17','<a href=\"#\" >\n Shop Now </a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-04 23:46:17','2021-04-04 23:46:17','',6,'http://igotdajuice501.calvarycrossag.com/?p=21',0,'revision','',0),(23,1,'2021-04-05 00:30:11','2021-04-05 00:30:11','<a href=\"#\" >\n Shop Now </a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-05 00:30:11','2021-04-05 00:30:11','',6,'http://igotdajuice501.calvarycrossag.com/?p=23',0,'revision','',0),(24,1,'2021-04-05 00:30:11','2021-04-05 00:30:11','<a href=\"#\" >\n Shop Now </a>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-05 00:30:11','2021-04-05 00:30:11','',6,'http://igotdajuice501.calvarycrossag.com/?p=24',0,'revision','',0),(25,1,'2021-04-05 00:30:12','2021-04-05 00:30:12','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-05 00:30:12','2021-04-05 00:30:12','',6,'http://igotdajuice501.calvarycrossag.com/?p=25',0,'revision','',0),(26,1,'2021-04-11 18:12:23','2021-04-11 18:12:23','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-11 18:12:23','2021-04-11 18:12:23','',6,'http://igotdajuice501.calvarycrossag.com/?p=26',0,'revision','',0),(27,1,'2021-04-11 18:12:24','2021-04-11 18:12:24','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-11 18:12:24','2021-04-11 18:12:24','',6,'http://igotdajuice501.calvarycrossag.com/?p=27',0,'revision','',0),(28,1,'2021-04-11 18:12:26','2021-04-11 18:12:26','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-11 18:12:26','2021-04-11 18:12:26','',6,'http://igotdajuice501.calvarycrossag.com/?p=28',0,'revision','',0),(29,1,'2021-04-15 14:09:34','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2021-04-15 14:09:34','0000-00-00 00:00:00','',0,'http://igotdajuice501.calvarycrossag.com/?p=29',0,'post','',0),(30,1,'2021-04-15 14:22:09','2021-04-15 14:22:09','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:22:09','2021-04-15 14:22:09','',6,'http://igotdajuice501.calvarycrossag.com/?p=30',0,'revision','',0),(31,1,'2021-04-15 14:22:09','2021-04-15 14:22:09','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:22:09','2021-04-15 14:22:09','',6,'http://igotdajuice501.calvarycrossag.com/?p=31',0,'revision','',0),(32,1,'2021-04-15 14:22:10','2021-04-15 14:22:10','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:22:10','2021-04-15 14:22:10','',6,'http://igotdajuice501.calvarycrossag.com/?p=32',0,'revision','',0),(34,1,'2021-04-15 14:31:33','2021-04-15 14:31:33','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:31:33','2021-04-15 14:31:33','',6,'http://igotdajuice501.calvarycrossag.com/?p=34',0,'revision','',0),(35,1,'2021-04-15 14:31:33','2021-04-15 14:31:33','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:31:33','2021-04-15 14:31:33','',6,'http://igotdajuice501.calvarycrossag.com/?p=35',0,'revision','',0),(36,1,'2021-04-15 14:31:34','2021-04-15 14:31:34','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n Facebook </a>\n </li>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n Instagram </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:31:34','2021-04-15 14:31:34','',6,'http://igotdajuice501.calvarycrossag.com/?p=36',0,'revision','',0),(37,1,'2021-04-15 14:32:22','2021-04-15 14:32:22','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n Facebook </a>\n </li>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n Instagram </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:32:22','2021-04-15 14:32:22','',6,'http://igotdajuice501.calvarycrossag.com/?p=37',0,'revision','',0),(38,1,'2021-04-15 14:32:22','2021-04-15 14:32:22','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n Facebook </a>\n </li>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n Instagram </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:32:22','2021-04-15 14:32:22','',6,'http://igotdajuice501.calvarycrossag.com/?p=38',0,'revision','',0),(39,1,'2021-04-15 14:32:22','2021-04-15 14:32:22','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:32:22','2021-04-15 14:32:22','',6,'http://igotdajuice501.calvarycrossag.com/?p=39',0,'revision','',0),(40,1,'2021-04-15 14:33:01','2021-04-15 14:33:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:33:01','2021-04-15 14:33:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=40',0,'revision','',0),(41,1,'2021-04-15 14:33:01','2021-04-15 14:33:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:33:01','2021-04-15 14:33:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=41',0,'revision','',0),(42,1,'2021-04-15 14:33:01','2021-04-15 14:33:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:33:01','2021-04-15 14:33:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=42',0,'revision','',0),(43,1,'2021-04-15 14:34:01','2021-04-15 14:34:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:34:01','2021-04-15 14:34:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=43',0,'revision','',0),(44,1,'2021-04-15 14:34:01','2021-04-15 14:34:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:34:01','2021-04-15 14:34:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=44',0,'revision','',0),(45,1,'2021-04-15 14:34:01','2021-04-15 14:34:01','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-15 14:34:01','2021-04-15 14:34:01','',6,'http://igotdajuice501.calvarycrossag.com/?p=45',0,'revision','',0),(48,1,'2021-04-16 18:29:28','2021-04-16 18:29:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:29:28','2021-04-16 18:29:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=48',0,'revision','',0),(49,1,'2021-04-16 18:29:28','2021-04-16 18:29:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:29:28','2021-04-16 18:29:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=49',0,'revision','',0),(50,1,'2021-04-16 18:29:28','2021-04-16 18:29:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:29:28','2021-04-16 18:29:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=50',0,'revision','',0),(52,1,'2021-04-16 18:37:28','2021-04-16 18:37:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:37:28','2021-04-16 18:37:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=52',0,'revision','',0),(53,1,'2021-04-16 18:37:28','2021-04-16 18:37:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:37:28','2021-04-16 18:37:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=53',0,'revision','',0),(54,1,'2021-04-16 18:37:28','2021-04-16 18:37:28','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 18:37:28','2021-04-16 18:37:28','',6,'http://igotdajuice501.calvarycrossag.com/?p=54',0,'revision','',0),(55,1,'2021-04-16 19:47:26','2021-04-16 19:47:26','Deshawn referred me to you and I just wanted to let you know that I love you products! I didn\'t expect them to work so soon lol! But they\'ve been beneficial to me in just two days! I know that you\'re going on spring break tomorrow. However, are you accepting orders today? I need to restock. lol.','Love Your Products','','publish','closed','closed','','love-your-products','','','2021-04-16 19:47:26','2021-04-16 19:47:26','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=55',0,'testimonial','',0),(56,1,'2021-04-16 19:48:53','2021-04-16 19:48:53','Hey sis! I\'d like to put in the same order I had last time. My red blood cell count went up!! ????','Increased Red Blood Cell Count','','publish','closed','closed','','increased-red-blood-cell-count','','','2021-04-16 19:48:53','2021-04-16 19:48:53','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=56',0,'testimonial','',0),(57,1,'2021-04-16 19:50:08','2021-04-16 19:50:08','The green juice is the best I\'ve ever tasted!! I was expecting it to be bitter and have a bite, but it\'s smooth and has a hint of sweetness ???!','Green Juice Is The Best','','publish','closed','closed','','green-juice-is-the-best','','','2021-04-16 19:50:08','2021-04-16 19:50:08','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=57',0,'testimonial','',0),(58,1,'2021-04-16 19:52:08','2021-04-16 19:52:08','After y\'all eat good BBQ...y\'all are going to need this. Great Taste and Excellent Customer Service. Check her out! #IGotDaJuice501','Great Taste and Excellent Customer Service','','publish','closed','closed','','great-taste-and-excellent-customer-service','','','2021-04-16 19:57:59','2021-04-16 19:57:59','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=58',0,'testimonial','',0),(59,1,'2021-04-16 19:54:05','2021-04-16 19:54:05','Green Smoothie and Beet Juice was I enjoyed ???❤️','Green Smoothie and Beet Juice','','publish','closed','closed','','green-smoothie-and-beet-juice','','','2021-04-16 19:54:05','2021-04-16 19:54:05','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=59',0,'testimonial','',0),(60,1,'2021-04-16 19:55:35','2021-04-16 19:55:35','Wow! That smoothie was really delicious! ? I loved it! I will be getting back to you soon with ordering some more!','Delicious','','publish','closed','closed','','delicious','','','2021-04-16 19:55:35','2021-04-16 19:55:35','',0,'http://igotdajuice501.calvarycrossag.com/?post_type=testimonial&p=60',0,'testimonial','',0),(62,1,'2021-04-16 19:57:31','2021-04-16 19:57:31','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 19:57:31','2021-04-16 19:57:31','',6,'http://igotdajuice501.calvarycrossag.com/?p=62',0,'revision','',0),(63,1,'2021-04-16 19:57:31','2021-04-16 19:57:31','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2>','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 19:57:31','2021-04-16 19:57:31','',6,'http://igotdajuice501.calvarycrossag.com/?p=63',0,'revision','',0),(64,1,'2021-04-16 19:57:32','2021-04-16 19:57:32','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 19:57:32','2021-04-16 19:57:32','',6,'http://igotdajuice501.calvarycrossag.com/?p=64',0,'revision','',0),(65,1,'2021-04-16 20:06:46','2021-04-16 20:06:46','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:06:46','2021-04-16 20:06:46','',6,'http://igotdajuice501.calvarycrossag.com/?p=65',0,'revision','',0),(66,1,'2021-04-16 20:06:46','2021-04-16 20:06:46','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p> \n <h2>Healing through</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>sound</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:06:46','2021-04-16 20:06:46','',6,'http://igotdajuice501.calvarycrossag.com/?p=66',0,'revision','',0),(67,1,'2021-04-16 20:06:46','2021-04-16 20:06:46','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p><p> </p> \n <h2>Healing through</h2> \n <p>10% of our efforts and resources to assisting small business owners in developing their business or gift</p> \n <h2>Dedicating</h2> \n <p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.</p> \n <h2>Advocating and</h2> \n <h2>sound</h2> \n <h2>10%</h2> \n <h2>providing</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:06:46','2021-04-16 20:06:46','',6,'http://igotdajuice501.calvarycrossag.com/?p=67',0,'revision','',0),(69,1,'2021-04-16 20:09:40','2021-04-16 20:09:40','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p><p> </p> \n <h2>Healing through</h2> \n <p>10% of our efforts and resources to assisting small business owners in developing their business or gift</p> \n <h2>Dedicating</h2> \n <p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.</p> \n <h2>Advocating and</h2> \n <h2>sound</h2> \n <h2>10%</h2> \n <h2>providing</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:09:40','2021-04-16 20:09:40','',6,'http://igotdajuice501.calvarycrossag.com/?p=69',0,'revision','',0),(70,1,'2021-04-16 20:09:40','2021-04-16 20:09:40','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p><p> </p> \n <h2>Healing through</h2> \n <p>10% of our efforts and resources to assisting small business owners in developing their business or gift</p> \n <h2>Dedicating</h2> \n <p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.</p> \n <h2>Advocating and</h2> \n <h2>sound</h2> \n <h2>10%</h2> \n <h2>providing</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:09:40','2021-04-16 20:09:40','',6,'http://igotdajuice501.calvarycrossag.com/?p=70',0,'revision','',0),(71,1,'2021-04-16 20:09:41','2021-04-16 20:09:41','<a href=\"#\" >\n Shop Now </a>\n <h2>Quality ingredients - unmatched selections - family & community - superior service</h2> \n <h2>Our 3 Pillars to Community Impact</h2> \n <p>Relaxing your mind and body, while inducing a state of ease and harmony</p><p> </p> \n <h2>Healing through</h2> \n <p>10% of our efforts and resources to assisting small business owners in developing their business or gift</p> \n <h2>Dedicating</h2> \n <p>Advocating and providing access to programming and education for nutrition, physical health, and mental wellness.</p> \n <h2>Advocating and</h2> \n <h2>sound</h2> \n <h2>10%</h2> \n <h2>providing</h2> \n <h2>Connect With Us</h2> \n <ul>\n <li>\n <a href=\"https://www.instagram.com/igotdajuice501\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n <li>\n <a href=\"https://www.facebook.com/501juices/\" target=\"_blank\" rel=\"noopener\">\n </a>\n </li>\n </ul>\n [instagram-feed num=9 cols=3 showfollow=true] \n <h2>Our Customers, On the Record:</h2> \n [sp_testimonials_slider]','Home Page','','inherit','closed','closed','','6-revision-v1','','','2021-04-16 20:09:41','2021-04-16 20:09:41','',6,'http://igotdajuice501.calvarycrossag.com/?p=71',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_feed_locator` -- DROP TABLE IF EXISTS `wp_sbi_instagram_feed_locator`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_feed_locator` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `feed_id` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `post_id` bigint(20) unsigned NOT NULL, `html_location` varchar(50) COLLATE utf8_unicode_ci NOT NULL DEFAULT 'unknown', `shortcode_atts` longtext COLLATE utf8_unicode_ci NOT NULL, `last_update` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `feed_id` (`feed_id`), KEY `post_id` (`post_id`) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_feed_locator` -- LOCK TABLES `wp_sbi_instagram_feed_locator` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_feed_locator` VALUES (1,'sbi_igotdajuice501#20',6,'content','[]','2021-04-15 14:22:16'),(2,'sbi_igotdajuice501#9',6,'content','{\"num\":\"9\",\"cols\":\"3\",\"showfollow\":\"true\"}','2021-04-16 20:09:25'); /*!40000 ALTER TABLE `wp_sbi_instagram_feed_locator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_feeds_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_feeds_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_feeds_posts` ( `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `feed_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `hashtag` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`record_id`), KEY `hashtag` (`hashtag`(100)), KEY `feed_id` (`feed_id`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_feeds_posts` -- LOCK TABLES `wp_sbi_instagram_feeds_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_feeds_posts` VALUES (1,1,'18147719146088049','sbi_igotdajuice501',''),(2,2,'17889882830088044','sbi_igotdajuice501',''),(3,3,'17876007746243583','sbi_igotdajuice501',''),(4,4,'17867136278445244','sbi_igotdajuice501',''),(5,5,'17889460634092509','sbi_igotdajuice501',''),(6,6,'17867830388491923','sbi_igotdajuice501',''),(7,7,'17902989316864736','sbi_igotdajuice501',''),(8,8,'17896794796943224','sbi_igotdajuice501',''),(9,9,'17880979805303178','sbi_igotdajuice501',''),(10,10,'17849643737545389','sbi_igotdajuice501',''),(11,11,'17885590115139926','sbi_igotdajuice501',''),(12,12,'17984232289356307','sbi_igotdajuice501',''),(13,13,'17921453938578263','sbi_igotdajuice501',''),(14,14,'18077499580269121','sbi_igotdajuice501',''),(15,15,'17879670707149266','sbi_igotdajuice501',''),(16,16,'17885697956117062','sbi_igotdajuice501',''),(17,17,'17900446372857892','sbi_igotdajuice501',''),(18,18,'17908996630693704','sbi_igotdajuice501',''),(19,19,'18106121440215873','sbi_igotdajuice501',''),(20,20,'17895632533922272','sbi_igotdajuice501',''),(21,21,'17858351627497415','sbi_igotdajuice501',''); /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_posts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created_on` datetime DEFAULT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `time_stamp` datetime DEFAULT NULL, `top_time_stamp` datetime DEFAULT NULL, `json_data` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `media_id` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `sizes` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `aspect_ratio` decimal(4,2) NOT NULL DEFAULT '0.00', `images_done` tinyint(1) NOT NULL DEFAULT '0', `last_requested` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_posts` -- LOCK TABLES `wp_sbi_instagram_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_posts` VALUES (1,'2021-04-15 14:22:16','18147719146088049','2021-04-14 16:10:20','2021-04-14 16:10:20','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/172395031_457129342181730_175716931343250859_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=v_w2PqsjfA4AX-P3FH6&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=c85b0a3621797666a199c78482723599&oe=609CF70C\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf49\\ud83c\\udf49\\ud83c\\udf49 If you have not tried the Watermelon Juice you are Missing out!!! Spring Offical Menu will drop 04-15-21\\u203c\\n#IgotdaJuice501 \\n#watermelonjuice\\n#Juicelady\\n#selflove \\n#naturalstate \\n#springthings\\n#itsdajuiceforme\",\"id\":\"18147719146088049\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T16:10:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpw91yh1VQ\\/\"}','172395031_457129342181730_175716931343250859_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(2,'2021-04-15 14:22:19','17889882830088044','2021-04-14 14:16:47','2021-04-14 14:16:47','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/173679693_511797106492160_8623233410859917298_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CdZ5h9h3unoAX8KoRJS&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=3a8917a703c5400adcf96d2cbb7a8f07&oe=609EEAC2\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Hump day All remaining orders will be processed today!! Deliveries and Pickup location will be provided upon completion.\\n\\nThanks \\n#IgotdaJuice501 \\n#humpday \\n#Juicelady\\n#naturalstate\",\"id\":\"17889882830088044\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-14T14:16:47+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNpj-PBhBrY\\/\"}','173679693_511797106492160_8623233410859917298_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(3,'2021-04-15 14:22:20','17876007746243583','2021-04-11 21:57:20','2021-04-11 21:57:20','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/171034015_459872945128355_7754636883706474999_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=5HQnAVw925kAX_FsuxA&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=61558968fd02758bb80310ea5a76131d&oe=609E77D6\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Thanks \\ud83d\\udc51 For your Support Enjoy your 3 Day Cleanse!! @retail.therapy.beautyque\\n#springintodatjuice \\n#IgotdaJuice501 \\n#selflove\\n#3daycleanse \\n#supportblackbusiness \\n#mindbodyspirit \\n#juicelady \\n#itsdajuiceforme \\n#arkansas\\n#naturalstate\",\"id\":\"17876007746243583\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T21:57:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":11,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNiqSw1BQcP\\/\"}','171034015_459872945128355_7754636883706474999_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(4,'2021-04-15 14:22:22','17867136278445244','2021-04-11 12:17:20','2021-04-11 12:17:20','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/172517942_156394979715748_7047868123292037164_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=eQyikjg436QAX93CDKd&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=5c986ed5752989d2a548ee4e5b41cdb6&oe=609CC284\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf4b\\ud83c\\udf49 Happy Sunday Accepting Pre-Orders, Please allow 24 hrs small orders cleanses 2 and 3 day 48 hrs!!\\n#happysunday\\n#IgotdaJuice501 \\n#springintodatjuice \\n#supportblackbusiness \\n#selflove \\n#juices\\n#cleanses\\n#naturalstate\",\"id\":\"17867136278445244\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-11T12:17:20+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNhn6qFBaLz\\/\"}','172517942_156394979715748_7047868123292037164_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(5,'2021-04-15 14:22:23','17889460634092509','2021-04-10 19:01:21','2021-04-10 19:01:21','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/170961197_868490077342104_6038797905010585221_n.mp4?_nc_cat=100&vs=18217623892027155_1093992115&_nc_vs=HBksFQAYJEdDMnBNQXFZQ1kwYTR4VURBSVZ1aHg2ekhzNVRia1lMQUFBRhUAAsgBABUAGCRHSlFPT2dwekhXNTlpZUVEQUFmNDJnNWJqTzBUYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACam%2BrKMoLXcQBUCKAJDMywXQC0AAAAAAAAYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5mZWVkIn0%3D&_nc_ohc=5N881QpnQvMAX-oRDtn&_nc_ht=video-atl3-1.cdninstagram.com&oh=74e997907ae07b40696ed3713a8258ca&oe=609EA50D&_nc_rid=0a1a3e731e\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/170654961_834644517127222_117694022005973414_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6BrE8jRirgUAX8GfC2w&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=7d6c6706ae11caa0560b9f52ae8a8ebb&oe=609CA364\",\"caption\":\"\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf53 Spring Bling !! Try one of the Spring Juices!!\\n*\\n*\\n*\\n\\ud83c\\udf4dPineapple Zest\\n\\ud83c\\udf53Strawberry Limeade\\n\\ud83c\\udf49Watermelon Juice\\n\\ud83e\\udd52Wellness Packs\\n\\ud83d\\udca7Master Cleanse \\n\\ud83d\\udda4Black Panther \\n*\\n*\\nSomething Peachy \\ud83c\\udf51\\ud83c\\udf51\\ud83c\\udf51 In the works\\u2757\\n#springintodatjuice\\n#IgotdaJuice501 \\n#selflove \\n#letmeupgradeyou\\n#supportblackbusiness \\n#ceo\\n#naturalstate\\n#ripdmx\",\"id\":\"17889460634092509\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-10T19:01:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":10,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNfxVVxBwkq\\/\"}','170654961_834644517127222_117694022005973414_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-04-16'),(6,'2021-04-15 14:22:25','17867830388491923','2021-04-09 17:04:33','2021-04-09 17:04:33','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/170122699_3846291728740461_1853727543569215011_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=UUiTaO9rSnQAX_9-NgH&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=5c549219fd11a54f61eccf11d35fce15&oe=609D9BC9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udda4\\ud83e\\udd0d\\ud83d\\udda4R.I.L To another legend gone but not forgotten!!!!\\n#dmx\\n#raphistory\\n#legends \\n#blackkings\\n#fan\",\"id\":\"17867830388491923\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-09T17:04:33+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":22,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNc_Mp1BXtc\\/\"}','170122699_3846291728740461_1853727543569215011_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(7,'2021-04-15 14:22:26','17902989316864736','2021-04-08 17:56:21','2021-04-08 17:56:21','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CB-kP3WtcrsAX-x7KIB&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=0fb182284fba301951487ec7a6b2bf09&oe=609C84B9\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83c\\udfc3\\u200d\\u2640\\ufe0f\\ud83c\\udfc3\\u200d\\u2640\\ufe0f Running is my Therapy Finally getting back to my other Passion hopefully can sign up for a race soon!! Had a nice cold \\ud83c\\udf53\\ud83c\\udf53 Limeade after my Run\\ud83d\\ude0b\\ud83d\\ude0b \\n\\nHave you had your Juice Today, DM to order!!!\\n#IgotdaJuice501 \\n#selflove \\n#Runnersflow\\n#strawberrylimeade\\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17902989316864736\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-08T17:56:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":7,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagVDgB1I8\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/169944395_540325633596016_3826279962530352454_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=CB-kP3WtcrsAX-x7KIB&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=0fb182284fba301951487ec7a6b2bf09&oe=609C84B9\",\"id\":\"17974123108374538\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_3hJtU\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168858510_743243336369356_6235180408474302343_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=KRDv58wDNL0AX-YXz3P&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=fbc60b00989e156f46cd1f830b37f362&oe=609EB205\",\"id\":\"17924420434560265\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-08T17:56:20+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNagU_4hSD1\\/\"}]}}','169944395_540325633596016_3826279962530352454_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(8,'2021-04-15 14:22:27','17896794796943224','2021-04-08 11:45:40','2021-04-08 11:45:40','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.16885-16\\/169442024_496984514814802_2773954151125720924_n.mp4?_nc_cat=106&vs=17896783813948745_2137027863&_nc_vs=HBksFQAYJEdPaDZHUXBTNDNZNUFjUUJBRnlmRVhtYUVIOG1idlZCQUFBRhUAAsgBABUAGCRHS0wxSUFxUE9YUjdLcmdCQUVLNXZzQXNZNTAxYnZWQkFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACaS%2BtXj9MHKPxUCKAJDMywXQE3zMzMzMzMYEmRhc2hfYmFzZWxpbmVfMV92MREAdewHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjcyMC5pZ3R2In0%3D&_nc_ohc=qjVHH6vuBEIAX96QINQ&_nc_ht=video-atl3-1.cdninstagram.com&oh=91701cd1a1f59cab12ac4b4200be26d1&oe=609EBB7C&_nc_rid=75667f0148\",\"media_product_type\":\"IGTV\",\"video_title\":\"Customer Appreciation\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/169622334_5889093851163412_9200297512361100367_n.jpg?_nc_cat=100&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=GoFhdbFlEyMAX_3Yu6F&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=6aac691b9dc26c13a7019ed54716145e&oe=609E0DF7\",\"caption\":\"Thank you All so much for your Support!! I am forever grateful over 1000 Juices Sold and Trust me I have more to come stay Tuned for pop up shops and more!!\\ud83e\\udde1\\ud83e\\udd0e\\ud83d\\udc9a\\n(I do not own the rights to music)\\n@therealgodmade \\ud83c\\udfb6\\n#IgotdaJuice501 \\n#customerappreciation\",\"id\":\"17896794796943224\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-04-08T11:45:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":4,\"permalink\":\"https:\\/\\/www.instagram.com\\/tv\\/CNZ1140Bu6-\\/\"}','169622334_5889093851163412_9200297512361100367_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.64,1,'2021-04-16'),(9,'2021-04-15 14:22:28','17880979805303178','2021-04-07 07:29:21','2021-04-07 07:29:21','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/169481272_373612257088706_5263826466247041607_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_8j7epCzBl4AX-dnCSZ&_nc_oc=AQkdTRbTx427a4bV86IXMRH9mJiALOfGC5Fm534FdCSxhrxo6Jk7DymrjxolM_8SiGw&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=7ab7e6d99a1d65adcf0048b03ae5d1ae&oe=609E7556\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a \\ud83d\\udca1Want to Boost your Green Juice or Smoothie\\u2753 ADD a scoop of this Powerful SUPERFOOD\\u203c\\n\\nSpirulina and Chlorella are rich in Vitamin C,E and all B Vitamins including B12 which is rarely found in Plants. It also provides n excellent source of omega-3 fatty acids!!\\n*\\n*\\n*\\n\\ud83d\\udc9aSpirulina and Chlorella are among the most freshwater microalgae because they are extremely rich in Chlorophyll.\\n*\\n*\\n*\\nBenefits Include\\u2b07\\ufe0f\\n\\n\\ud83e\\udd6cAssist in balancing the body\'s pH\\n*\\n*\\n \\ud83e\\udd52Anti-inflammatory helpful for relieving inflammation \\n*\\n*\\n\\ud83e\\udd66Spirulina has been proven to encourage and support the growth of healthy bacterial flora in the gut which keeps Candida overgrowth in control\\n*\\n*\\n\\ud83c\\udf4fAssist in lowering cholesterol \\n*\\n*\\n\\ud83c\\udf48Detoxifying Agent due to the high Chlorophyll \\n*\\n*\\n\\ud83c\\udf50Enhances Immunity studies show Spirullna stimulates the immune system to stop the development and spread of cancer cells.\\n*\\n*\\n#IgotdaJuice501 \\n#superfoods\\n#spirulina \\n#wellnessdrinks\\n#healthiswealth\\n#Chlorella \\n#immunebooster\\n#detoxification \\n#letsheal\\n#naturalstate\\n#arkansas\",\"id\":\"17880979805303178\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-07T07:29:21+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNWzx6Dhsij\\/\"}','169481272_373612257088706_5263826466247041607_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.90,1,'2021-04-16'),(10,'2021-04-15 14:22:30','17849643737545389','2021-04-05 13:27:15','2021-04-05 13:27:15','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xJHACKlW_OIAX-5kfeY&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=33ec923702094c03274d9b5c8ec2216b&oe=609F21F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Monday Juice Tribe!! Have you had your Juice today?? DM to place a Order get Juiced Up \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4b\\ud83c\\udf4a\\ud83c\\udf49\\n#IgotdaJuice501 \\n#selflove \\n#supportblackbusiness \\n#arkansas \\n#cleanses\\n#juices\\n#wellness drinks\",\"id\":\"17849643737545389\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJizBnQe\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168301004_257202409426207_7097563361712582869_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=xJHACKlW_OIAX-5kfeY&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=33ec923702094c03274d9b5c8ec2216b&oe=609F21F3\",\"id\":\"17928031936531911\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfSB3bH\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168591157_295155732166983_3110887008913729372_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Yjc9WTUgq5YAX8bOgNx&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=ce8a7a5c66bdc240746eac34d9e67ecb&oe=609EF4D8\",\"id\":\"17890617473059952\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfUB5hi\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168415529_115979970587288_5151590354650710976_n.jpg?_nc_cat=103&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=-rznz5khd1oAX_zHB5q&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=2fe0c31dc06c9e907fab145c1a042ad2&oe=609DCFBD\",\"id\":\"17916148150652598\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfTB4MA\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168897669_145039127545563_5078019199109054352_n.jpg?_nc_cat=108&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=3bpUdRgKJKYAX_yHSdt&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=30bd80fb204ea8e5461e62638d140692&oe=609F6245\",\"id\":\"17863403273426241\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-05T13:27:15+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNSTJfShfXT\\/\"}]}}','168301004_257202409426207_7097563361712582869_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(11,'2021-04-15 14:22:31','17885590115139926','2021-04-04 22:49:54','2021-04-04 22:49:54','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AHm8j_9dCF4AX-71rCP&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=b0d284b3e7b17045c95256d3c0c2fdca&oe=609D275B\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc99\\ud83d\\udc99\\ud83d\\udc99 Replenish After My Run wit dat Blue Lagoon\\ud83c\\udf4d\\ud83c\\udf4e Happy Easter\\n#natureismysanctuary \\n#IgotdaJuice501 \\n#bluelagoon \\n#sundayvibes \\n#selflove\\n#itsdajuiceforme\",\"id\":\"17885590115139926\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-04T22:49:54+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":8,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvlvh4f0\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168363601_795056424750727_5645635082409593912_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=AHm8j_9dCF4AX-71rCP&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=b0d284b3e7b17045c95256d3c0c2fdca&oe=609D275B\",\"id\":\"18169367887115324\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjFBh7N\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168032016_286002619741418_2052479531401289176_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=rTnyyLzEGgIAX-ASqQk&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=66b215193174a921e458a4d86b2b1ef1&oe=609C346E\",\"id\":\"18104192989239676\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T22:49:53+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNQuvjGBzKk\\/\"}]}}','168363601_795056424750727_5645635082409593912_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(12,'2021-04-15 14:22:33','17984232289356307','2021-04-04 15:35:40','2021-04-04 15:35:40','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/167976573_174131367885703_7913278846484906296_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=9YIFqbUgkgcAX_2_Hmh&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=5c84581264dd500164a3bb506f7fecec&oe=609F5443\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Happy Sunday Taking Pre-Orders \\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4a for THIS week DM to place orders!!!\\n#IgotdaJuice501 \\n#selflove \\n#cleanses\\n#supportblackbusiness \\n#naturalstate \\n#Springintonewthings\",\"id\":\"17984232289356307\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-04T15:35:40+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":5,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNP9DP-hVKL\\/\"}','167976573_174131367885703_7913278846484906296_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(13,'2021-04-15 14:22:34','17921453938578263','2021-04-01 14:32:17','2021-04-01 14:32:17','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=d68a00f5e2106a0de988061e052a12ce&oe=609D7758\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd0e\\ud83d\\udc9b\\ud83c\\udf4b The Master Cleanse Juice is now available\\u203c You can Purchase single Juice or the SnatchYoWaist Bundle 5 Juices, Some of the Benefits of the Master Cleanse Juice.\\n*\\n*\\n*\\n*\\n\\ud83c\\udf4bEliminates toxins and congestion i\\n\\ud83c\\udf4bPurifies glands and cells in the body\\n\\ud83c\\udf4bhelps reduce belly fat\\n\\ud83c\\udf4bBuilds a healthy blood stream\\n\\ud83c\\udf4bRelieves irritation in muscles,nerves and joints.\\n\\ud83c\\udf4bCleanses the e tire digestive system and kidneys\\n\\ud83c\\udf4bEliminates hardened waste in joints\\n\\ud83c\\udf4bEnergy Levels will increase\\n\\ud83c\\udf4bNormalizes metabolism\\n*\\n*\\n#mastercleanse\\n#wellnesspacks\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness\",\"id\":\"17921453938578263\",\"media_type\":\"CAROUSEL_ALBUM\",\"timestamp\":\"2021-04-01T14:32:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":9,\"like_count\":24,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaT8hiKu\\/\",\"children\":{\"data\":[{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/168003159_2592557537704610_244782415829104466_n.jpg?_nc_cat=109&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=DsokA6qiiBcAX-41YOM&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=d68a00f5e2106a0de988061e052a12ce&oe=609D7758\",\"id\":\"17849151842544617\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqhqpM\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/166893753_370365980744881_6972000456573481882_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=Fphztx0z3ToAX_G3N-g&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=af920f30731bd9d9fa34dac671693608&oe=609F7847\",\"id\":\"17889607721076802\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPqh6xg\\/\"},{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/166351655_736568677026010_3560505758267235915_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=6FPQZ_BCwY8AX94PUUE&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=b067f10651f79013ddb73c50f8b0eb12&oe=609DA075\",\"id\":\"17914862953653807\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-01T14:32:16+0000\",\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNIHaPphnlM\\/\"}]}}','168003159_2592557537704610_244782415829104466_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(14,'2021-04-15 14:22:36','18077499580269121','2021-03-31 13:26:22','2021-03-31 13:26:22','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/167221999_238925027970118_1422721997532700237_n.jpg?_nc_cat=111&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=HBHlGvUmkD4AX-w6Eqr&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=c64264c4cd0af0b4f74009c557250fcf&oe=609D91F3\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83d\\udc9a\\ud83d\\udc9a\\ud83d\\udc9a Make Juicing A Lifestyle apply to your daily regimen and eat a well Balanced Diet!!You will see a difference!!\\n*\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1\\ud83e\\udde1Start your morning with A green juice or your preference, Just remember it\'s all about BALANCE. Treat your Mind,Body, and Spirit with TLC\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf4a\\ud83c\\udf4e\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#selflove \\n#naturalstate\\n#supportblackbusiness \\n#balance \\n#healthyliving\\n#juicelady\\n#greenjuice\\n#letsheal\",\"id\":\"18077499580269121\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-31T13:26:22+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":14,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNFbEqPBS1j\\/\"}','167221999_238925027970118_1422721997532700237_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-04-16'),(15,'2021-04-15 14:22:38','17879670707149266','2021-03-30 23:25:31','2021-03-30 23:25:31','{\"media_url\":\"https:\\/\\/video-atl3-1.cdninstagram.com\\/v\\/t50.2886-16\\/167436811_821633201766525_6494589472646009040_n.mp4?_nc_cat=110&vs=18038275618290010_1993676890&_nc_vs=HBksFQAYJEdBdmlfZ2w5Z0NCalJlc0NBTkNRRGlfM2FpRmFia1lMQUFBRhUAAsgBABUAGCRHQjFwOUFsV0ExamR0cE1CQUJha1VsSzhFNnRjYmtZTEFBQUYVAgLIAQAoABgAGwGIB3VzZV9vaWwBMRUAACa0%2F%2FX16e2KQBUCKAJDMywXQCSIMSbpeNUYEmRhc2hfYmFzZWxpbmVfMV92MREAdeoHAA%3D%3D&ccb=1-3&_nc_sid=59939d&efg=eyJ2ZW5jb2RlX3RhZyI6InZ0c192b2RfdXJsZ2VuLjY0MC5mZWVkIn0%3D&_nc_ohc=4jp5Pr_08EgAX8IoW3J&_nc_ht=video-atl3-1.cdninstagram.com&oh=66c1418927a4241d5438baf77700a954&oe=609E0ADB&_nc_rid=9e424d19e3\",\"media_product_type\":\"FEED\",\"thumbnail_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/166512845_477045686827310_4738830434319013918_n.jpg?_nc_cat=110&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=nHzEtQwXzmsAX9Q839R&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=7a6c4838b0131bafa91ddb70702ce629&oe=609C5E8E\",\"caption\":\"\\u27a1\\ufe0f As an Entrepreneur you have to Invest in your Business, I can\'t wait to break her in \\u203c And Bring you more yummy Juices\\ud83c\\udf4d\\ud83c\\udf53\\ud83e\\udd55\\ud83c\\udf49\\ud83c\\udf4a\\ud83c\\udf4f\\n#IgotdaJuice501 \\n#supportblackbusiness \\n#newjuicer\\n#naturalstate \\n#professionaljuicer\\n#Springintonewthings\",\"id\":\"17879670707149266\",\"media_type\":\"VIDEO\",\"timestamp\":\"2021-03-30T23:25:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":9,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CND602LB0MI\\/\"}','166512845_477045686827310_4738830434319013918_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(16,'2021-04-15 14:22:39','17885697956117062','2021-03-28 13:11:31','2021-03-28 13:11:31','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/165895959_449968499642455_4819612547748090893_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=_qnKmeZFU3UAX9N7JPF&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=d8de8e498a8572a2aad6a34d8c5bd1fe&oe=609F02D7\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1Happy Sunday to My Juice Tribe!!!Thank you guys so much for your Support!!I enjoyed my Vacation and Its Back to Business!!!\\n\\n\\ud83c\\udf4dAccepting Pre-Orders Please Remember all 2 or 3 day cleanses allow 48 hrs to process orders.\\n\\n\\ud83e\\udd55Allow 24 hrs for all other orders unless notified by me via DM\\n\\n\\ud83c\\udf51 PLEASE Remember I do work a full time Job during the day!! (Goal is to do this FT one day \\ud83d\\ude4fAll orders unless I notify you I am able to will be delivered after 2:30!!\\n\\n\\ud83e\\udd6dI have 2 pick up locations please specify in your DM if you would prefer pickup location or Delivery! ALL delivery orders there will be 3.00 charge uness you reside in Jacksonville (Free Delivery)\\n\\n\\ud83c\\udf4cAll orders must be pre-paid via cash app, PayPal unless I notified you personally of another form of payment. \\n\\n\\ud83c\\udf47If your placing order via phone please TEXT only!\\n\\n\\ud83e\\udd52Menu is posted on page , New items I will post separate for you to review\\n***THANK YOU FOR YOUR SUPPORT this will help things run smoothly!!\\n\\nStay Tuned more to come!!!\\n\\nIgotdaJuice501 \\nCEO\\nLashunda C\",\"id\":\"17885697956117062\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-28T13:11:31+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":3,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CM9q_WJhU4u\\/\"}','165895959_449968499642455_4819612547748090893_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(17,'2021-04-15 14:22:40','17900446372857892','2021-03-23 23:51:38','2021-03-23 23:51:38','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/164239064_437077127369598_3283329746153675339_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=iP2EiIouh2sAX9Z8tgM&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=67ee029c876f2c76fa2c758a28422daa&oe=609E4AB8\",\"media_product_type\":\"FEED\",\"caption\":\"@simplyju_ Thanks for your Support!!! Okay I am really fina go on Vacation Now!! \\ud83e\\udd23\\ud83e\\udd23 \\ud83e\\udde1 My customers!!!\\n#loggingout\\n#happyspringbreak\\n#IgotdaJuice501 \\n#byanymeansnecessary \\n#selflove \\n#blackownedbusiness \\n#ceo\",\"id\":\"17900446372857892\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T23:51:38+0000\",\"username\":\"igotdajuice501\",\"comments_count\":2,\"like_count\":18,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMx8RTqh-5b\\/\"}','164239064_437077127369598_3283329746153675339_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(18,'2021-04-15 14:22:42','17908996630693704','2021-03-23 00:18:28','2021-03-23 00:18:28','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/162639801_270732367844216_8493553652536446427_n.jpg?_nc_cat=106&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=uhNORM9P8RUAX9tG7kw&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=dde51a69c347a82943e0b6d4d6156b22&oe=609F9184\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udd0e\\ud83e\\udde1 Sooooo Drop a New flavor you would like to see on the IgotdaJuice501 Menu for Spring !! Best one will be added to the Menu!! DROP \\u2b07\\ufe0f \\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf4b\\ud83c\\udf49\\ud83e\\udd55\\ud83e\\udd52\",\"id\":\"17908996630693704\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-23T00:18:28+0000\",\"username\":\"igotdajuice501\",\"comments_count\":5,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMvai_4hMKH\\/\"}','162639801_270732367844216_8493553652536446427_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(19,'2021-04-15 14:22:43','18106121440215873','2021-03-21 16:33:17','2021-03-21 16:33:17','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/163584932_1811578235677449_5790382613191522781_n.jpg?_nc_cat=105&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=jFB7J956Se0AX_mUiYg&_nc_oc=AQkWiGdgDaFSch_u4oV6A2VIppINdnBLTXrXNZgBzNZX8-cl9rofUwXbIsQyXDnoIMk&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=0b082ebdd7b597c7b495e97cd707caed&oe=609CED8A\",\"media_product_type\":\"FEED\",\"caption\":\"@bananas4040 Thanks for your Support \\\"You got da Juice Now!!\\ud83e\\udde1\\ud83e\\udde1\\n#IgotdaJuice501 \\n#juicelady \\n#littlerock \\n#naturalstate \\n#supportblackbusiness \\n#cleanses\\n#greenjuice\\n#healthiswealth \\n#springfever\",\"id\":\"18106121440215873\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-21T16:33:17+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":19,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMsAg7GB74w\\/\"}','163584932_1811578235677449_5790382613191522781_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.81,1,'2021-04-16'),(20,'2021-04-15 14:22:45','17895632533922272','2021-03-20 16:37:05','2021-03-20 16:37:05','{\"media_url\":\"https:\\/\\/scontent-atl3-1.cdninstagram.com\\/v\\/t51.29350-15\\/162909913_118297276939457_1946260157176416505_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=7lew9UVCfr8AX99vIau&_nc_ht=scontent-atl3-1.cdninstagram.com&oh=132a5a7e9db55bcc02cab892b5f9c8d8&oe=609E447E\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udde1\\ud83e\\udde1Orders Made This week will be ready at 9 am 03-21 Please make sure you Dm and specify delivery, or pickup meeting location!\\n\\nThanks for your support!!\",\"id\":\"17895632533922272\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-03-20T16:37:05+0000\",\"username\":\"igotdajuice501\",\"comments_count\":0,\"like_count\":2,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CMpcJ4hhval\\/\"}','162909913_118297276939457_1946260157176416505_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',1.00,1,'2021-04-16'),(21,'2021-04-16 19:56:36','17858351627497415','2021-04-16 19:24:44','2021-04-16 19:24:44','{\"media_url\":\"https:\\/\\/scontent-ort2-1.cdninstagram.com\\/v\\/t51.29350-15\\/174251705_528997528487471_3707871852351435907_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8ae9d6&_nc_ohc=ppEZQK3vF-AAX-BuzvX&_nc_ht=scontent-ort2-1.cdninstagram.com&oh=b6673113752cf49d93d91710741eb5ff&oe=60A0A911\",\"media_product_type\":\"FEED\",\"caption\":\"\\ud83e\\udd55\\ud83c\\udf4d\\ud83c\\udf53\\ud83c\\udf49 HAPPY FRIDDDAY!! Spring into you some Juices!!!!!\\n*\\n*\\n*\\n*\\n\\ud83e\\udde1\\ud83e\\udde1 Get your Juice on Enjoy some Spring and Summer flavored Juices!!! Why??? Because \\\"Igotdajuice \\\"\\n#Igotdajuice501 \\n#itsdajuiceforme \\n#springbling\\n#naturalstate\\n#Juicelady\\n#Iputonformycity\\n#supportblackbusiness \\n#501\",\"id\":\"17858351627497415\",\"media_type\":\"IMAGE\",\"timestamp\":\"2021-04-16T19:24:44+0000\",\"username\":\"igotdajuice501\",\"comments_count\":1,\"like_count\":6,\"permalink\":\"https:\\/\\/www.instagram.com\\/p\\/CNvQzgphAyf\\/\"}','174251705_528997528487471_3707871852351435907_n','a:3:{s:4:\"full\";i:640;s:3:\"low\";i:320;s:5:\"thumb\";i:150;}',0.80,1,'2021-04-16'); /*!40000 ALTER TABLE `wp_sbi_instagram_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'product_type','',0,0),(3,3,'product_type','',0,0),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_visibility','',0,0),(7,7,'product_visibility','',0,0),(8,8,'product_visibility','',0,0),(9,9,'product_visibility','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_cat','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'simple','simple',0),(3,'grouped','grouped',0),(4,'variable','variable',0),(5,'external','external',0),(6,'exclude-from-search','exclude-from-search',0),(7,'exclude-from-catalog','exclude-from-catalog',0),(8,'featured','featured',0),(9,'outofstock','outofstock',0),(10,'rated-1','rated-1',0),(11,'rated-2','rated-2',0),(12,'rated-3','rated-3',0),(13,'rated-4','rated-4',0),(14,'rated-5','rated-5',0),(15,'Uncategorized','uncategorized',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','eessel'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"0b98858d460e7af95521d8580c25b7d728f55a62b83b63cf19c745ef1a8bbddc\";a:4:{s:10:\"expiration\";i:1618784715;s:2:\"ip\";s:13:\"69.222.196.79\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36\";s:5:\"login\";i:1617575115;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','29'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"69.222.196.0\";}'),(19,1,'_woocommerce_tracks_anon_id','woo:9Yzs9ejk4q2aoNC5yodaQQ9I'),(20,1,'last_update','1618597263'),(21,1,'woocommerce_admin_activity_panel_inbox_last_read','1618597256559'),(22,1,'essential_adons_elementor_opt_in','1'),(23,1,'wpdeveloper_notices_seen','a:1:{s:24:\"wpdeveloper_notice_4_6_0\";a:1:{s:25:\"essential_adons_elementor\";a:1:{i:0;s:6:\"opt_in\";}}}'),(24,1,'wc_last_active','1618531200'),(25,1,'_order_count','0'),(26,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(27,1,'wp_user-settings-time','1618417681'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'eessel','$P$BrHyZAsa7nftBs0MdWYTo5yEYs/wq00','eessel','ekow@esselwebdesign.com','http://igotdajuice501.calvarycrossag.com','2021-04-04 22:25:05','',0,'eessel'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_admin_note_actions` -- DROP TABLE IF EXISTS `wp_wc_admin_note_actions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_admin_note_actions` ( `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `note_id` bigint(20) unsigned NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_primary` tinyint(1) NOT NULL DEFAULT '0', `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`action_id`), KEY `note_id` (`note_id`) ) ENGINE=InnoDB AUTO_INCREMENT=209 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_admin_note_actions` -- LOCK TABLES `wp_wc_admin_note_actions` WRITE; /*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */; INSERT INTO `wp_wc_admin_note_actions` VALUES (1,1,'yes-please','Yes please!','https://woocommerce.us8.list-manage.com/subscribe/post?u=2c1434dc56f9506bf3c3ecd21&id=13860df971&SIGNUPPAGE=plugin','actioned',0,''),(2,2,'open-marketing-hub','Open marketing hub','http://igotdajuice501.calvarycrossag.com/wp-admin/admin.php?page=wc-admin&path=/marketing','actioned',0,''),(3,3,'connect','Connect','?page=wc-addons§ion=helper','unactioned',0,''),(36,19,'learn-more','Learn more','https://woocommerce.com/mobile/','actioned',0,''),(37,20,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox','actioned',0,''),(38,21,'affirm-insight-first-product-and-payment','Yes','','actioned',0,'Thanks for your feedback'),(39,22,'add-first-product','Add a product','http://igotdajuice501.calvarycrossag.com/wp-admin/admin.php?page=wc-admin&task=products','actioned',0,''),(40,23,'learn-more','Learn more','https://docs.woocommerce.com/document/managing-products/?utm_source=inbox','actioned',0,''),(73,24,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/','actioned',1,''),(90,25,'tracking-opt-in','Activate usage tracking','','actioned',1,''),(91,26,'share-feedback','Share feedback','https://automattic.survey.fm/store-setup-survey','actioned',0,''),(92,27,'affirm-insight-first-sale','Yes','','actioned',0,'Thanks for your feedback'),(93,27,'deny-insight-first-sale','No','','actioned',0,'Thanks for your feedback'),(192,4,'open_wc_paypal_payments_product_page','Learn more','https://woocommerce.com/products/woocommerce-paypal-payments/','actioned',1,''),(193,5,'upgrade_now_facebook_pixel_api','Upgrade now','plugin-install.php?tab=plugin-information&plugin=§ion=changelog','actioned',1,''),(194,6,'learn_more_facebook_ec','Learn more','https://woocommerce.com/products/facebook/','unactioned',1,''),(195,7,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned',1,''),(196,8,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned',1,''),(197,9,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned',1,''),(198,10,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned',1,''),(199,11,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox','actioned',1,''),(200,12,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-boost-sales','actioned',1,''),(201,13,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=square-grow-your-business','actioned',1,''),(202,14,'add-apple-pay','Add Apple Pay','/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments','actioned',1,''),(203,14,'learn-more','Learn more','https://docs.woocommerce.com/document/payments/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay','actioned',1,''),(204,15,'boost-sales-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-boost-sales','actioned',1,''),(205,16,'grow-your-business-marketing-guide','See marketing guide','https://developer.apple.com/apple-pay/marketing/?utm_source=inbox&utm_campaign=wcpay-grow-your-business','actioned',1,''),(206,17,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox','actioned',1,''),(207,18,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox','unactioned',1,''),(208,28,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned',1,''); /*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_admin_notes` -- DROP TABLE IF EXISTS `wp_wc_admin_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_admin_notes` ( `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `content_data` longtext COLLATE utf8mb4_unicode_520_ci, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `is_deleted` tinyint(1) NOT NULL DEFAULT '0', `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info', PRIMARY KEY (`note_id`) ) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_admin_notes` -- LOCK TABLES `wp_wc_admin_notes` WRITE; /*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */; INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-onboarding-email-marketing','info','en_US','Sign up for tips, product updates, and inspiration','We\'re here for you - get tips, product updates and inspiration straight to your email box','{}','unactioned','woocommerce-admin','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(2,'wc-admin-marketing-intro','info','en_US','Connect with your audience','Grow your customer base and increase your sales with marketing tools built for WooCommerce.','{}','unactioned','woocommerce-admin','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(3,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(4,'paypal_ppcp_gtm_2021','marketing','en_US','Offer more options with the new PayPal','Get the latest PayPal extension for a full suite of payment methods with extensive currency and country coverage.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(5,'facebook_pixel_api_2021','marketing','en_US','Improve the performance of your Facebook ads','Enable Facebook Pixel and Conversions API through the latest version of Facebook for WooCommerce for improved performance and measurement of your Facebook ad campaigns.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(6,'facebook_ec_2021','marketing','en_US','Sync your product catalog with Facebook to help boost sales','A single click adds all products to your Facebook Business Page shop. Product changes are automatically synced, with the flexibility to control which products are listed.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(7,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(8,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store “ready to sell” as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(9,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they’re shopping on your online store. No more follow-up email requests—customers get what they want, before they’re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(10,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(11,'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','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(12,'wc-square-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with Square you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(13,'wc-square-apple-pay-grow-your-business','marketing','en_US','Grow your business with Square and Apple Pay ','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(14,'wcpay-apple-pay-is-now-available','marketing','en_US','Apple Pay is now available with WooCommerce Payments!','Increase your conversion rate by offering a fast and secure checkout with <a href=\"https://woocommerce.com/apple-pay/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">Apple Pay</a>®. It’s free to get started with <a href=\"https://woocommerce.com/payments/?utm_source=inbox&utm_medium=product&utm_campaign=wcpay_applepay\" target=\"_blank\">WooCommerce Payments</a>.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(15,'wcpay-apple-pay-boost-sales','marketing','en_US','Boost sales with Apple Pay','Now that you accept Apple Pay® with WooCommerce Payments you can increase conversion rates by letting your customers know that Apple Pay® is available. Here’s a marketing guide to help you get started.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(16,'wcpay-apple-pay-grow-your-business','marketing','en_US','Grow your business with WooCommerce Payments and Apple Pay','Now more than ever, shoppers want a fast, simple, and secure online checkout experience. Increase conversion rates by letting your customers know that you now accept Apple Pay®.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(17,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It\'s crucial to get your store\'s checkout as smooth as possible to avoid losing sales. Let\'s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2021-04-04 22:52:26',NULL,0,'plain','',0,'info'),(18,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we\'ve put together this short list of the first few things you should customize in WooCommerce.','{}','pending','woocommerce.com','2021-04-04 22:52:27',NULL,0,'plain','',0,'info'),(19,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2021-04-08 19:13:17',NULL,0,'plain','',0,'info'),(20,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2021-04-08 19:13:17',NULL,0,'plain','',0,'info'),(21,'wc-admin-insight-first-product-and-payment','survey','en_US','Insight','More than 80% of new merchants add the first product and have at least one payment method set up during the first week. We\'re here to help your business succeed! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-04-08 19:13:17',NULL,0,'plain','',0,'info'),(22,'wc-admin-add-first-product-note','email','en_US','Store setup','Nice one, you’ve created a WooCommerce store! Now it’s time to add your first product.<br /><br />There are three ways to add your products: you can <strong>create products manually, import them at once via CSV file</strong>, or <strong>migrate them from another service</strong>.<br /><br /><a href=\"https://docs.woocommerce.com/document/managing-products/?utm_source=help_panel\">Explore our docs</a> for more information, or just get started!','{\"role\":\"administrator\"}','unactioned','woocommerce-admin','2021-04-08 19:13:17',NULL,0,'plain','http://igotdajuice501.calvarycrossag.com/wp-content/plugins/woocommerce/packages/woocommerce-admin/images/admin_notes/openbox+purple.png',0,'info'),(23,'wc-admin-adding-and-managing-products','info','en_US','Adding and Managing Products','Learn more about how to set up products in WooCommerce through our useful documentation about adding and managing products.','{}','unactioned','woocommerce-admin','2021-04-08 19:13:17',NULL,0,'plain','',0,'info'),(24,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2021-04-11 17:47:12',NULL,0,'plain','',0,'info'),(25,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"http://igotdajuice501.calvarycrossag.com/wp-admin/admin.php?page=wc-settings&tab=advanced&section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2021-04-13 02:10:30',NULL,0,'plain','',0,'info'),(26,'wc-admin-store-notice-giving-feedback-2','info','en_US','You\'re invited to share your experience','Now that you’ve chosen us as a partner, our goal is to make sure we\'re providing the right tools to meet your needs. We\'re looking forward to having your feedback on the store setup experience so we can improve it in the future.','{}','unactioned','woocommerce-admin','2021-04-13 02:10:30',NULL,0,'plain','',0,'info'),(27,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2021-04-13 02:10:30',NULL,0,'plain','',0,'info'),(28,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2021-04-16 01:18:09',NULL,0,'plain','',0,'info'); /*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_category_lookup` -- DROP TABLE IF EXISTS `wp_wc_category_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_category_lookup` ( `category_tree_id` bigint(20) unsigned NOT NULL, `category_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`category_tree_id`,`category_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_category_lookup` -- LOCK TABLES `wp_wc_category_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */; INSERT INTO `wp_wc_category_lookup` VALUES (15,15); /*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_customer_lookup` -- DROP TABLE IF EXISTS `wp_wc_customer_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_customer_lookup` ( `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned DEFAULT NULL, `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `date_last_active` timestamp NULL DEFAULT NULL, `date_registered` timestamp NULL DEFAULT NULL, `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`customer_id`), UNIQUE KEY `user_id` (`user_id`), KEY `email` (`email`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_customer_lookup` -- LOCK TABLES `wp_wc_customer_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_download_log` -- DROP TABLE IF EXISTS `wp_wc_download_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_download_log` ( `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `permission_id` bigint(20) unsigned NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`download_log_id`), KEY `permission_id` (`permission_id`), KEY `timestamp` (`timestamp`), CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_download_log` -- LOCK TABLES `wp_wc_download_log` WRITE; /*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_coupon_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_coupon_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `coupon_id` bigint(20) NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `discount_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`coupon_id`), KEY `coupon_id` (`coupon_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_coupon_lookup` -- LOCK TABLES `wp_wc_order_coupon_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_product_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_product_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_product_lookup` ( `order_item_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `variation_id` bigint(20) unsigned NOT NULL, `customer_id` bigint(20) unsigned DEFAULT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `product_qty` int(11) NOT NULL, `product_net_revenue` double NOT NULL DEFAULT '0', `product_gross_revenue` double NOT NULL DEFAULT '0', `coupon_amount` double NOT NULL DEFAULT '0', `tax_amount` double NOT NULL DEFAULT '0', `shipping_amount` double NOT NULL DEFAULT '0', `shipping_tax_amount` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`), KEY `product_id` (`product_id`), KEY `customer_id` (`customer_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_product_lookup` -- LOCK TABLES `wp_wc_order_product_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_stats` -- DROP TABLE IF EXISTS `wp_wc_order_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_stats` ( `order_id` bigint(20) unsigned NOT NULL, `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0', `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `num_items_sold` int(11) NOT NULL DEFAULT '0', `total_sales` double NOT NULL DEFAULT '0', `tax_total` double NOT NULL DEFAULT '0', `shipping_total` double NOT NULL DEFAULT '0', `net_total` double NOT NULL DEFAULT '0', `returning_customer` tinyint(1) DEFAULT NULL, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `customer_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_id`), KEY `date_created` (`date_created`), KEY `customer_id` (`customer_id`), KEY `status` (`status`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_stats` -- LOCK TABLES `wp_wc_order_stats` WRITE; /*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_order_tax_lookup` -- DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_order_tax_lookup` ( `order_id` bigint(20) unsigned NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `shipping_tax` double NOT NULL DEFAULT '0', `order_tax` double NOT NULL DEFAULT '0', `total_tax` double NOT NULL DEFAULT '0', PRIMARY KEY (`order_id`,`tax_rate_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `date_created` (`date_created`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_order_tax_lookup` -- LOCK TABLES `wp_wc_order_tax_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_product_meta_lookup` -- DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_product_meta_lookup` ( `product_id` bigint(20) NOT NULL, `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable', `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '', PRIMARY KEY (`product_id`), KEY `virtual` (`virtual`), KEY `downloadable` (`downloadable`), KEY `stock_status` (`stock_status`), KEY `stock_quantity` (`stock_quantity`), KEY `onsale` (`onsale`), KEY `min_max_price` (`min_price`,`max_price`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_product_meta_lookup` -- LOCK TABLES `wp_wc_product_meta_lookup` WRITE; /*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_reserved_stock` -- DROP TABLE IF EXISTS `wp_wc_reserved_stock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_reserved_stock` ( `order_id` bigint(20) NOT NULL, `product_id` bigint(20) NOT NULL, `stock_quantity` double NOT NULL DEFAULT '0', `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`order_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_reserved_stock` -- LOCK TABLES `wp_wc_reserved_stock` WRITE; /*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_tax_rate_classes` -- DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_tax_rate_classes` ( `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_class_id`), UNIQUE KEY `slug` (`slug`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_tax_rate_classes` -- LOCK TABLES `wp_wc_tax_rate_classes` WRITE; /*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */; INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate'); /*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wc_webhooks` -- DROP TABLE IF EXISTS `wp_wc_webhooks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wc_webhooks` ( `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `api_version` smallint(4) NOT NULL, `failure_count` smallint(10) NOT NULL DEFAULT '0', `pending_delivery` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`webhook_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wc_webhooks` -- LOCK TABLES `wp_wc_webhooks` WRITE; /*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`), KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(32)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_id`), UNIQUE KEY `session_key` (`session_key`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (3,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:737:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2021-04-16T18:21:03+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"GB\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"GB\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:23:\"ekow@esselwebdesign.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1618770067); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_square_customers` -- DROP TABLE IF EXISTS `wp_woocommerce_square_customers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_square_customers` ( `square_id` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL, `email_address` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`square_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_square_customers` -- LOCK TABLES `wp_woocommerce_square_customers` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_square_customers` DISABLE KEYS */; INSERT INTO `wp_woocommerce_square_customers` VALUES ('RYPH8NC0J56DV0JGPP1TG8PZMW','coatesshunda@gmail.com',0); /*!40000 ALTER TABLE `wp_woocommerce_square_customers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type_code` (`location_type`(10),`location_code`(20)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(2)), KEY `tax_rate_class` (`tax_rate_class`(10)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-04-16 19:00:18